USB摄像头之130w像素 OV9655配置为了usb2.0采集达到足够的速率,不得不将采用raw格式输出。// 20150411 XVGA 1280*1024 实际上位机需要2560*1024 采集 code unsigned char ov9655_sxga[150][2] = { //12.....
分类:
其他好文 时间:
2015-04-11 19:08:52
阅读次数:
841
atitit.激活一个窗口总结
1
激活窗口:鼠标激活vswindows消息激活... 1
1.1
Web框架激活... 1
2
退出激活窗口热键(dbg模式)... 1
3
俩个窗口激活优先级... 2
4
Web控件激活—code. 3
1 激活窗口:鼠标激活vs windows消息激活
...
分类:
编程语言 时间:
2015-04-11 18:00:13
阅读次数:
228
题意:
总共最多有15种疾病
有n头牛,每头牛有di种疾病,分别用1-15之间的数字来表示
要求选择最多头牛 使他们的疾病种数不超过K
思路:
枚举状态,状态是当前有哪几种病,然后判断每头牛是否能选择即可
code:
#include
#include
#include
using namespace std;
const int maxn = 40000;
int cow[10...
分类:
其他好文 时间:
2015-04-11 17:54:38
阅读次数:
104
public class Blog { public int Id { get; set; } public DateTime Creationdate { get; set; } public string S...
分类:
其他好文 时间:
2015-04-11 17:44:08
阅读次数:
119
有时候我们要实现“按下按钮和释放按钮时,按钮的背景图片(颜色)不同”的效果,我们可以用selector实现1.编写XML代码:在项目的res/drawable目录下新建xml文件,添加相关代码:View Code当然在该目录下要放入相关图片。各属性解释:android:state_pressed 是...
分类:
移动开发 时间:
2015-04-11 17:31:11
阅读次数:
135
题目:
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...
分类:
其他好文 时间:
2015-04-11 16:25:26
阅读次数:
127
1,监控给定web站点的状态--站点请求返回代码,下载整个web站点页面文本到-o 指定的文本curl -o /dev/null -s-silent -w--wirte-out "%{http_code}" "http://baidu.com";2,开启gizp3,curl监控网页响应时间curl ...
分类:
Web程序 时间:
2015-04-11 13:12:48
阅读次数:
163
Protobuf 是google发起的一种二进制格式,目前广泛应用在各种开发语言中。详情请看:https://code.google.com/p/protobuf/点击打开链接,关于C#的Protobuf实现,目前公认比较好的就是Protobuf-net。
因为GOOGLE自带支持的语言不包括C#,所以当使用了开元项目Protobuf-net解析google protobuf 格式的通信...
分类:
Web程序 时间:
2015-04-11 10:25:26
阅读次数:
173
oracle分页:select row_num() over(order by t.code,t.name)rid t.code,t.name,t.descrittionfrom (...)twhere 1=1and t.cdate between 20020202 and 20020210and....
分类:
其他好文 时间:
2015-04-11 10:13:38
阅读次数:
146
http://bbs.aiyingli.com/forum.phphttp://www.eoeandroid.com/http://www.javaapk.com/demoTo be continue -------
分类:
移动开发 时间:
2015-04-11 08:52:39
阅读次数:
151