转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudXenia and Bit OperationsXenia the beginner programmer has a sequencea, consisting of2nnon-negative int...
分类:
其他好文 时间:
2015-03-30 06:44:48
阅读次数:
173
Programmer Competency MatrixNote that the knowledge for each level is cumulative; being atlevelnimplies that you also know everything from thelevels l...
分类:
其他好文 时间:
2015-03-29 09:26:05
阅读次数:
138
Berkeley DB Programmer's Reference Guidehttp://docs.oracle.com/cd/E17076_02/html/programmer_reference/index.htmlOracle Berkeley DB Downloadshttp://www...
分类:
数据库 时间:
2015-03-28 12:47:37
阅读次数:
127
http://stackoverflow.com/questions/2628672/what-should-every-javascript-programmer-knowNot jQuery. Not YUI. Not (etc. etc.)Frameworks may be useful, b...
分类:
编程语言 时间:
2015-03-20 16:17:58
阅读次数:
177
做ZigBee实验时SmartRF Flash Programmer软件的界面打不开...
分类:
其他好文 时间:
2015-03-19 18:27:19
阅读次数:
125
As a universal key programmer, SBB key programmer supports a full range of vehicles with multi-language. Best price, professional technical service an...
分类:
其他好文 时间:
2015-03-19 18:12:08
阅读次数:
140
Simply judge from price, we can get the conclusion that XPROG-M V5.5.5 is obviously much stronger than version V5.50.Here comes withnewest V5.5.5 X-PR...
分类:
其他好文 时间:
2015-03-16 19:20:15
阅读次数:
121
DRY是指Don't Repeat Yourself特指在程序设计以及计算中避免重复代码,因为这样会降低灵活性、简洁性,并且可能导致代码之间的矛盾。《The Pragmatic Programmer》对这一思想做了很好的阐述。把一切重复的代码抽象出来。我觉得最主要的原因是很好维护,当需要改动时只需要...
分类:
其他好文 时间:
2015-03-13 16:20:37
阅读次数:
114
??
一、Accessingpixel values访问像素值。(用类自带的方法:方便,但效率不高)
cv::Mat has the a template methodat(int y, int x)
用法image.at(j,i)[channel]= value;
注意事项:the programmer needs to specify the retur...
分类:
其他好文 时间:
2015-03-08 17:12:04
阅读次数:
234
寒假时,有幸拜读了卡内基-梅隆大学(CMU)的Randal E.Bryant 和 David R.O'Hallaron的名著——深入理解计算机系统(Computer System: A Programmer's Perspective)。这本书是来自CMU的一门叫做“计算机系统导论”的课程。让人.....
分类:
编程语言 时间:
2015-03-07 23:58:32
阅读次数:
349