搜索资源列表
uCOS-II_tcpip
- tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。 -tcp / ip protocol stack source code for open-source embedded real-time operating system for uCOS-II.
tcpip.1.00.00.sh_m32r.tar
- T-kernel Tcp/ip Protocol Stack Sample-T-kernel TCP / ip Protocol Stack Sample
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
G20
- 一组MOTO的含TCP/IP协议的G20 GPRS模块开发资料-a group containing the TCP / IP protocol G20 GPRS module development information
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
wenjianchuanshu
- 基于TCP/IP通信协议控件,可以实现客户端与服务器之间的文件传输,-Based on TCP/IP communication protocol controls, you can achieve between the client and server file transfer,
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
sanjihulian
- 采用TCP/IP协议实现三机互联,一台电脑相当于共控机,另外2台电脑相当于控制器中的DSP-TCP/IP protocol to achieve interconnection of the three machines, a computer equivalent of a jointly controlled machine, the other two computers equivalent DSP controller
Delphi_056674
- Delphi:Delphi检测TCP/IP协议是否安装,点击检测按钮,程序检测协议后,将自动选择单选框,告诉你是否安装了TCP/IP协议。 -Delphi: Delphi detect TCP/IP protocol is installed, click the Detect button, the program detects the agreement, it will automatically select the radio button that tells you whet
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.
TCPIP_Image-transmission
- 基于LABVIEW的TCP/IP协议实时视频传输,包含服务器和客户端程序。-LABVIEW the TCP/IP protocol-based real-time video transmission, including server and client programs.
TCP-Multiple-Connections---Client-2
- 根据demo程序制作的Labview 显示九轴传感器数据界面-Using TCP IP protocol labview sensor data display interface
tcp-ip-proj-labview
- Very simple implementation of TCP-IP protocol in LabView with client and server modules
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos