码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
【LeetCode】Gray Code
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
分类:其他好文   时间:2014-12-05 16:49:10    阅读次数:180
LeetCode Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total number of bits in the code, print the sequence of...
分类:其他好文   时间:2014-12-04 08:47:00    阅读次数:168
我写的一个手风琴效果
body, dl, dd, ul, li { margin: 0; padding: 0 }dl { width: 500px; margin: 0 auto; overflow: hidden }dt { border-radius: 10px; background: gray; color: ...
分类:其他好文   时间:2014-11-26 18:48:47    阅读次数:180
LeetCode: Gray Code 解题报告
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the t...
分类:其他好文   时间:2014-11-25 22:47:02    阅读次数:245
Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2014-11-21 20:24:19    阅读次数:190
最大类间方差法(Otsu)
由Otsu(大津展之)于1978年提出的最大类间方差法,是引起较多关注的一种阈值选取方法。它是在判决分析或最小二乘原理的基础上推导出来的。参考文献:[1] Otsu N. A threshold selection method from gray-level histogram. IEEE T.....
分类:其他好文   时间:2014-11-20 11:38:51    阅读次数:346
opencv 调试时不显示图像
调试opencv程序时,发现使用cvShowImage函数无法显示图片,显示窗口完全灰化。解决办法就是在后面加上waitkey函数。1 IplImage *gray = cvLoadImage(imgFile.c_str(), CV_LOAD_IMAGE_GRAYSCALE);2 cvSho...
分类:其他好文   时间:2014-11-19 18:02:58    阅读次数:373
巨星陨落 - Jim Gary
偶然在微软Research中搜论文时搜到了神牛Jim Gary的paper,看着照片有点眼熟,貌似在买过的哪本书中见过。于是就饶有兴致地看着Jim的生平介绍,结果… “Dr. Gray joinedMicrosoft in 1995 as a Technical Fellow, researcher, and manager of the BayArea Research Center. His ...
分类:其他好文   时间:2014-11-16 21:45:39    阅读次数:302
Leetcode-Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total numb...
分类:其他好文   时间:2014-11-16 07:05:48    阅读次数:159
vim 自动补全 颜色设置
vim 自动补全 颜色设置hi Pmenu ctermfg=black ctermbg=gray guibg=#444444hi PmenuSel ctermfg=7 ctermbg=4 guibg=#555555 guifg=#ffffff
分类:系统相关   时间:2014-11-15 23:11:50    阅读次数:781
1068条   上一页 1 ... 97 98 99 100 101 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!