自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 win10 ubuntu16 双系统,无法grb引导的解决

安装win10与Ubuntu双系统,试了很多种方法,苦逼的挣扎了一天,都不能成功引导Ubuntu。 大体步骤参考:http://blog.csdn.net/fesdgasdgasdg/article/details/54183577 在win10的基础上使用U盘安装Ubuntu,和大家的方法没有什么不同,调整BIOS U盘启动,给ubuntu分了四个区,分别为 “/” “/boot” “/hom

2017-10-29 16:03:16 736

原创 172. Factorial Trailing Zeroes

/*Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.n!中包含多少尾随的010=2*5 n!中包含的0的个数就是因子2、5的个数,在n!中 2的个数多于5的个数,所以只要统计有多少个5即可。

2017-10-27 15:36:07 239

原创 60. Permutation Sequence

/*The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,We get the following sequence (ie, for n = 3):"123""132""213""231""312""

2017-10-20 20:22:09 227

原创 130. Surrounded Regions

/*Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded region.For example,X X X XX O O

2017-10-12 15:03:35 313

原创 684. Redundant Connection

/*In this problem, a tree is an undirected graph that is connected and has no cycles.The given input is a graph that started as a tree with N nodes (with distinct values 1, 2, ..., N), with one additi

2017-10-11 17:45:51 1100

原创 547. Friend Circles

/*There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct friend of B, and B is a direct friend of C, the

2017-10-11 15:15:25 289

原创 399. Evaluate Division

/*Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given some queries, return the answers. If the answer

2017-10-09 22:27:55 225

原创 310. Minimum Height Trees

/*For a undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible rooted trees, those with minimum height are called m

2017-10-07 22:47:46 244

基于ARM11视频采集的WiFi小车

采用ARM11(tiny6410,Linux系统可以直接采用官网的来烧写)做控制器,使用V4L2打开摄像头,opencv(2.0版本的)处理视频,其中包含人脸检测的程序(人脸检测参考的其他大神的程序),用QT写的界面程序并运行在ARM11上,通过socket通信和手机客户端通信并控制小车的运动状态。

2016-06-19

空空如也

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

TA关注的人

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