搜索资源列表
Chat-TCP
- 一个win32汇编程序,实现socket的聊天小程序;由客户端程序和服务器端程序组成
socket_sever
- 自写采用delphi控制的tcp通讯例程,包中exe文件即可当tcp 服务器,也可当tcp终端,打开两个窗口,当模拟服务器也终端的工作过程
lxtcpserver
- 用VB编写的一个TCP服务器软件。。。可以作为GPRS的调试工具用
TCP
- 操作系统内核编程TCP通讯的服务器端与客户端的C语言源码-Operating system kernel programming server-side TCP communication with the client s C language source
jkdelphi
- 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方
Chat-TCP
- 使用汇编语言实现TCP协议的聊天室例子程序,是罗云彬win32 汇编书上第十六章的实例源码,客户端和服务器端的源码都全,代码的结构非常好,觉得不错传上来。 -Sample code for < Win32ASM Programming 2nd Edition>
idTcp
- 轻巧的TCP 客户端与服务器端通讯测试套件.可以在两处分别安装客户端与服务器端,就可以测试TCP是否可以通讯了.采用了INDY的TCP套件完成-Lightweight TCP client and server-side communications test suite. Can be installed separately in the two client and server-side, you can test whether TCP can be a communication.
IdTCP
- delphi TCP/IP 通信,包括服务器端和客户端-delphi TCP/IP communication
123124
- delphi使用indyTCPserver client的客户端通过IP地址端口向服务器发送信息-delphi indyTCPserver client using the client IP address by sending information to the server port
indy-tcp
- 刚学习indy,学着做了个简单的服务器程序,大家见笑了-Just learning indy, learn to do simple server program, we laughed at the
4
- 易语言TCP服务器模块源码例程程序结合易语言模块多线程模块.ec和内存操作.ec,调用API函实现TCP服务器的功能。-Easy language TCP server module source routines program combined with easy language module multithreaded module. Ec and memory operation. Ec, API calls the function of the realization of TCP
TCP-server
- 简单数据传输,状态机结构实现,服务器端部分程序。-Simple data transfer, the state machine structure is achieved, a part of the program of the server side.
TCP
- 这是TCP\Ip的服务器程序段,可以建立服务器,实现通讯-This is the TCP \ Ip server block, you can create server to achieve communication
Chat-TCP
- 用汇编语言编写的网络对话例子 有服务器端和用户端-sorry sorry sorry sorry sorry
TCP
- 用C++编写的TCP服务器程序,希望能帮助大家- Written in C++ TCP server program, hoping to help people
Delphi_200315
- Delphi:Tcp连接测试工具,用来测试TCP服务器的稳定性(连接、发送、断开),已是更新版本,解决客户端断开后重连有时会失败的问题,测试时请输入ip地址,端口号和服务器,发送测试数据,收到信息后断开等。Delphi实现TCP连接测试代码,写的不错的小软件。 -Delphi: Tcp connection test tool for testing the stability of TCP server (connect, send, disconnect), is an updated
Remote-data-transmission
- 用LabVIEW编的一个远程数据传输的程序,有TCP服务器和TCP客户机。-Remote data transmission with a LabVIEW program compiled with TCP server and TCP client.
TCP
- TCP通信,内含TCP通信的服务器和客户机,对正弦波进行通信。-TCP communications, includes server and client TCP communications, sine wave communication.
TCP
- 基于LabVIEW的TCP数字通信,包括服务器和客户机两个程序,发送一组8位的数字信号,服务器和客户机端皆有显示。-It s TCP digital communications based on LabVIEW , including server and client, sending a group of 8 digital signal, server and client side are displayed.
tcp-server
- Visual C++网络编程经典案例详解 第二章的源码,包括tcp 服务器和tcp 服务器程序-source code for chapter 2 of visual c++ network programming