-
Translate.Files.With.Winsock
这是一个简单地使用WinSock传输文件的工具,分为服务端和客户端,先抛一块砖。(This is a simple way to transfer files using the WinSock tool is divided into server and client, first throw a brick.)
- 2009-03-26 11:02:46下载
- 积分: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
-
mfcping
说明: 这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。(It is a very good example of programming on the network to achieve the ping process, for learning network programming staff is very rare material.)
- 2008-10-07 13:19:18下载
- 积分:1
-
TALK3
服务器与客户端分开的简单聊天程序,对于初学者有很大帮助。(Separate client and server simple chat program, very helpful for beginners.)
- 2013-05-09 18:53:53下载
- 积分:1
-
MY_ping_command(1)
Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等
对网络编程初期学习者很有帮助
- 2011-04-23 12:55:18下载
- 积分:1
-
TCP_UDP_IRC
socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
- 2020-09-11 13:38:01下载
- 积分:1
-
ipman
IP包监听程序 (IP packet sniffer)
- 2020-06-26 12:40:01下载
- 积分:1
-
csexamsys
考试程序”客户端/服务器模式”,初学网络编程的人看了一定有所收获(C/S Program)
- 2009-10-27 13:57:55下载
- 积分:1
-
Chat
网络通信客户端程序,利用vc++编程,简单方便,也实用(Network communication client program to use vc++ programming, is simple and convenient, but also practical)
- 2009-04-04 11:34:27下载
- 积分:1
-
memcached-1.4.10-for-Window
memcached-1.4.10 for Window
- 2012-09-13 14:59:17下载
- 积分:1