-
DataFarm
数据库集群功能,
使用.net平台开发(Database clustering features, to use. Net platform development)
- 2007-11-11 19:35:30下载
- 积分:1
-
Library
图书管理系统,为数据库实现,基于visual c++ 和sql,比较基本,希望有帮助(Library management system, database implementation, based on visual c++ and sql, more basic, want to help)
- 2009-12-02 21:43:25下载
- 积分:1
-
Spartan-3A_CTM
Spartan 系列 FPGA 封装的热性能模型(Package Thermal Models)
- 2015-03-18 15:14:26下载
- 积分:1
-
ScanPort
说明: MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围(MFC simple multi threaded port scanner can scan a custom port number and scope of the thread)
- 2020-11-25 00:49:38下载
- 积分:1
-
tts
vc++利用mfc实现speech sdk(vc++ use mfc speech sdk)
- 2012-11-01 21:53:09下载
- 积分:1
-
cat
短信猫所需要的dll文件,h文件以及lib文件共参考。(SMS cat dll files, h files, and lib files of reference.)
- 2012-12-22 15:12:04下载
- 积分:1
-
chap29--use-OLE-DB-handle-databases
MFC操作数据库ADO操作数据库,
MFC操作数据库ADO操作数据库.(use MFC to handle the databases.)
- 2012-09-19 17:29:05下载
- 积分:1
-
generic_processorConfigBits
无线组网 远距离可靠性设计及应用 433M/315M
星型结构物联网通讯(Design and application of wireless network long distance reliability 433M/315M
Star structure networking communication)
- 2017-02-10 18:53:13下载
- 积分:1
-
CommTest
串口通讯测试代码,经过测试,可以成功运行。(Serial Communication Test.)
- 2010-08-25 22:04:07下载
- 积分: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