搜索资源列表
chuanshu
- 基于tcp/ip简单的文字传输程序,使用vb6.0的winsock插件做成!-on tcp / ip simple language transmission procedures, the protocols of the use of plug-in vb6.0 cause!
web_Client
- 在对远程控制理论性研究的基础上,详细给出了客户端通信程序设计的指导性原则,进行了基于Winsock套接口远程控制客户机系统的设计,给出了基于C/S模型远程控制客户机的Winsock通信程序的分析设计。最后,以Visual C++6.0为工具完成了远程控制的编程,实现了一些远程控制的基本的功能,如对远程主机的屏幕抓取、文件管理和重启动等。-remote control in the theoretical study on the basis of Details are given client
tcpwinsock
- 学习winsock的最好例子,分为服务端和客户端 服务端可以接受多个客户端请求并与之连接 服务端和客户端可以互相发送数据,用到了winsock数组,测试时先启动服务端,在运行多个客户端,程序健壮,无任何错误-winsock study of the best examples, divided into server and client server can accept a number of the client request and with connectivity serv
winsock4
- 用VC6.0和winsock实现的非阻塞HTTP连接,及分析简单的分析HTML代码,提取出其中的有价值的信息.可以用在此程序基础上实现很多网络功能,比如邮件地址自动提取等
winsock
- 使用C++builder开发环境实现客户机和服务器之间的链接,以及消息传输。-Using C++ builder development environment to achieve client and server links and message transmission.
winsock
- winsock 实现点对点的通信 有信心帮你完成-winsock to achieve peer-to-peer communications have the confidence to help you complete the
Winsock_sample
- 簡單的winsock程式之實現,可充分了解winsock是如何運作,再加以擴展!-Realization of a simple winsock program can fully understand how the operation of winsock, plus the expansion!
MyWebSERVER
- 应用Winsock接口函数实现了基本的WWW服务器功能,整个系统基于完成端口模型、多线程、多用户,可以作为大型网页系统的WEB页面发布模型使用-Winsock application interface functions to achieve the basic function of WWW server, the whole system is based on the completion port model, multi-threaded, multi-user, the syste
lan_sound
- Web服务器程序实现:通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用-Web server program realization: through the Winsock realize Web server program, at present only support HTML, such as ASP, CGI, may it expand, through the program can
consock
- Socket(套接字)是一种网络编程接口,提供系统调用和相关辅助函数,帮助程序员进行网络程序开发。这是一个基于windows系统的互联网winsock程序-Socket (socket) is a network programming interface, the system call and related support functions to help programmers to network application developers. This is a windows-b
Server
- 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
HttpTest
- HTTP服务器源码,VC++,winsock编写-The source code of HTTP server using VC++ and winsock
HTTPServer
- A simple http server made using winsock control