搜索资源列表
winsocket++
- TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
Tcp_Chat
- VC TCP winsocket 聊天程序 VC TCP winsocket 聊天程序-VC TCP winsocket chat program VC TCP winsocket chat program
WinSocket
- 如何建立winsocket,以連接網路!! 及TCP/IP的設定接收
Winsocket
- 两个分别基于UDP和TCP协议的WinSocket网络通信聊天室。
TCP.rar
- vc++的TCP示例程序,其中包括客户端和服务器代码,可以帮助网络编程的初学者很直观的理解winsocket通信机制。,TCP coding example using VC++,very useful for the programer interest in winsocket
winSocket(vs2008)
- winsock TCP&UDP 交互例子 vs2008 编译通过-Winsock TCP&UDP interactive example Vs2008 compile
WinSocket
- socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data
Tcp通讯
- 基于winsocket 编程,包含客户端与服务端-winsocket-based programming, including client and server
SendBag-1.3
- WinSocket 编程 实现TCP/UDP内网传输的简单例子-WinSocket Programming TCP/UDP network transmission of a simple example
winsocket
- visual c++ 6.0 测试通过的基于winsocket的TCP网络连接-visual c++ 6.0 test WinSocket the TCP-based network connections
WinSocket-TCP
- 使用WinAPI基于WinSock的ICPIP程序,有简单聊天功能,中演示了两种通信方式,一种基于数据报,一种是点对点的方式,有简单的代码功能段注释,有一定网络编程的爱好者相信看的懂-Use WinAPI the ICPIP based WinSock procedures, a simple chat functionality, in the presentation of two means of communication, a report based on data, a peer-
NetClient
- 利用winsocket和Vc6.0开发的基于TCP/IP协议的网络文件传送,此为客户端,连接服务器的IP、端口直接写在程序里,可进入修改-The use of winsocket and Vc6.0 developed based on the TCP/IP protocol network file transfer, this is the client, connect to the server' s IP, port written directly in the program
winsocket(C)
- 毕业设计中用到的很好的参考资料,当然如果你实在是懒,可以稍微改改就能当自己的毕业设计了,winsocket局域网文件传输系统源代码+项目论文。主要是利用tcp进行文件传输,突出点在于将客户端与server整合成了一个程序,而且是属于控制台程序,操作简单,阅读源码当然也更清晰。够厚道了吧,管理员速度加分-Graduation well used in reference, of course, if you are really lazy, you can change a little chan
WINSocket
- 此为基于VC++6.0下TCP/IP 服务器源程序,可以监听连接到指定端口(PORT)的客户端,是非常不错的网络通信调试工具。-This is based on VC++6.0 under the TCP/IP server source code, you can monitor to connect to the specified port (PORT) client is a very good tool for network traffic debugging.
winsocket
- 基于WinSock API 实现,以Visual C++6.0为开发平台,利用的开发协议是TCP/IP协议中面向连接的TCP协议。使用了流式套接字开发的点对点服务器/客户机通信模型,简单的调用了WinSock API的类实现了客户机和服务器程序。点到点通信是指网内工作站之问的直接通信。这将大大减少文件服务器的负荷-message senddingand reserve base on winsock
TCP-Socket-Example
- winSocket 编程实例 使用TCP模式-winSocket Programming Example
TCP
- 基于TCP/IP的socket通信程序,使用WinSocket API实现-Based on TCP/IP, socket communication, the use of WinSocket API implementation
TCP-C-S
- TCP winsocket C/S聊天源码-tcp winsocket client server demo
TCP
- TCP演示程序,WINSOCKET基础编程-A demo program TCP, WINSOCKET based programming
winsocket
- 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_Remo