实例介绍
龚建伟、熊光明出版的Visual C++/Turbo C串口通信编程实践的光盘上的源代码和资料~!
【实例截图】
【核心代码】
4744302543375578096.rar
└── Visual C++_Turbo C串口通信编程实践源代码
├── SerialPortTest
│ ├── Debug
│ │ ├── SerialPortTestDlg.obj
│ │ ├── SerialPortTest.exe
│ │ ├── SerialPortTest.ilk
│ │ ├── SerialPortTest.obj
│ │ ├── SerialPortTest.pch
│ │ ├── SerialPortTest.pdb
│ │ ├── SerialPortTest.res
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OFF.ICO
│ │ ├── RED.ICO
│ │ ├── SerialPortTest.ico
│ │ └── SerialPortTest.rc2
│ ├── Resource.h
│ ├── SerialPortTest.aps
│ ├── SerialPortTest.clw
│ ├── SerialPortTest.cpp
│ ├── SerialPortTestDlg.cpp
│ ├── SerialPortTestDlg.h
│ ├── SerialPortTest.dsp
│ ├── SerialPortTest.dsw
│ ├── SerialPortTest.h
│ ├── SerialPortTest.ncb
│ ├── SerialPortTest.opt
│ ├── SerialPortTest.plg
│ ├── SerialPortTest.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 串口调试助手
│ ├── help.htm
│ └── 串口调试助手V2.2.exe
├── 光盘程序使用说明.txt
├── 第01章
│ ├── 0102
│ │ ├── scommtest
│ │ │ ├── Debug
│ │ │ │ ├── mscomm.obj
│ │ │ │ ├── SCommTestDlg.obj
│ │ │ │ ├── SCommTest.exe
│ │ │ │ ├── SCommTest.obj
│ │ │ │ ├── SCommTest.pdb
│ │ │ │ ├── SCommTest.res
│ │ │ │ ├── StdAfx.obj
│ │ │ │ ├── vc60.idb
│ │ │ │ └── vc60.pdb
│ │ │ ├── MSCOMM.CPP
│ │ │ ├── MSCOMM.H
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ ├── mscomm.obj
│ │ │ │ ├── SCommTestDlg.obj
│ │ │ │ ├── SCommTest.exe
│ │ │ │ ├── SCommTest.obj
│ │ │ │ ├── SCommTest.pch
│ │ │ │ ├── SCommTest.res
│ │ │ │ ├── StdAfx.obj
│ │ │ │ └── vc60.idb
│ │ │ ├── RES
│ │ │ │ ├── SCommTest.ico
│ │ │ │ └── SCommTest.rc2
│ │ │ ├── RESOURCE.H
│ │ │ ├── SCommTest.aps
│ │ │ ├── SCommTest.clw
│ │ │ ├── SCommTest.cpp
│ │ │ ├── SCommTestDlg.cpp
│ │ │ ├── SCommTestDlg.h
│ │ │ ├── SCommTest.dsp
│ │ │ ├── SCommTest.dsw
│ │ │ ├── SCommTest.h
│ │ │ ├── SCommTest.ncb
│ │ │ ├── SCommTest.opt
│ │ │ ├── SCommTest.plg
│ │ │ ├── SCommTest.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── scommtest.zip
│ └── 0103
│ └── comrx.cpp
├── 第02章
│ ├── 0201
│ │ ├── SerialPort_demo原作者
│ │ │ ├── CommTest
│ │ │ │ ├── ColorStatic.cpp
│ │ │ │ ├── ColorStatic.h
│ │ │ │ ├── COMMTEST.001
│ │ │ │ ├── COMMTEST.APS
│ │ │ │ ├── COMMTEST.CLW
│ │ │ │ ├── COMMTEST.CPP
│ │ │ │ ├── commtestDlg.cpp
│ │ │ │ ├── commtestDlg.h
│ │ │ │ ├── COMMTEST.DSP
│ │ │ │ ├── CommTest.dsw
│ │ │ │ ├── COMMTEST.H
│ │ │ │ ├── CommTest.ncb
│ │ │ │ ├── CommTest.opt
│ │ │ │ ├── COMMTEST.PLG
│ │ │ │ ├── COMMTEST.RC
│ │ │ │ ├── ConfigDlg.cpp
│ │ │ │ ├── ConfigDlg.h
│ │ │ │ ├── README.DOC
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── RES
│ │ │ │ │ ├── COMMTEST.ICO
│ │ │ │ │ └── COMMTEST.RC2
│ │ │ │ ├── Resource.h
│ │ │ │ ├── SerialPort.cpp
│ │ │ │ ├── SerialPort.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── CommTest.rar
│ │ └── Serialport类文件原作者
│ │ ├── SerialPort.cpp
│ │ └── SerialPort.h
│ ├── 0202
│ │ └── SerialPortTest
│ │ ├── Debug
│ │ │ ├── SerialPort.obj
│ │ │ ├── SerialPort.sbr
│ │ │ ├── SerialPortTest.bsc
│ │ │ ├── SerialPortTestDlg.obj
│ │ │ ├── SerialPortTestDlg.sbr
│ │ │ ├── SerialPortTest.exe
│ │ │ ├── SerialPortTest.ilk
│ │ │ ├── SerialPortTest.obj
│ │ │ ├── SerialPortTest.pch
│ │ │ ├── SerialPortTest.pdb
│ │ │ ├── SerialPortTest.res
│ │ │ ├── SerialPortTest.sbr
│ │ │ ├── StdAfx.obj
│ │ │ ├── StdAfx.sbr
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── SerialPortTest.ico
│ │ │ └── SerialPortTest.rc2
│ │ ├── RESOURCE.H
│ │ ├── SerialPort.cpp
│ │ ├── SerialPort.h
│ │ ├── SerialPortTest.aps
│ │ ├── SerialPortTest.clw
│ │ ├── SerialPortTest.cpp
│ │ ├── SerialPortTestDlg.cpp
│ │ ├── SerialPortTestDlg.h
│ │ ├── SerialPortTest.dsp
│ │ ├── SerialPortTest.dsw
│ │ ├── SerialPortTest.h
│ │ ├── SerialPortTest.ncb
│ │ ├── SerialPortTest.opt
│ │ ├── SerialPortTest.plg
│ │ ├── SerialPortTest.rc
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 复件 SerialPort.h
│ ├── 0203
│ │ └── SerialPortTest2
│ │ ├── Debug
│ │ │ ├── MainFrm.obj
│ │ │ ├── MainFrm.sbr
│ │ │ ├── SerialPort.obj
│ │ │ ├── SerialPort.sbr
│ │ │ ├── SerialPortTest2Doc.obj
│ │ │ ├── SerialPortTest2Doc.sbr
│ │ │ ├── SerialPortTest2.exe
│ │ │ ├── SerialPortTest2.obj
│ │ │ ├── SerialPortTest2.pdb
│ │ │ ├── SerialPortTest2.res
│ │ │ ├── SerialPortTest2.sbr
│ │ │ ├── SerialPortTest2View.obj
│ │ │ ├── SerialPortTest2View.sbr
│ │ │ ├── StdAfx.obj
│ │ │ ├── StdAfx.sbr
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── SerialPortTest2Doc.ico
│ │ │ ├── SerialPortTest2.ico
│ │ │ ├── SerialPortTest2.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── SerialPort.cpp
│ │ ├── SerialPort.h
│ │ ├── SerialPortTest2.aps
│ │ ├── SerialPortTest2.clw
│ │ ├── SerialPortTest2.cpp
│ │ ├── SerialPortTest2Doc.cpp
│ │ ├── SerialPortTest2Doc.h
│ │ ├── SerialPortTest2.dsp
│ │ ├── SerialPortTest2.dsw
│ │ ├── SerialPortTest2.h
│ │ ├── SerialPortTest2.ncb
│ │ ├── SerialPortTest2.opt
│ │ ├── SerialPortTest2.plg
│ │ ├── SerialPortTest2.rc
│ │ ├── SerialPortTest2View.cpp
│ │ ├── SerialPortTest2View.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 0204
│ ├── NNTest
│ │ ├── Debug
│ │ │ ├── NNTestDlg.obj
│ │ │ ├── NNTest.exe
│ │ │ ├── NNTest.obj
│ │ │ ├── NNTest.pdb
│ │ │ ├── NNTest.res
│ │ │ ├── SerialPort.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── NNTest.aps
│ │ ├── NNTest.clw
│ │ ├── NNTest.cpp
│ │ ├── NNTestDlg.cpp
│ │ ├── NNTestDlg.h
│ │ ├── NNTest.dsp
│ │ ├── NNTest.dsw
│ │ ├── NNTest.h
│ │ ├── NNTest.ncb
│ │ ├── NNTest.opt
│ │ ├── NNTest.plg
│ │ ├── NNTest.rc
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── NNTest.ico
│ │ │ └── NNTest.rc2
│ │ ├── Resource.h
│ │ ├── SerialPort.cpp
│ │ ├── SerialPort.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 改进后的类文件
│ ├── SerialPort.cpp
│ └── SerialPort.h
├── 第03章
│ ├── 0303
│ │ ├── SDIComm
│ │ │ ├── Debug
│ │ │ │ ├── MainFrm.obj
│ │ │ │ ├── mscomm.obj
│ │ │ │ ├── SDICommDoc.obj
│ │ │ │ ├── SDIComm.exe
│ │ │ │ ├── SDIComm.obj
│ │ │ │ ├── SDIComm.pdb
│ │ │ │ ├── SDIComm.res
│ │ │ │ ├── SDICommView.obj
│ │ │ │ ├── StdAfx.obj
│ │ │ │ ├── vc60.idb
│ │ │ │ └── vc60.pdb
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MSCOMM.CPP
│ │ │ ├── MSCOMM.H
│ │ │ ├── ReadMe.txt
│ │ │ ├── RES
│ │ │ │ ├── SDICommDoc.ico
│ │ │ │ ├── SDIComm.ico
│ │ │ │ ├── SDIComm.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── Resource.h
│ │ │ ├── SDIComm.aps
│ │ │ ├── SDIComm.clw
│ │ │ ├── SDIComm.cpp
│ │ │ ├── SDICommDoc.cpp
│ │ │ ├── SDICommDoc.h
│ │ │ ├── SDIComm.dsp
│ │ │ ├── SDIComm.dsw
│ │ │ ├── SDIComm.h
│ │ │ ├── SDIComm.ncb
│ │ │ ├── SDIComm.opt
│ │ │ ├── SDIComm.plg
│ │ │ ├── SDIComm.rc
│ │ │ ├── SDICommView.cpp
│ │ │ ├── SDICommView.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── SDICOMM.ZIP
│ ├── 0304
│ │ └── MSCommMultiPort
│ │ ├── Debug
│ │ │ ├── MSCommMultiPortDlg.obj
│ │ │ ├── MSCommMultiPort.exe
│ │ │ ├── MSCommMultiPort.obj
│ │ │ ├── MSCommMultiPort.pdb
│ │ │ ├── MSCommMultiPort.res
│ │ │ ├── mscomm.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── MSCOMM.CPP
│ │ ├── MSCOMM.H
│ │ ├── MSCommMultiPort.aps
│ │ ├── MSCommMultiPort.clw
│ │ ├── MSCommMultiPort.cpp
│ │ ├── MSCommMultiPortDlg.cpp
│ │ ├── MSCommMultiPortDlg.h
│ │ ├── MSCommMultiPort.dsp
│ │ ├── MSCommMultiPort.dsw
│ │ ├── MSCommMultiPort.h
│ │ ├── MSCommMultiPort.ncb
│ │ ├── MSCommMultiPort.opt
│ │ ├── MSCommMultiPort.plg
│ │ ├── MSCommMultiPort.rc
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── MSCommMultiPort.ico
│ │ │ └── MSCommMultiPort.rc2
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 0305
│ └── ModemComm
│ ├── Debug
│ │ ├── ModemCommDlg.obj
│ │ ├── ModemComm.exe
│ │ ├── ModemComm.obj
│ │ ├── ModemComm.pdb
│ │ ├── ModemComm.res
│ │ ├── mscomm.obj
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── ModemComm.aps
│ ├── ModemComm.clw
│ ├── ModemComm.cpp
│ ├── ModemCommDlg.cpp
│ ├── ModemCommDlg.h
│ ├── ModemComm.dsp
│ ├── ModemComm.dsw
│ ├── ModemComm.h
│ ├── ModemComm.ncb
│ ├── ModemComm.opt
│ ├── ModemComm.plg
│ ├── ModemComm.rc
│ ├── mscomm.cpp
│ ├── mscomm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ModemComm.ico
│ │ └── ModemComm.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第04章
│ └── Term
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── SetupDlg.obj
│ │ ├── StdAfx.obj
│ │ ├── TermDoc.obj
│ │ ├── Term.exe
│ │ ├── Term.ilk
│ │ ├── Term.obj
│ │ ├── Term.pch
│ │ ├── Term.pdb
│ │ ├── Term.res
│ │ ├── TermView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── TermDoc.ico
│ │ ├── Term.ico
│ │ └── Term.rc2
│ ├── RESOURCE.H
│ ├── SetupDlg.cpp
│ ├── SetupDlg.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Term.aps
│ ├── Term.clw
│ ├── Term.cpp
│ ├── TermDoc.cpp
│ ├── TermDoc.h
│ ├── Term.dsp
│ ├── Term.dsw
│ ├── Term.h
│ ├── Term.ncb
│ ├── Term.opt
│ ├── Term.plg
│ ├── Term.rc
│ ├── TermView.cpp
│ └── TermView.h
├── 第05章
│ └── SCOMMV23
│ ├── AnimateDlgIcon.cpp
│ ├── AnimateDlgIcon.h
│ ├── Debug
│ │ ├── AnimateDlgIcon.obj
│ │ ├── HYPERLINK.obj
│ │ ├── PushPin.obj
│ │ ├── SCOMMDlg.obj
│ │ ├── SCOMM.exe
│ │ ├── SCOMM.ilk
│ │ ├── SCOMM.obj
│ │ ├── SCOMM.pch
│ │ ├── SCOMM.pdb
│ │ ├── SCOMM.res
│ │ ├── SerialPort.obj
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── HYPERLINK.CPP
│ ├── HYPERLINK.H
│ ├── LABEL.CPP
│ ├── LABEL.H
│ ├── PushPin.cpp
│ ├── PushPin.h
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── ANIM.BMP
│ │ ├── choosepath.ico
│ │ ├── COMM.ICO
│ │ ├── CURSOR1.CUR
│ │ ├── GJWTECH1.ICO
│ │ ├── GREEN.ICO
│ │ ├── ICON_GRE.ICO
│ │ ├── icon_not1.ico
│ │ ├── ICON_NOT.ICO
│ │ ├── ICON_ON1.ICO
│ │ ├── ICON_ON.ICO
│ │ ├── OFF.ICO
│ │ ├── Pinned2.bmp
│ │ ├── Pinned.bmp
│ │ ├── RED.ICO
│ │ ├── SCOMM.RC2
│ │ ├── UNPINNED.BMP
│ │ ├── xiaofengstudio.bmp
│ │ └── xiaofengstudio.ico
│ ├── RESOURCE.H
│ ├── SCOMM.APS
│ ├── SCOMM.clw
│ ├── Scomm.cpp
│ ├── SCOMMDlg.cpp
│ ├── SCOMMDlg.h
│ ├── SCOMM.DSP
│ ├── SCOMM.DSW
│ ├── SCOMM.H
│ ├── SCOMM.NCB
│ ├── Scomm.opt
│ ├── SCOMM.plg
│ ├── SCOMM.rc
│ ├── SerialPort.cpp
│ ├── SerialPort.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第06章
│ ├── 0603
│ │ ├── GSerial.cpp
│ │ └── Gserial.h
│ ├── 0604
│ │ ├── GSerial.cpp
│ │ └── Gserial.h
│ └── comrxtx.cpp
├── 第07章
│ └── SerialPortTest
│ ├── Debug
│ │ ├── SerialPort.obj
│ │ ├── SerialPortTestDlg.obj
│ │ ├── SerialPortTest.exe
│ │ ├── SerialPortTest.obj
│ │ ├── SerialPortTest.pdb
│ │ ├── SerialPortTest.res
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── OFF.ICO
│ │ ├── RED.ICO
│ │ ├── SerialPortTest.ico
│ │ └── SerialPortTest.rc2
│ ├── RESOURCE.H
│ ├── SerialPort.cpp
│ ├── SerialPort.h
│ ├── SerialPortTest.aps
│ ├── SerialPortTest.clw
│ ├── SerialPortTest.cpp
│ ├── SerialPortTestDlg.cpp
│ ├── SerialPortTestDlg.h
│ ├── SerialPortTest.dsp
│ ├── SerialPortTest.dsw
│ ├── SerialPortTest.h
│ ├── SerialPortTest.ncb
│ ├── SerialPortTest.opt
│ ├── SerialPortTest.plg
│ ├── SerialPortTest.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第08章
│ ├── 0801
│ │ └── keilc
│ │ ├── scommtest
│ │ ├── scommtest.lnp
│ │ ├── scommtest.M51
│ │ ├── scommtest.Opt
│ │ ├── scommtest.plg
│ │ ├── scommtest.Uv2
│ │ ├── test0c.c
│ │ ├── test0c.LST
│ │ └── test0c.OBJ
│ └── 0802
│ ├── 实例一
│ │ └── example1.c
│ └── 实例二
│ └── example2.c
├── 第09章
│ ├── 0904
│ │ ├── SClient
│ │ │ ├── Debug
│ │ │ │ ├── MySocket.obj
│ │ │ │ ├── SClientDlg.obj
│ │ │ │ ├── SClient.exe
│ │ │ │ ├── SClient.obj
│ │ │ │ ├── SClient.pdb
│ │ │ │ ├── SClient.res
│ │ │ │ ├── StdAfx.obj
│ │ │ │ ├── vc60.idb
│ │ │ │ └── vc60.pdb
│ │ │ ├── MySocket.cpp
│ │ │ ├── MySocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── RES
│ │ │ │ ├── SClient.ico
│ │ │ │ └── SClient.rc2
│ │ │ ├── RESOURCE.H
│ │ │ ├── SClient.aps
│ │ │ ├── SClient.clw
│ │ │ ├── SClient.cpp
│ │ │ ├── SClientDlg.cpp
│ │ │ ├── SClientDlg.h
│ │ │ ├── SClient.dsp
│ │ │ ├── SClient.dsw
│ │ │ ├── SClient.h
│ │ │ ├── SClient.ncb
│ │ │ ├── SClient.opt
│ │ │ ├── SClient.plg
│ │ │ ├── SClient.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── SServer
│ │ ├── AcceptSocket.cpp
│ │ ├── AcceptSocket.h
│ │ ├── Debug
│ │ │ ├── AcceptSocket.obj
│ │ │ ├── AcceptSocket.sbr
│ │ │ ├── ListenSocket.obj
│ │ │ ├── ListenSocket.sbr
│ │ │ ├── SerialPort.obj
│ │ │ ├── SerialPort.sbr
│ │ │ ├── SServer.bsc
│ │ │ ├── SServerDlg.obj
│ │ │ ├── SServerDlg.sbr
│ │ │ ├── SServer.exe
│ │ │ ├── SServer.exe_被屏蔽木马
│ │ │ ├── SServer.ilk
│ │ │ ├── SServer.obj
│ │ │ ├── SServer.pch
│ │ │ ├── SServer.pdb
│ │ │ ├── SServer.res
│ │ │ ├── SServer.sbr
│ │ │ ├── StdAfx.obj
│ │ │ ├── StdAfx.sbr
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── ListenSocket.cpp
│ │ ├── ListenSocket.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── SServer.ico
│ │ │ └── SServer.rc2
│ │ ├── RESOURCE.H
│ │ ├── SerialPort.cpp
│ │ ├── SerialPort.h
│ │ ├── SServer.aps
│ │ ├── SServer.clw
│ │ ├── SServer.cpp
│ │ ├── SServerDlg.cpp
│ │ ├── SServerDlg.h
│ │ ├── SServer.dsp
│ │ ├── SServer.dsw
│ │ ├── SServer.h
│ │ ├── SServer.ncb
│ │ ├── SServer.opt
│ │ ├── SServer.plg
│ │ ├── SServer.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 0905
│ │ └── CommSocket
│ │ ├── CommSocket.aps
│ │ ├── CommSocket.clw
│ │ ├── CommSocket.cpp
│ │ ├── CommSocketDlg.cpp
│ │ ├── CommSocketDlg.h
│ │ ├── CommSocket.dsp
│ │ ├── CommSocket.dsw
│ │ ├── CommSocket.h
│ │ ├── CommSocket.ncb
│ │ ├── CommSocket.opt
│ │ ├── CommSocket.plg
│ │ ├── CommSocket.rc
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── CommSocket.ico
│ │ │ └── CommSocket.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WSocket.cpp
│ │ └── WSocket.h
│ └── 0906
│ ├── DisplayCon
│ │ ├── DisplayCon.aps
│ │ ├── DisplayCon.clw
│ │ ├── DisplayCon.cpp
│ │ ├── DisplayConDlg.cpp
│ │ ├── DisplayConDlg.h
│ │ ├── DisplayCon.dsp
│ │ ├── DisplayCon.dsw
│ │ ├── DisplayCon.h
│ │ ├── DisplayCon.ncb
│ │ ├── DisplayCon.opt
│ │ ├── DisplayCon.plg
│ │ ├── DisplayCon.rc
│ │ ├── EDITEX.CXX
│ │ ├── EDITEX.HXX
│ │ ├── LOGFONT.HXX
│ │ ├── mscomm.cpp
│ │ ├── mscomm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── DisplayConDlg.obj
│ │ │ ├── DisplayCon.exe
│ │ │ ├── DisplayCon.obj
│ │ │ ├── DisplayCon.res
│ │ │ ├── EDITEX.obj
│ │ │ ├── mscomm.obj
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── DisplayCon.ico
│ │ │ └── DisplayCon.rc2
│ │ ├── resource.fd
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── RemoteCon
│ ├── Debug
│ │ └── RemoteCon.exe
│ ├── mscomm.cpp
│ ├── mscomm.h
│ ├── ReadMe.txt
│ ├── RemoteCon.aps
│ ├── RemoteCon.clw
│ ├── RemoteCon.cpp
│ ├── RemoteConDlg.cpp
│ ├── RemoteConDlg.h
│ ├── RemoteCon.dsp
│ ├── RemoteCon.dsw
│ ├── RemoteCon.h
│ ├── RemoteCon.ncb
│ ├── RemoteCon.opt
│ ├── RemoteCon.plg
│ ├── RemoteCon.rc
│ ├── res
│ │ ├── RemoteCon.ico
│ │ └── RemoteCon.rc2
│ ├── resource.fd
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第10章
│ └── 1001
│ ├── SmsTest
│ │ ├── Comm.cpp
│ │ ├── Comm.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── settings.ico
│ │ │ ├── SmsTestDoc.ico
│ │ │ ├── SmsTest.ico
│ │ │ ├── SmsTest.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── SettingsDlg.cpp
│ │ ├── SettingsDlg.h
│ │ ├── Sms.cpp
│ │ ├── Sms.h
│ │ ├── SmsTest.cpp
│ │ ├── SmsTestDoc.cpp
│ │ ├── SmsTestDoc.h
│ │ ├── SmsTest.dsp
│ │ ├── SmsTest.dsw
│ │ ├── SmsTest.h
│ │ ├── SmsTest.rc
│ │ ├── SmsTestView.cpp
│ │ ├── SmsTestView.h
│ │ ├── SmsTraffic.cpp
│ │ ├── SmsTraffic.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── SmsTest.rar
├── 第12章
│ ├── Commhook.vxd
│ └── SerialPortVxD
│ ├── CHT.log
│ ├── COMMHOOK.h
│ ├── Debug
│ │ ├── MyListCtrl.obj
│ │ ├── SerialPortVxDDlg.obj
│ │ ├── SerialPortVxD.exe
│ │ ├── SerialPortVxD.obj
│ │ ├── SerialPortVxD.pdb
│ │ ├── SerialPortVxD.res
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MyListCtrl.cpp
│ ├── MyListCtrl.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SerialPortVxD.ico
│ │ └── SerialPortVxD.rc2
│ ├── resource.h
│ ├── SerialPortVxD.aps
│ ├── SerialPortVxD.clw
│ ├── SerialPortVxD.cpp
│ ├── SerialPortVxDDlg.cpp
│ ├── SerialPortVxDDlg.h
│ ├── SerialPortVxD.dsp
│ ├── SerialPortVxD.dsw
│ ├── SerialPortVxD.h
│ ├── SerialPortVxD.ncb
│ ├── SerialPortVxD.opt
│ ├── SerialPortVxD.plg
│ ├── SerialPortVxD.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── 读者调查表.doc
91 directories, 662 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论