-
rqueue-aodv
说明: 多播协议源代码分析,此代码是在AODV协议上的改进算法。(Multicast protocol source code analysis, this code is in the improved algorithm of AODV protocol.)
- 2011-04-14 19:15:21下载
- 积分:1
-
sjwl
用VB编写的 循环神经网络 股票预测系统(Recurrent neural network stock prediction system written in VB)
- 2012-10-25 19:24:06下载
- 积分: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
-
chap3
用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
- 2020-07-04 14:20:01下载
- 积分:1
-
IOCP
实现服务器发送结构体到客户端 联合开发网 - pudn.com
- 2012-02-14 14:51:44下载
- 积分:1
-
socket--programme--base
socket 编程基础 里面主要是介绍性文字和少量代码(socket programming which is mainly based introductory text and a small amount of code)
- 2011-09-10 20:23:22下载
- 积分:1
-
ChatCSocket
简单聊天软件,简单易学
winscok2.0
(Simple chat software, easy to learn winscok2.0)
- 2008-08-16 08:54:45下载
- 积分:1
-
telnet
自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
- 2021-01-12 16:38:48下载
- 积分: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
-
WEHRGMO553
一个用C写的内存管理系统,模拟操作系统内存,很好不错的(A memory management system written in C, analog operating system memory, very good)
- 2018-09-30 04:35:54下载
- 积分:1