1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
#include"stdio.h" #include"bios.h" #define LEFT 75 #define RIGHT 77 #define UPPER 72 #define DOWN 80 #define ESC 27 struct Boxss { int x,y; }; union keyboard { unsigned int iKeyInfo; char chKeyBit[2]; }; int fnGetKey(void) /*定义读取键盘码的函数*/ { union key
WP7 Virtual Keyboard远程遥控器源码 项目描述 为windows phone 7设计的虚拟键盘程序,用于连接并远程控制个人电脑。 Virtual Keyboard on windows phone to remote control your computer. 此软件是一款迷你的多媒体遥控器,主要适合在客厅、卧室中喜欢用个人电脑看视频的朋友。 此软件能用您的手机方便的远程控制您的个人电脑上的媒体播放器,方便地控制视频播放、音量大小等。 此软件使用注意事项: 需要您在您的个人
1,01.zipClass for displaying system error messages显示系统错误信息的一个类(5KB)2,02.zipSimple Thread Class一个简单的线程类(13KB)3,03.zipSingle Instance Program 单进程的例子(12KB)4,interface.zipA series of articles that resulted from experimenting with adding Drag and Drop fea