-
ComWave
Visual Studio 2010 CLR 编程电子书(Visual Studio 2010 CLR programming ebook)
- 2013-02-28 01:52:01下载
- 积分:1
-
PELCO-d_protocol
PELCO-D协议的pdf文档,外加一个小程序
声明:个人网上收集,并转载(PELCO-D agreement pdf files, plus a small procedure statement : Personal Internet collection, and reproduced)
- 2007-06-06 04:25:54下载
- 积分:1
-
利用Lsasrv.dll 的RPC缓冲溢出漏洞的源码
可适用于: * - Windows XP Professional SP0 English version * - Windows XP Professional SP0 Russian version * - Windows XP Professional SP1 English version * - Windows XP Professional SP1 Russian versi(applicable to :*- Windows XP Professional SP3 English version*- Windows XP Professional bug Russian version*- Windows XP Professional SP1 English version*- Windows XP Professional SP1 Russian versi)
- 2005-05-03 09:39:53下载
- 积分:1
-
C-Sharp-serial-control-relay-module
C#写的控制串口继电器模块的代码,通过发送指令来控制多路串口继电器的开关。(Serial port control relay module C# to write the code, switch by sending commands to control multiple serial relay.)
- 2015-03-19 15:11:51下载
- 积分:1
-
daimadaquan
通过阅读本书,深刻认识所犯过的错误,如何避免它们。同时,丰富的编程经验帮助你在控制大规模项目和按要求对软件进行修改和维护时感到得心应手。(By reading this book, a profound understanding of the mistakes, how to avoid them. At the same time, a wealth of programming experience assist you in controlling the large-scale projects and, as required, the software modification and maintenance are easy.)
- 2009-03-21 08:54:45下载
- 积分:1
-
VbUpdate
说明: 自动更新程序
用于开发自动更新程序!
为方便开发自动更新的朋友参考!(Automatic Update for the development of auto-update procedure! To facilitate the development of auto-update friends reference!)
- 2008-09-27 00:57:23下载
- 积分:1
-
Thinking-in-CPP--2nd-V2
c++编程思想!对于学习c++是一个很好的帮助!好的程序员必须要看的一本书!(think in c++!very useful to those who want to learn c++ very well!)
- 2011-08-15 20:57:32下载
- 积分:1
-
6790966
Winamp样式的自动停靠对话框,VC++经典编程源码,很好的参考资料。(Winamp style automatic berth dialog, VC++ classic programming source code, a good reference.)
- 2013-11-15 09:09:59下载
- 积分:1
-
dbg
在Debian上deb包的简易安装程序 (Deb package on Debian Installer Easy )
- 2013-09-21 18:20:15下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1