搜索资源列表
8051 实现的tcp ip 协议
- 8051 实现的tcp ip 协议,源程序
tcp-udp
- tcp/ip通讯程序,实现tcp/ip通讯及信息传输。
TCPIPMONITOR.rar
- 网络流量检测器,实现TCP IP ARP的检测以及更新,Detect network traffic, and TCP IP ARP realize the detection and update
WinSock2.rar
- delphi winsock2 tcp/ip 编程,delphi winsock2 tcp/ip programming
jkdelphi
- 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方
TCP-IM
- Tcp链接,客户端,服务端,设置ip可进行登录-tcp-im
TCP
- 扫描TCP端口是入侵者搜集目标主机开放端口的常用手法之一,而多线程的扫描能大大加快扫描速度。设置要扫描的起始IP和结束IP,开对应IP主机端口是否回复来证明是否开放-TCP port scan is a collection of target host intruder port open one of the common practices, and multi-threaded scanning can greatly speed up the scanning speed. Set u
CodeVisionAVR
- Ethernet control, RS232 <-> TCP/IP
IdTCP
- delphi TCP/IP 通信,包括服务器端和客户端-delphi TCP/IP communication
Communication(TCP)
- 基于TCP/IP的通信程序,delphi开发-Based on TCP/IP communications program, delphi development
VBsocket
- VB tcp/ip通讯socket源代码-VB tcp/ip communication socket source code
Indy9
- Indy *Internet Direct* 9 components for communication TCP/IP (Delphi All versions)
123124
- delphi使用indyTCPserver client的客户端通过IP地址端口向服务器发送信息-delphi indyTCPserver client using the client IP address by sending information to the server port
delphimodbus-1.4.0
- Delphi的ModbusTcp开发控件,需要Indy支持,包括主站和从站的控件-he Delphi Modbus library is a Modbus Class I Delphi implementation of a Modbus master and slave over TCP/IP (ModbusTCP). Serial I/O (RTU or ASCII) is not supported.
TCP-IP-demo
- 实现TCP/IP通讯的常用例程,很方便,很好用-Commonly used routines of the TCP/IP communication, it is convenient, easy to use
TCP
- TCP/ip协议子vi,以及实施新例,TCP/ip协议子vi,以及实施新例-TCP/ip protocol sub-vi, and the implementation of the new legislation, TCP/ip protocol sub-vi, and the implementation of the new legislation
TCP-Communication-code
- TCP通信主动源程序,与大家一起分享学习,谢谢。-TCP/IP commucation programe
labview 简单的TCP通信
- 运用labview编写的一个关于TCP/IP通信的实例,本实例有助于新手学习labview,以及运用labview进行TCP/IP通信。
TCP
- 利用LabVIEW中的TCP/IP通讯模块实现不同机器之间的远程访问和数据传输(Using TCP/IP communication module in LabVIEW, the remote access and data transmission between different machines are realized)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos