自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

kaizibaby1208的专栏

Artificial Intelligence Kai

  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

原创 Typical Java interview questions

1. What is the difference between parameter and arguments? int add(int a, int b) // here a and b are parameters { return a+b; } void main(){ int x=3; int y=4; int z = add(x,y);//here x and

2012-10-10 17:04:34 363

原创 Mysql 输入中文乱码

主要是参考网上的,整理一下。 1. 打开Mysql 文件夹下的my.ini     1、[mysql]下的     default-character-set=latin1     改为     default-character-set=utf8          2、[mysqld]下的     default-character-set=latin1     改为

2012-10-10 15:13:16 327

原创 Typical C++ interview questions rised by foreign companies

1. Q: What is Encapsulation? A: Encapsulation is combining data and functions into a single unit. 2. Q: What is Skeleton? (I was asked by an intewvierer but failed to anser) A: A class skeleton

2012-10-09 14:34:33 572

原创 Difference between new (delete) and malloc (free)

1. new and delete are C++ operators, in contrast, malloc and free are functions inherited from from C. 2. malloc and free could not call constructor and destructor. 3. So, in my point of view, new a

2012-10-09 12:27:46 464

转载 Features of List in C++

Advantanges of List Efficient insertion and removal of elements before any other specific element in the container (constant time). Efficient moving elements and block of elements within the contain

2012-10-09 11:20:26 292

原创 The features of Vector in C++

There are so many containers in C++, like vector, list, map and so on. To be honest, I am always confused with these containers since in my point of view, they are somehow similar. But with no doubt,

2012-10-09 10:59:37 341

原创 Connectify Key

I downloaded a licence which costs me 10 points in CSDN but it was proved to be invalid. Damn it. Fortunatelly I found a valid key finally, and now share it with others. email:  [email protected] Lic

2012-10-08 13:27:21 702

opencv结合MFC显示带滚动条的大图片

工程是在VS2010中的基于对话框的MFC,结合OPENCV2.3,因此请大家先设置好OPENCV。大家也可去我的新浪博客查看,http://blog.sina.com.cn/u/2169813830。感谢http://blog.csdn.net/ixzf2009/article/details/6564456 一部分代码参考此网页。

2012-12-18

区域生长,小波变换,OPENCV

区域生长实现图像分割,小波变换对过分割的进行融合,OPENCV实现图像操作,在程序里的SHIYANWU里

2010-01-19

OPCV人脸,人眼检测等

OPENCV大杂烩,包括很多简单的东西,高手肯定就不需要了。opencv 人脸检测 人眼检测 读视频流 直方图 HOUGH变换等等

2009-09-25

空空如也

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

TA关注的人

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