搜索资源列表
SockSpy.zip
- 使用替换wsock32.dll文件来跟踪windows socket api函数的程序
wal.zip
- 使用Windows Socket API编写的通用函数,包含异步socket的使用
直接用Socket API实现UDP
- 直接Sochet API 实现UDP- Direct Sochet API realizes UDP
API实现Socket编程(文件传送)
- 利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
WinsockTester
- 本源码是利用Winsock Api写的一款基于TCP/IP协议的通讯软件 对新手学习Windows Socket Api 是很好的资料-the source is the use of Winsock Api write-based TCP / IP communications software for novice Windows Socket Api learning is a very good information
比较好SOCKET API通讯程序源代码
- 比较好SOCKET API通讯程序源代码-better communication API source code
Multi-thread_management_and_network_program
- 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
winsockapi
- Windows Socket API 使用经验,以供大家参考-Windows Socket API experience, for your reference
Windows Socket API 使用经验
- Windows Socket API 使用经验-Windows Socket API experience
提高Client
- SocketAPI的程序-Socket API procedures
提高Server
- SocketAPI的程序-Socket API procedures
Windows-socket-program--server-and-client
- 基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。
Network
- 简单的socket api 通信事例 适合初学socket的人入手的好参考
1
- simply socket api for network programmer
hsocket-0.4.0.tar
- This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++(*NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.
API_SOCKET
- SOCKET API 一个简单的例子。很久以前的。不记得了。
用socket API实现加法的远程计算
- 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client socket example, the
HttpDonwload
- CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题