-
MFC_Dialog
说明: Kinect + OpenCV + Visual C++
- 2019-01-23 21:00:45下载
- 积分:1
-
Windows-jiemianbiancheng
windows界面编程的代码,,基本的界面操作都可以实现。(windows programming interface code. .)
- 2013-04-20 16:45:09下载
- 积分:1
-
Turbo_code_3GPP2
Turbo decoder for 3GPP2
- 2011-10-18 20:47:53下载
- 积分:1
-
Phrack-Magazine
phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
- 2014-01-13 18:06:16下载
- 积分:1
-
testUSB
用VC++6.0编写的USB通讯测试的程序,可以实现查找PC的USB外设,读取USB外设的设备描述符等功能。对USB通讯初学者有很大的帮助。(Written in VC++6.0 using USB communications test procedure, can be achieved to find PC' s USB peripherals, read the USB peripheral device descriptor functions. USB communication to the very helpful for beginners. )
- 2010-01-28 05:22:12下载
- 积分:1
-
Excel
说明: 直接通过ODBC读写Excel表格文件。基于数据库编写源程序。(Directly through ODBC to read and write Excel spreadsheet file. Prepared based on the source database.)
- 2008-11-07 23:00:04下载
- 积分:1
-
modbusProgrammer
modbus协议栈,供大家参考! 供大家参考!(modbus connection protocol stack, for your reference! For your reference!)
- 2006-12-22 18:02:34下载
- 积分:1
-
WinCE-tts
这是关于wince平台下的tts语音合成的移植(This is the transplantation on the wince platform tts speech synthesis)
- 2011-06-28 16:09:48下载
- 积分:1
-
GPS
GPS C语言编程,功能齐全,请下载查看。成长在于分享!!!(GPS C program this is very good.Now download it !)
- 2014-03-15 18:18:54下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1