-
qtcp_clientc
qt 开发的聊天源代码,使用 qtcpsocket 开发,容易看懂( qt source for tcp client)
- 2015-08-10 19:24:54下载
- 积分: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
-
ipl98_tutorial_v2.14
un tutorial sur la bibliothèque ipl98 en c++
- 2009-04-05 01:54:04下载
- 积分:1
-
SPEI
SPEI计算SPEI的R语言版与可执行版(含下载网址).rar(SPEI calculated SPEI R-language version of the executable version (with download link). Rar)
- 2020-10-17 14:37:27下载
- 积分:1
-
PowerfulMailSystem
强大的C++邮件服务器系统...不可多得.(Strong C++ mail server system ... rare.)
- 2010-05-12 15:19:48下载
- 积分:1
-
POP3
核心实例 POP3上电子邮件的检查,POP3协议,网络编程(POP3 email check)
- 2010-11-11 13:50:50下载
- 积分:1
-
change
用于将网络边关系转换成matlab可用的临近矩阵。(Used to convert the network edge into matlab available close relationship matrix.)
- 2013-12-12 16:37:24下载
- 积分:1
-
speed-port-scanner
快速端口扫描器代码 整个完整工程 初学者可以参考一下 谢谢(Fast port scanner code for the complete project beginners can refer to thank you)
- 2011-06-29 16:09:10下载
- 积分:1
-
hperation-ophratgon
Implementing push-to talk with hotkey operation(Implementing a push- to talk with hotkey operation)
- 2017-03-31 00:14:05下载
- 积分:1
-
UDP_Lost_test2
这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
- 2013-12-30 11:10:56下载
- 积分:1