搜索资源列表
SimpleTCP.rar
- 通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端
一个基于TCP聊天室的简单实现
- 多聊和私聊的实现程序,对你们应该有很大的帮助哦-Private Chat, and chat over the procedures, you should be very helpful oh
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
uIP(Code)
- 工嵌入式系统中,如uc/os中,需要实现TCp/IP网络功能,就可移植uIP-for embedded systems, such as uc / os, the need to achieve TCp / IP network can be transplanted Application of ulP
SocketMakeit
- 一个很好的实现Tcp/Ip通信的视频资料.对出学着很有帮助 -a good achievement DEC / Ip video communications. Right up to learn helpful
通过snmp协议来实现对tcp连接的监控
- 通过snmp协议来实现对tcp连接的监控,小东西,希望大家喜欢-through snmp to achieve agreement on the monitoring tcp connections, small things that you like
TCPServer1
- 简单实现TCP的监听服务,主要用到Winsock的使用。-Simple TCP listening services, mainly used Winsock use.
tcp.ipterminalprogram
- “TCP.IP终端程序源代码”是一个实现一个TCP.UDP终端的程序,通过该终端可以实现POP3、SMTP、FTP等各种功能-"TCP.IP terminal program source code" is a realization of a TCP.UDP terminal procedures, through the terminals can be achieved POP3, SMTP, FTP and other functions
ServerSocket_demo
- 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Tcpandudpexample
- 实现TCP和udp 同时进行网络通信 包括聊天和传送文件 具有很高的学习价值 -achieving TCP and udp simultaneously network communications, including chat and transmission of documents with very high values of learning
chap4sock
- 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting
QQTest
- 该代码实现机对机聊天,抓取对方屏幕,传送文件,可实现TCP/UDP切换-the realization of machine code for the aircraft, chatting with each other screen crawls, and transmission of documents, TCP / UDP handoff
Tcp-Chat
- tcp连接的实现,聊天程序,mfc实现,适合初学者研究-tcp connecting the realization chatting procedures mfc realized, for beginners study
socks
- tcp和udp的传输例程,使用windows socks编程实现-tcp and udp transmission routines, the use of windows socks Programming
MsnSocks5Proxy2.0
- SOCK代理,使用MFC,可实现TCP代理-Sock agents, the use of MFC, TCP agent
Ethernet_TCP_IP_AssistantV1.0
- 该软件是一个类似串口调试助手的网口调试软件。软件实现TCP/IP下的数据发送和接收功能,可以作为单片机,嵌入式网口程序开发的调试工具-The software is similar to a serial debugging assistant net mouth debugging software. Software TCP / IP of the sending and receiving of data that can be used as a microcontroller, I E
WinSock-TCP
- 使用CSock类编程的网络通讯程序,实现TCP通讯。
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
简单实现tcp网络聊天
- 简单实现tcp网络聊天,分为server端和client端,实现简单的文字聊天,登录上线