搜索资源列表
uCOS-II_tcpip
- tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。 -tcp / ip protocol stack source code for open-source embedded real-time operating system for uCOS-II.
qfinet_0.11.tar
- 针对嵌入式反应式系统开发的量子操作系统,见http://code.google.com/p/qfinet 包含一个基于linux平台的模拟器, 量子框架,基于量子框架的TCP/IP协议栈 后续将发布ARM7TDMI上的移植版-reaction against Embedded systems development of the quantum system, see http : / / code.google.com / p / qfinet contains a Linux-based p
gethostip
- 小程序,主要用于学习和研究TCP/IP协议.得到主机IP.
SelRetran
- TCP/IP协议超时重发算法图形模拟
8051 实现的tcp ip 协议
- 8051 实现的tcp ip 协议,源程序
G20
- 一组MOTO的含TCP/IP协议的G20 GPRS模块开发资料-a group containing the TCP / IP protocol G20 GPRS module development information
MCS-51
- TCP/IP协议在VRS51单片机上的实现本方案成功地把嵌入式TCP/IP协议栈uIP移植到VRS51单片机上,实现了网络通信
remotedesktop
- (1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。-(1) real-time monitoring a remote computer' s desk
synapse39
- Synapse TCP/IP 组件 支持基于TCP/IP协议,软件开发组件 支持版本: Delphi 3-7, Delphi 2005-2007, C++Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) experimental Delphi 2009+-Synapse TCP/IP library Requirements Win32 operating system
ChineseChess
- 基于delphi7.0,基于tcp/ip协议开发,应用层协议自己开发-chinesechess program based on tcp/ip
kaoqinguanli
- delphi简单的考勤系统 使用tcp ip 协议 包括服务器端和客户端 使用了 ClientSocket和ServerSocket组件-delphi attendance system uses a simple tcp ip protocol, including server-side and client-side ServerSocket used ClientSocket and components
snmp
- 编写snmp信息刺探工具 前置知识:winsock 难度: 中 编译环境:VC6.0+win2000 -、前置知识 SNMP 网络管理的历史 美国国防部设计了世界上头几个包交换网之一的ARPANET,在70年代,TCP/IP协议族正式被定为军方通信标准,随着此协议的广泛使用,网络管理成了一件大事。在80年代未和90年代初,网络迅速发展,许多子网数目的增多使监视网络活动成为一种必须 -Write the SNMP information spying tools
delete-from-sqlserver
- 本实例可在在服务器端使用存储过程删除指定数据, 服务器端数据库为SQLServer数据库,数据库名为cyjlkc,配置ODBC为cyjlkc。 使用本例时,请在服务器端安装SQLServer2000数据库,利用企业管理器恢复数据库脚本或附加数据库。本实例数据库脚本为cyjlkc.sql,附加文件为cyjlkc_data和cyjlkc_long,均保存在本实例data目录下。 使用本实例时要注意以下几点。 1、使用Socket方式和应用程序服务器相连,Socket使用TCP/
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
TCPIP
- 用delphi6写的基于tcp/ip协议的聊天程序,在局域网上也可运行,并可保存聊天记录-Tcp/ip protocol-based chat program delphi6 write on the LAN can also be run can save your chats
delphimodbus-1.5.2
- Delphi开发的modBus通信库,采用TCP/IP协议,可用于实现MODBUS上的主从通信编程。- The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported)
TCP-sendareceive-file
- 建立客户端和服务器端后使用TCP/IP协议收发文件-use TCP/IP protocol to send&receive files
SR-751(TCP)
- 程序通过TCP / IP协议,实现简单的相机和虚拟仪器之间的通信,可以自由地改变指令码。-Program via TCP/IP protocol, the realization of the simple communication between the camera and the LABVIEW, free to change the order code.
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos