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将消息标
import gnu.io.SerialPort; import java.util.HashMap; public class CommTest { public static void main(String[] args) { SerialReader sr = new SerialReader(); CommDataObserver bob = new CommDataObserver("bob"); CommDataObserver joe = new CommDataObserve
commtest.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CCommtestApp application class. commtest.cpp This is the main application source file that contains the a