-
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
-
POP3
核心实例 POP3上电子邮件的检查,POP3协议,网络编程(POP3 email check)
- 2010-11-11 13:50:50下载
- 积分:1
-
Windows-Sockets
本书主要介绍了如何用API函数进行网络间通信(The book introduces how to use the API function communication networks)
- 2013-03-08 23:59:51下载
- 积分:1
-
UDPchatter
一个基于UDP协议的网络聊天程序(A network based on UDP protocol chat program)
- 2004-01-31 14:12:08下载
- 积分:1
-
sjwl
用VB编写的 循环神经网络 股票预测系统(Recurrent neural network stock prediction system written in VB)
- 2012-10-25 19:24:06下载
- 积分:1
-
SAF
回声消除代码实例,具有一定的参考价值,可以下载使用。(voice aec code example ,will be valuable to you work if you download it)
- 2021-04-21 14:58:50下载
- 积分:1
-
udp
实现可靠的UDP封装传输类,可以进行多点传输,采用超时重发机制(Reliable transmission of UDP encapsulation type, can be multi-point transmission, the use of timeout retransmission mechanism)
- 2011-10-15 23:04:12下载
- 积分:1
-
Book_Source_Code.VisualC++NetWork
使用VC进行网络通讯程序开发的代码,比较全面,有代表性。代码质量高。(use VC network communications program development codes, more comprehensive and representative. High-quality code.)
- 2007-05-28 23:32:58下载
- 积分:1
-
WinPcap_4_0_beta2
数据包网卡抓包程序,实现网卡监控,并实现查看功能。(Packet capture card procedures, the realization of the network card to monitor and achieve viewing.)
- 2009-01-13 12:23:17下载
- 积分:1
-
放大镜
简单放大镜,生成一个放大窗口,滚轮实现倍率调节(Simple magnifier generates an enlarged window, and the roller realizes magnification regulation)
- 2017-07-15 15:37:07下载
- 积分:1