-
RollDiceOnline
说明: 程序实现了一个简单的网络版的掷骰子,一个服务器端,另一个客户端。(Program implements a simple network version of the dice, a server-side, another client.)
- 2011-03-02 17:14:29下载
- 积分:1
-
tcpserver
一个能够接受TCP/IP连接的服务器源代码(One can accept TCP/IP connection the server source code)
- 2011-04-26 10:52:28下载
- 积分:1
-
hacker
学习网络安全的一本书籍。《黑客入侵(超级详细版)》(A learning network security books. " Hacking (super-detailed version)" )
- 2014-01-10 23:46:45下载
- 积分: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
-
UDPSERAPP
基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
- 2014-09-19 11:46:58下载
- 积分:1
-
TCPaUDP
一段TCP和UDP通讯的程序,包含了服务器端和客户端的代码。(Some TCP and UDP communication procedures, including server and client code.)
- 2014-07-21 08:28:29下载
- 积分:1
-
SCI新
串口通讯,能显示串口数据发送,接受,内带详细代码(Serial communication, serial data can be displayed to send, accept, with detailed code)
- 2018-06-06 16:37:22下载
- 积分:1
-
lancs
说明: vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
- 2010-04-20 07:35:37下载
- 积分:1
-
mymailcode
本程序主要进行了发邮件的编写 已经调试通过了 可以进行发邮件的处理(the main procedures for the preparation of the mail has been testing can be conducted through the mail processing)
- 2007-03-22 10:17:52下载
- 积分:1
-
qtcp_clientc
qt 开发的聊天源代码,使用 qtcpsocket 开发,容易看懂( qt source for tcp client)
- 2015-08-10 19:24:54下载
- 积分:1