题目:
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...
分类:
其他好文 时间:
2014-09-14 11:22:47
阅读次数:
181
LeetCode: Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n represen...
分类:
其他好文 时间:
2014-09-01 22:31:13
阅读次数:
289
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-08-30 02:22:18
阅读次数:
244
Gray-level co-occurrence matrix from an image图像的灰度共生矩阵灰度共生矩阵是像素距离和角度的矩阵函数,它通过计算图像中一定距离和一定方向的两点灰度之间的相关性,来反映图像在方向、间隔、变化幅度及快慢上的综合信息。使用方法:glcm = graycomat...
分类:
其他好文 时间:
2014-08-28 21:08:16
阅读次数:
427
在html中引入css样式,可以改变html的块布局方式,使得界面的布局更加美观。接下来看一个基础布局的小例子:
margin布局
#container{
width: 1002px;
background: gray;
}
#header{
height: 120px;
background: orange;
}...
分类:
Web程序 时间:
2014-08-28 14:54:49
阅读次数:
273
// Threshold.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
int g_threshold = 100;
IplImage* img1= NULL;
IplImage* g_gray = NULL;
CvMemStorag...
分类:
其他好文 时间:
2014-08-28 11:27:19
阅读次数:
188
思想: 动态规划,分析:
12121212: 前面为1 或者 (前面是2 且 当前值 1。
分类:
其他好文 时间:
2014-08-27 21:51:28
阅读次数:
205
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 cod...
分类:
其他好文 时间:
2014-08-27 14:45:48
阅读次数:
236
Gray Hat Python Python Programming for hackers and reverse engineers
Python灰帽子:黑客与逆向工程师的Python编程之道
差不多两周之前看到了这本书,心情很是激动啊,下定决心一定要好好看看。
好了一个星期的边看边写,发现激动的心情不在了,里面的内容都是为了底层debuger的
的内容,要安装的东西跟版...
分类:
编程语言 时间:
2014-08-27 10:55:17
阅读次数:
225
关键部分的CSS代码:.menu ul { list-style-type: none; border-top: 10px solid gray;}.menu ul li a { color: #fff; float: left; margin: 0 5px; f...
分类:
Web程序 时间:
2014-08-25 20:56:24
阅读次数:
226