自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 python编程中常用的12种基础知识总结

Refer from http://wangwei007.blog.51cto.com/68019/1131610 python编程中常用的12种基础知识总结:正则表达式替换,遍历目录方法,列表按列排序、去重,字典排序,字典、列表、字符串互转,时间对象操作,命令行参数解析(getopt),print 格式化输出,进制转换,Python调用系统命令或者脚本,Python 读写文件。 1、正则

2015-04-22 21:15:05 382

转载 Python slice

Refer from http://shmilyaw-hotmail-com.iteye.com/blog/1782733 假设我们有一个list,它的内容是a = [0, 1, 2, 3, 4, 5, 6, 7, 8 ,9]。如果我们取它反转后的结果,一般我们头脑里默认想到的无非就是reverse这样的方法了。但是它还有一种写法:a[::-1],输出的结果是和当前的结果相反。在某些情况下,

2015-04-22 18:48:16 500

原创 Configuring the ECC of Nvidia GPUs under Linux

Toggle ECC support: 0/DISABLED, 1/ENABLED Disable: nvidia-smi  -e 0 or Enable: nvidia-smi  -e 1 Show the topology of GPUs topology:  nvidia-smi topo -m

2015-04-19 21:30:34 506

转载 Accessing an OpenCV Mat Data using C++

Refer from https://tolleybot.wordpress.com/2011/05/14/accessing-an-opencv-mat-data-using-c/ The new C++ interface to OpenCV is a great addition to the very popular computer vision library. For th

2015-04-09 20:56:23 596

转载 What is the difference between ++i and i++

Refer from http://stackoverflow.com/questions/24853/what-is-the-difference-between-i-and-i In C, what is the difference between using ++i and i++, and which should be used in the incrementation blo

2015-04-06 20:25:24 909

转载 OpenCV2.4.4中调用SIFT特征检测器进行图像匹配

Refer from http://blog.csdn.net/masibuaa/article/details/8998601 OpenCV中一些相关结构说明: 特征点类: [cpp] view plaincopy class KeyPoint  {         Point2f  pt;  //坐标         float  size; //特征点邻域

2015-04-06 19:57:02 812

Applied Cryptography

该资源使用了广为人知的C语言为载体讲解密码学相关的信息,使读者能够很“亲切”的感受密码学编程的魅力,尤其对某些对黑客技术着迷的朋友这是本不错的好书!

2010-09-20

空空如也

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

TA关注的人

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