搜索资源列表
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
ChatProcedure
- 使用高级语言vc实现tcp/ip通信程序的设计。学习tcp/ip编程接口-socket函数调用。一个服务器只支持一个客户,相当于“点对点”模型的应用程序。
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
vcnetpgmsrc.rar
- 一些vc++网络编程实例,通过这些小小的实例,你可以了解到一些vc++网络编程的相关知识,比如数据封装、tcp/ip模型、端口的使用、套接字(socket)的引入、C/S结构客户端与服务器编程、基于UDP面向无连接的socket编程、一些网络函数的使用、基于tcp的网络应用程序的编写、UDP聊天程序的实现等,我觉得这些实例虽小,但却是比较实用的,在以后从事vc++编程中,这也是常用到的基础知识。,This case will allow you to learn how to use vc++
06
- 里面有基于vc的tcp/ip客户端和服务器端程序-tcp、ip socket
NetClient
- 网络的相关知识,网络程序的编写,socket是连接应用程序与网络驱动程序的桥梁,socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给socket的数据,由socket交给驱动程序向网络上发送出去。计算机从网络上收到与该socket绑定的ip+Port相关的数据后,由驱动程序交给socket,应用程序便可从该socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。tcp与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
Csockettcp-ip
- vc 中关于socket写的tcp/ip通讯例子,分为服务器端和客户端。-vc wrote concerning socket tcp/ip communications example, it is divided into server and client.
CBIndyTimerExample
- Timerecify the ip address of the ser Complex network analysis tools, c NAT traversal P2P peer-to-peer co The timber wolf Remote Control V6 tcp/ip network programming, clien The UPNP library, without setting NetWork Program book P
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