-
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(Post Office Protocol Version 3)的MFC类
一个支持POP3(Post Office Protocol Version 3)的MFC类-a support POP3 (Post Office Protocol Version 3), the MFC category
- 2022-03-23 17:15:31下载
- 积分:1
-
针对无线传感网络节点能量有限的特点本文结合协议的分簇机制和协议的多跳机制引入网...
针对无线传感网络节点能量有限的特点本文结合协议的分簇机制和协议的多跳机制引入网-For wireless sensor network node with limited energy of the characteristics of this paper clustering protocol mechanisms and protocol mechanisms cited multi-hop network
- 2022-08-13 19:09:31下载
- 积分:1
-
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用...
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用-C realized Ping procedures, functions and the Windows Ping part of the same functions. Network programming can be used with learning
- 2023-05-12 18:40:02下载
- 积分:1
-
MQTT
【实例简介】MQTT,本例中包含客户端和服务器端,可以很好的完整进行MQTT的调试,并很方便进行代码复用,具有很好的示例效果。
- 2021-11-25 00:44:44下载
- 积分:1
-
NMStr use. C builder
NMStr使用。c++ builder-NMStr use. C builder
- 2022-07-27 14:04:48下载
- 积分:1
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1
-
DugSongToolKit
一个网络工具包,可以嗅探email和http等数据包中的密码等信息.注意要先把libnet-1.0.2a.tar.gz和 libnids-1.16.tar.gz装上,不然会因为缺少库函数而无法编译和安装,其它的包不是必需的,根据自己的需要看着办.(A network tool kit, you can email and http sniffer, such as packets of information such as passwords. Attention must first libnet-1.0.2a.tar.gz and libnids-1.16.tar.gz loaded, or because of the lack of library functions unable to compile and install other packages is not essential, according to their own needs鐪嬬潃鍔?)
- 2020-07-02 20:20:01下载
- 积分:1
-
ajax development erp process, nice, learning to use, and a lot of good
ajax开发的erp程序,好呀,学习用的,大有好处-ajax development erp process, nice, learning to use, and a lot of good
- 2022-02-15 05:50:26下载
- 积分:1
-
claoses__this
通过这个程序,充分理解理解抽象类与接口的概念。(Through this program, understand fully understand the concept of abstract classes and interfaces.)
- 2017-04-21 09:51:36下载
- 积分:1