-
VC Network Communication
VC网络通信包含基本网络编程,网络通信协议编程,串口编程,代理服务器编程等等。-VC Network Communication
- 2022-03-04 02:42:47下载
- 积分:1
-
sourcenode
以点为基础,对基于TDMA的adhoc网络进行复用的时隙分配。(Point based on time slots multiplexed TDMA-based adhoc network distribution.)
- 2016-03-17 14:03:50下载
- 积分:1
-
java实现的socket连接池,使用了apache的objectpool
java实现的socket连接池,使用了apache的objectpool-java achieve the socket connection pool, the use of the apache objectpool
- 2022-01-25 20:12:50下载
- 积分:1
-
socket编程实现tcp通信
实现tcp通信,服务器端等待客户端连接,连接成功后client端发送固定的字符串给客户端,完成通信后,关闭建立的套接字。程序很简单是socket编程的入门级源码,需要的可以下载。
- 2022-03-10 12:34:39下载
- 积分: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
-
online URL to IP local storage to speed up access speeds, can also learn : Hook...
在线将URL转为IP本地存储,加快访问速度,还可以学习:Hook 的使用,取得 *** 密码的方法等-online URL to IP local storage to speed up access speeds, can also learn : Hook the use made*** password methods
- 2022-01-31 15:43:26下载
- 积分:1
-
MessageServer
开源 iocp 消息 传递 实例(iocp sample)
- 2018-08-18 21:32:27下载
- 积分:1
-
SRM
说明: 三相开关磁阻电机的simulink电流滞环仿真(Simulink current hysteresis simulation of three-phase SRM)
- 2019-12-11 13:12:46下载
- 积分:1
-
bclongsnodes
非等节点的分段M次Newton插值,属于数值方法的内容,很好(The piecewise M-degree Newton interpolation of non-equal nodes, which belongs to the numerical method, is very good.)
- 2019-01-01 08:45:43下载
- 积分:1
-
a small network chat server and client, can be used for e
一个小型的网络聊天服务器和客户端,可用于网络学习-a small network chat server and client, can be used for e-learning
- 2022-10-06 12:50:02下载
- 积分:1