自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 Leetcode31 Next Permutation

题目地址:https://leetcode.com/problems/next-permutation/描述:Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arrangement i

2016-07-31 14:16:50 363

原创 Leetcode29 Divide Two Integers

题目地址:https://leetcode.com/problems/divide-two-integers/描述:Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.分析http://www.tuicool

2016-07-26 12:01:19 305

原创 Leetcode22 Generate Parentheses

题目地址:https://leetcode.com/problems/generate-parentheses/描述:Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.分析首先想到卡特兰数,根据递推公式h(n)= h(0)*

2016-07-24 22:13:31 352

原创 Leetcode11 Container With Most Water

题目地址:https://leetcode.com/problems/container-with-most-water/描述:Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn suc

2016-07-21 17:26:43 318

原创 Leetcode10 Regular Expression Matching

题目地址:https://leetcode.com/problems/regular-expression-matching/描述:'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire inpu

2016-07-19 21:02:53 346

转载 Viola Jones Face Detector

论文:Viola P, Jones M.Rapid object detection using a boosted cascade of simple features[C]//Computer Vision and Pattern Recognition, 2001. CVPR 2001. from:http://www.cnblogs.com/hrlnw/archive/2013

2016-07-08 17:48:15 2659

转载 Kaggle入门(数字识别为例)

from:http://blog.csdn.net/u012162613/article/details/41929171这篇文章适合那些刚接触Kaggle、想尽快熟悉Kaggle并且独立完成一个竞赛项目的网友,对于已经在Kaggle上参赛过的网友来说,大可不必耗费时间阅读本文。本文分为两部分介绍Kaggle,第一部分简单介绍Kaggle,第二部分将展示解决一个竞赛项目的全过程

2016-07-08 17:28:00 5564 2

多种dll调用

win32,mfc,C#等程序调用win32和mfc版的dll。又分显示调用,隐式调用等。包含程序及文档。

2014-08-12

关于计算机专业的人如何学好编程

关于计算机专业的人如何学好编程.照着那些传统的路子先搞定一门语言(《C++Primer》),然后学数据结构(《算法导论》),再去学点库(《STL源代码分 析》《深入浅出MFC》),之后弄点设计模式(《设计模式》),最后写个某某管理系统.

2012-11-20

空空如也

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

TA关注的人

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