-
DrvSpace
获取磁盘空间数据DrvSpace,很不错的vc源码,希望能对大家有所帮助(Disk space for data DrvSpace, very good vc source code, I hope you can help)
- 2011-09-06 22:59:51下载
- 积分:1
-
MFCODBCaccess
VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下。(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path.)
- 2014-02-21 16:46:07下载
- 积分:1
-
c
说明: c语言程序设计,其中包含简单的c语言程序实例,通俗易懂,对学习c语言有很大的帮助。(if you want to learn c programming,you can see this book.)
- 2012-11-27 10:32:07下载
- 积分:1
-
qwww11
基于 mfc的客户区截图程序 可以选择bmp的格式跟大小(Based on mfc client area screenshot program you can choose bmp format with size)
- 2016-04-26 15:38:17下载
- 积分:1
-
ason
此程序为ns2仿真的ason网络,光网络的传输技术在近十几年得到飞速的发展,波分复用(WDM)技术能够让一根光纤承载以百计甚至以千计的波长,而且单个波长能够承载的带宽也在迅速增加。(ASON simulation)
- 2009-07-10 14:01:45下载
- 积分:1
-
BatCmdRun
实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can achieve through reference code)
- 2017-06-29 16:48:31下载
- 积分:1
-
Viterbi
(2,1,3)卷积码的Viterbi译码C程序,已经验证成功((2,1,3) convolutional code C of the Viterbi decoding process, has proved to be successful)
- 2020-12-21 19:39:07下载
- 积分:1
-
encodeServer
编码服务器,支持XML任务书,支持MOV,WAV等格式文件转换为3GP,MP4和3G2文件(Encoding server, XML-the mission statement to support MOV, WAV and other formats files to 3GP, MP4, and 3G2 file)
- 2009-09-15 19:08:26下载
- 积分:1
-
Calc
a simple Calc Pro from my fist work in VB studio
- 2009-10-31 19:23:30下载
- 积分:1
-
KeyMouse
通用键盘鼠标模拟(包括USB和PS2)
通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。
简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。
模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_MAKE、KEY_BREAK,然后调用KeyboardClassServiceCallback。(Universal keyboard and mouse simulation (including USB and PS2))
- 2010-07-23 11:19:14下载
- 积分:1