自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (5)
  • 收藏
  • 关注

原创 LeetCode进阶之路(Valid Number)

Validate if a given string is numeric.Some examples:"0" => true" 0.1 " => true"abc" => false"1 a" => false"2e10" => trueNote: It is intended for the problem statement to be ambiguo

2016-09-22 23:03:26 293

原创 LeetCode进阶之路(Minimum Path Sum)

Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.题目:还是寻找路径,不过这次是寻找最短的路径。思路:还是使用动态规划。public

2016-09-22 22:59:05 327

原创 LeetCode进阶之路(Unique Paths II)

Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space is marked as 1 and 0 respectively in the

2016-09-22 22:52:54 255

原创 LeetCode进阶之路(Unique Paths)

A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any point in time. The robot is trying to reach the

2016-09-13 23:32:53 285

Android 4.4 SDK本地离线版

Android 4.4 SDK本地离线版

2014-07-25

Android开发必备资料之50例源码汇总

Android开发必备资料之50例源码汇总,新手参考

2014-07-25

武汉理工FPGA 论文

FPGA论文 选修专用 fpga 毕业论文

2012-12-07

图像 盲分离

图像的盲分离matlab

2012-06-30

信号的盲分离 完整的报告加程序

信号的盲分离 完整的报告加程序

2012-06-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除