06 2014 档案

摘要:[开源中国](http://my.oschina.net/grnick/blog/280866)。 #@date: 2014-06-16 #@author: gerui #@email: forgerui@gmail.com> 前几天买了好几本书,其中有一本是《Effective C++... 阅读全文
posted @ 2014-06-30 15:55 bairuiworld 阅读(266) 评论(0) 推荐(0)
摘要:[开源中国](http://my.oschina.net/grnick/blog/282391)。 #@date: 2014-06-20 #@author: gerui #@email: forgerui@gmail.com## 一、一阶微分边缘算子 1. 一阶微分边缘检测算子也称梯度边... 阅读全文
posted @ 2014-06-30 15:53 bairuiworld 阅读(893) 评论(0) 推荐(0)
摘要:[开源中国](http://my.oschina.net/grnick/blog/282749)。 #@date: 2014-06-14 #@author: gerui #@email: forgerui@gmail.com sift(Scale-invariant feature tr... 阅读全文
posted @ 2014-06-30 15:41 bairuiworld 阅读(328) 评论(0) 推荐(0)
摘要:大家可能想建立一个个人主页,但是只想尝试一下,那么,先建立一个免费的网站是不错的选择. 一、 建站需要什么 1. 域名,是访问的地址。 2. 空间,是存储网站的主机。 二、建站的步骤 1. 申请空间 到http://www.id666.com/注册用户.之后在会员页面点击初始化虚拟主机按钮.之后便可以有一个空间.点击管理按钮进行管理. 绑定域... 阅读全文
posted @ 2014-06-16 17:12 bairuiworld 阅读(785) 评论(0) 推荐(0)
摘要:```cpp #@date: 2014-06-14 #@author: gerui #@email: forgerui@gmail.com```###Contents---1. extern的作用一般是用来声音一个外部变量和函数。一般在头文件hello.h中进行extern int a;的... 阅读全文
posted @ 2014-06-14 15:30 bairuiworld 阅读(185) 评论(0) 推荐(0)
摘要:```csharp #@date: 2014-05-04 #@author: gerui #@email: forgerui@gmail.com```## 一、git reset的使用1. 今天修改了代码,就git add ./,添加到提交缓存中,但是突然发现不对,不想提交了,想回到未添加... 阅读全文
posted @ 2014-06-14 11:18 bairuiworld 阅读(162) 评论(0) 推荐(0)