搜索资源列表
WinForms-Threads-TCPListener
- 基于.NET开发环境的网络编程,服务器与客户端编程
VC6网络高级编程
- 采用VC++编写的各种网络通信方面的源程序。 从简单的客户/服务器,到复杂的多线程的下载,等。 共12个例子。 源代码都有详细的注释。 欢迎下载
Aremotecontrolprogram
- 黑客编程源代码:一个远程控制程序,包含了客户端和服务器程序-Source code of Hacker programming:A remote control program, Includes client and server program
Document-Transmission-
- 文件传输编程,基于服务器,远程,点对点;-documents transmission program
Client
- 远程控制客户终端编程源程序,需与服务器端结合。-Remote control client terminal programming source program, combined with server-side requirements.
tightvnc-2.5.1-src
- 一个轻量级的远程桌面连接软件的所有源代码。带服务器端和客户端。公司里面在使用的全套代码,可编译通过,带有UI界面。C++语言写的。Socket编程经典应用软件。-A lightweight remote desktop connection software, all source code. Inside the company to use the full set of code can be compiled by, with a UI interface. C++ language.
2
- IOCP完成端口的两个编程实例,Visual C++6.0实现,用于建立海量服务器通信程序-IO complate Port programming
Monitor11
- 采用服务器(Server),客户端(Client)模式,使用Socket编程的基本原理及Windows的消息系统。实现基本的远程控制要求,界面新颖友好。用VC开发! 要求: 1).远程控制模式架构,如基于主从模式; 2).远程控制功能实现,如开关机,远程监视; -Using server (Server), Client (Client) mode, the basic principles and the use of Socket Programming Windows m