搜索资源列表
vcWINSOCK-TCP
- vc下socket编程例子-the example of socket program in vc
socket_vc_demo
- 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
TcpSvr
- vc++ Socket编程入门程序,经典,容易上手 才用TCp方式-vc Socket Programming induction procedures, classical, easy to use handcuffs only way TCp
tcpClie
- vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
TCP[1][1].UDP
- vc++网络编程,socket vc++网络编程,socket vc++网络编程,socket-vc network programming, network programming vc socket, socket vc network programming, vc network programming socket, socket
tcp
- 一个简单的VC++ tcp 实现聊天 其中利用socket
ChatProcedure
- 使用高级语言VC实现TCP/IP通信程序的设计。学习TCP/IP编程接口-Socket函数调用。一个服务器只支持一个客户,相当于“点对点”模型的应用程序。
telnet
- TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
Client
- 用VC++环境编写的简单文字聊天程序 ,TCP协议,支持多线程,对刚学习socket的同学有很大帮助-Using VC++ environment to prepare a simple text chat program, TCP protocol, support multi-threading, socket just learning of the students are very helpful
TCPSrv
- 基于TCP(面向连接)的Socket编程中的服务器端程序流程-VC++ Win32 Console Application TCPSrv
socket
- 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
socket
- 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译-A simple TCP client and server-side code, server-side receives the data and return, VC compiler
trans_file
- 基于VC Socket tcp 协议实现的通信程序,很入门的那种,呵呵~-VC Socket tcp protocol based on the communication process, it is to get into that, huh, huh ~
TCP
- SOCKETclient源码 VC++ 还有服务器端的代码-SOCKET CLIENT SOURCE VC++
Socket
- 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
VC++ 使用socket基于TCP、UDP通信
- VC++ 使用socket基于TCP、UDP通信(VC++ uses socket, based on TCP and UDP Communications)
scoket
- 一个利用TCP/IP协议通讯的测试例子,有完整代码及编译好的应用程序(A test example using TCP/IP protocol communication, with complete code and compiled applications)
局域网聊天工具
- VC++局域网聊天程序,利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。(The VC ++ LAN chat program uses Socket to divide the main program into two parts: server and client. The combination of UDP and TCP / IP is adopte