自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 213. House Robber II

题目:You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house ...

2019-02-08 21:41:36 223

原创 leetcode 198. House Robber

题目:You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent ho...

2019-02-08 21:27:36 264

原创 leetcode 62. 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 ...

2019-02-06 21:41:21 227

原创 leetcode 279. Perfect Squares

题目:Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, …) which sum to n.Input: n = 12Output: 3Explanation: 12 = 4 + 4 + 4.算法思路1(BFS和图的最短路径):n从1开...

2019-02-05 20:52:28 165

原创 leetcode 343. Integer Break(从递归到动态规划)

题目;Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum product you can get.Input: 2Output: 1Explanatio...

2019-02-02 22:38:15 421

Tessdata.zip

字符(eng)的资源文件,用于字符识别,主要包括eng.cube.bigrams,eng.cube.fold,eng.cube.lm,eng.cube.nn,eng.cube.params,eng.cube.size,eng.cube.word-freq,eng.tesseract_cube.nn,eng.traineddata的9个文件。

2019-12-02

MyFaceDetect.rar

这个类是基于OpenCvSharp写的,它封装了几个关键方法,包括图片信息的获取,训练识别器,添加人脸信息,检测人脸并获得人脸框,展示人脸识别后的结果

2019-06-13

arm-linux-gcc-4.4.3.tar.gz

安装方法网上很多,我就不多赘述了

2017-08-12

ESP8266-WIFI数据透传

ESP8266-WIFI数据透传,将数据通过路由器上传到服务器端

2017-05-14

ESP8266 AT指令集

对ESP8266进行操作,可以作为客户端实现WIFI连接,通过透传模式,将数据上传到TCP服务器端

2017-05-13

串口调试助手

用于上位机串口的相关操作,可以接收串口的数据,也可以向串口发送数据

2017-05-13

空空如也

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

TA关注的人

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