-
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。...
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。
- 2022-02-03 18:17:26下载
- 积分:1
-
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。...
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。-Windows Mobile 6 under the SIM card testing procedures, to achieve a SIM card to open, read, write, delete operation. Under the VS2005 compiler.
- 2022-07-14 10:56:17下载
- 积分:1
-
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)-VC 6.0 Digital Image Coding (Ding-up Wen-ping, Guo Baolong)
- 2022-03-18 09:37:21下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
CASIC多模卫星导航接收机驱动程序,GPS驱动程序
GPS驱动程序,从NMEA0183协仪中提取定位数据
- 2022-03-31 22:12:04下载
- 积分:1
-
用VC编写的实现串口数据发送的代码,与CharTerminal.rar同时使用可实现串口数据的接受与发送...
用VC编写的实现串口数据发送的代码,与CharTerminal.rar同时使用可实现串口数据的接受与发送-VC prepared with implementation of the code to send serial data, with the use of CharTerminal.rar simultaneously achieve the acceptance of serial data and send
- 2022-02-02 10:24:27下载
- 积分:1
-
串口modem的源程序
串口modem的源程序-serial modem source
- 2023-02-02 18:05:04下载
- 积分:1
-
critical of the use of multithreading synchronous test
利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
- 2022-12-25 10:10:03下载
- 积分:1
-
一个C++的垃圾收集框架
一个C++的垃圾收集框架-a framework for the collection of garbage
- 2022-12-18 14:10:02下载
- 积分:1
-
模拟操作,是控制台程序提供的快速
模拟DOS,为console程序提供快捷windows化- Simulates DOS, is the console procedure provides quickly
windows
- 2023-02-02 17:40:04下载
- 积分:1