-
tms
简单是MFC数据库操作练习,字段的添加,删除,修改.(Simple MFC database operation practice, field to add, delete, modify.)
- 2014-07-06 23:44:37下载
- 积分:1
-
2011-10-09ADF4350
adf4350的设计主程序和实现的功能输出频率(adf4350 the design and implementation of the function main output frequency)
- 2013-05-27 19:11:04下载
- 积分:1
-
SpeechToWave
speech to wave
voice training for window sapi
- 2010-09-03 10:26:08下载
- 积分:1
-
BMP
说明: 说明: bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间(Description: BMP compression algorithm, VC + + implementation, can capture screen, ordinary BMP image files for high compression, improve transmission speed, reduce storage space)
- 2020-06-16 10:20:01下载
- 积分:1
-
stuscore
统计学生成绩的程序,对学习界面编程的朋友应该有用,欢迎下载(Student achievement statistics program, should be useful learning interface programming friends are welcome to download)
- 2013-04-09 23:33:16下载
- 积分:1
-
ReadColor
一个读取屏幕上当前鼠标点颜色值的小程序,对于分析屏幕上的颜色有帮助。(A read on the screen the current mouse point color value of small procedures, the analysis of color on the screen has to help.)
- 2008-05-26 09:26:35下载
- 积分:1
-
SerialPort
基于VC实现的串口通信,可以实现串口的数据读取。(Based on the VC serial communications)
- 2013-11-25 10:57:22下载
- 积分:1
-
WIN64_qudong
win 7 64位 驱动编程教程加源码 大牛制造 值得学习 上传分享(Win 7 64-bit drive programming tutorial plus source of large cattle manufacturing is worth learning to share)
- 2016-12-31 16:32:17下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
NewAT
一个封装的Modem AT命令操作类YsATModem的快速拨号程序。程序的正常使用,需要两台分别连接modem的PC机,通过电话线拨号连接。(A package category Modem AT command operation procedures YsATModem the speed dial. Procedures for normal use, the need for two separate modem to connect the PC, dial-up connection through the telephone line.)
- 2009-06-12 10:17:24下载
- 积分:1