资源列表
ssmc_demo
- 基于WinSocket API的网络通讯程序。支持多个Client。
网络侦听
- 一个网络侦听程序-a Network Sniffer
tcpscan.zip
- 一个高效的tcp端口扫描器
网络会议共享
- 网络会议源码
RemoteDesktopViewer_client.zip
- 查看远程机器桌面的客户端程序
20050924142115_MyUpdate
- 这是一个在线自动更新的VC程序,内附详细说明及使用方法!-This is an automatically updated online VC procedures, enclosing detailed descr iption and methods of use!
VBServer
- VBServer
socket
- 一个socket通讯的例子,包括服务器和客户端,ascii文本
EyasSQL
- 一个msSQL客户端,在服务器上无xp_cmdShell存储过程的情况下,照样执行cmd命令。用到了跳板技术-a msSQL client, the server-storage process xp_cmdShell circumstances, the implementation of the same order cmd. The technology used springboard
TcpReceiver
- 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,b
CS
- 客户机/服务器模式(Client/Server model)。该模式的建立基于以下两点:1、网络上主机的非对等作用;2、通信完全是异步的。