搜索资源列表
WSockExpert TCP通信数据分析程序
WSockExpert .exe TCP通信数据分析程序,可以截取分析所有通过Socket通信的数据内容,有字符串及十六进制模式。而且可以指定进程分析。
采用WINSOCK2编写的TCP通信程序
- 采用WINSOCK2编写的TCP通信程序-WINSOCK2 prepared using TCP communication program
基于TCP的局域网多用户通信、文件传送程序详解
- 基于TCP的局域网多用户通信、文件传送程序详解-LAN-based TCP multi-user communication, file transfer procedures for Hi
采用WINSOCK2编写的TCP通信程序
- 采用WINSOCK2编写的TCP通信程序-WINSOCK2 prepared using TCP communication program
通信
- 本人的网络实验,可以进行TCP uDP连接实现点对点传输 还有文件传输功能-experimental network, TCP uDP can connect point-to-point transmission also file transfer function
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
tcp通信
- 这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
TCP通信程序设计示例
- 局域网范围内的组播程序,比较简单,请大家见谅,呵呵。-LAN within the scope of multicast procedure is relatively simple, we do apologize, huh.
局域网多用户通信
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP/IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to
TCP--Server
- tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
TCPNetKit
- 本程序用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的
SampleSer_Cli
- 基于TCP的网络聊天程序,一个server多个client,支持多个client同时与server聊天,适合学习TCP通信和多线程的人-network based on TCP Chat procedures, a number of client server. Support for multiple client while chatting with the server, suitable for learning TCP c
TCPcomunication
- TCP通信源代码,用于ARM嵌入式操作系统,基于UC/OS-II,适用于LPC2200系列芯片-TCP communications source code for the ARM Embedded operating system on the UC/OS-II, apply to LPC2200 series chip
tcp
- 此代码为tcp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for tcp communications procedures, mainly from one client to send data, and then the server receives paragraph.
tcp
- TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。-TCP network de
Tcp
- 一个简单的TCP通信,在局域网中可以简单的,分别在两个电脑上进行聊天。-A simple TCP communications, local area network can be simple, respectively, in the two computer chat.
TCP
- TCP通信实验,可实现与固定IP之间的TCP通信模式-TCP communication experiment can be realized with a fixed IP communication mode between the TCP
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
TCP通信C#
- 在这个网站找了一圈基于C# 的网络通信例子,发现没有一个能用。干脆直接花点时间写了一个,基于visual studio2012编写的。(A C# based network communication example was found on this site, and no one was found to be available. Just take the time to write one, written based on
TCP通信示例SignalCommunication
- c#语言、TCP通信示例SignalCommunication(C# language, TCP communication examples)