搜索资源列表
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
TCPServer1
- VC 2008网络编程的例子,TCP socket Server例子之一。-VC 2008 example of network programming, TCP socket Server examples.
vc-chatroom
- 基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
TCPIP_Socket
- TCP/IP socket on VC
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
text
- 一个简单的VC++ tcp 实现聊天 其中利用socket-A simple VC++ Tcp chat realize which use socket
tcpServer
- tcp udp socket vc++ c#
tcpsrv
- windows网络编程,vc++源码程序,socket套接字tcp编程-windows network programming, vc++ source program, socket programming tcp socket
server
- vc升入详解(孙鑫)的网络编程,tcp局域网聊天, 基于socket实现,client端程序以后上传。-vc promoted to Xiangjie (Sun Xin) network programming, tcp LAN chat, socket-based implementation, client-side program after the upload.
TCPServer2
- VC 2008网络编程的例子,TCP socket Server例子之2。-VC 2008 example of network programming, TCP socket Server examples of the.
IOCP
- ICOP服务器的开发,并提供源代码,动态库,调用DEMO(包含VC,C#,Delphi7)。 阅读源代码最好对C++,TCP/IP,socket编程,多线程和MFC有一定了解。 程序编译环境:Visual C++ 6.0。运行在Windows NT/2000或以上版本系统。-ICOP server development, and provide the source code, dynamic library, called DEMO (VC, C#, Delphi7).
socket
- VC 套接字 实现抓获网络数据包 分析IP TCP UDP协议-VC socket realize capture network packet analysis IP TCP UDP protocol
TCPClient
- TCP 客户端 Socket编程,很详细-TCP Client
TCP-socket
- 局域网聊天工具,本软件使用VC++和MFC工具实现的,有客户端和服务端,初学者可以用来学习-LAN chat tool, this software using VC++ and the MFC tools, client and server, beginners can use to learn
TCP-SOCKET
- 基于TCP的Socket通信程序,采用VC++6.0-TCP-based socket communication program, using VC++6.0
socket
- vc++ 下的socket收发例程,tcp和udp例程-socket vc++
TCP
- VC++6.0中的Socket TCP编程,分为client和server两个模块,连接成功后可以互相通信。-Socket TCP in VC++6.0. Divided into client and server 2 modules, Socket communication can be done when they connected successfully.
VC Socket编程 MYQQ
- 实现类似QQ的socket双向通信,另附两个TCP/UDP通讯栗子(The project implements the socket bidirectional communication function similar to QQ, and has two TCP/UDP communication chestnuts attached)