搜索资源列表
ping_Dos
- 用delphi7 开发的模仿windows DOS ping d的程序原码。 -delphi7 used to imitate the development of the DOS windows ping d procedures original code.
soft_ad_c
- 软件A/D所能实现的精度有限,测量电压范围是2-15V, 而且速度低(约1KHz),但仅用一个电容和一个电阻的诱惑 力,我想大虾您会笑纳的。用于某些场合是有用的。 原理是利用470K电阻对1uF电容充电,利用P0.0口作为检测电压, 当电压低于1/3 VCC时,P0.0读入的I/O电平为0,当充电电压超过 1/3 VCC时,P0.0读入的I/O电平为1。通过测量此过程所用的时间, 就能判断输入电压(需要换算)。 程序的编写用定时器0实现-Software
DayTimeUDP
- DayTime服务UDP客户机——服务器实现D ayTime服务UDP客户机——服务器实现-DayTime UDP client services -- server UDP customer service DayTime Machine -- Server DayTime UDP client services -- services Server DayTime U DP client -- server DayTime UDP client services -- server
D-ITG-2.6.1b
- 基于包的流量产生工具 可以设定符合某种分布的包大小和包间隔产生流量
zDIFxCmd
- 驱动安装程序,调用DIFxAPI.dll进行安装驱动 安装命令: .\difxcmd.exe /i "Mux-Bus\VIA_USB_BusEnum.inf" 4 16 卸载命令 .\difxcmd.exe /u "Modem\VIA_USB_MODEM.inf" 4 32-Driver install program, use DIFxAPI.dll
AQM_matrix_Stability
- 本程序用于AQM网络的拥塞分析。 我们将TCP/IP网络用流体模型表示,网络拥塞时,对应的系统模型将出现不稳定,本程序采用2-D稳定性检验算法判断稳定性,进而确定网络的拥塞条件。 程序的前言部分给出了参考文献,使用者对照参考文献可以理解本程序提供的算法。-This procedure for analysis of AQM network congestion. We will be TCP/IP networks that use fluid model, network con
ETHERNET-D_TCP
- ETHERNET-D以太网开发板范例入门手册-ETHERNET-D Ethernet development board example Primer
libsndfile-1
- libsndfile-1.dll可能很多人都要他,有个牛人边的kim,很高兴跟大家分享-libsndfile-1.dll people may have a lot of him, people have a cow side kim, very pleased to share with you
UDP
- delphi 编写的UDP协议通讯程序示例,适合初学者,因为它够简单。-UDP communication example
notequiprobable
- 2.实现产生A、B、C、D、E五个消息的信源,各消息的产生概率分别为0.4,0.1,0.2,0.2,0.1,试连续产生该信源的100个消息,根据产生的消息序列统计每个消息的相应后验概率。-not equiprobable
V5_InOut_Server_DLL_src
- 工业以太网EtherNet industrial protocol服务器D-EtherNet industrial protocol server DLL
ipv6
- provides an overview of the European R&D activities in the IPv6 area, focussing on projects, network aspects, trials and applications developed and demonstrated in the Information Society Technologies (IST) Programme
capture_IP_packets
- 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1、源程序在IPControl文件夹中 2:务必将winpcap开发包“WpdPack_4_0_2\WpdPack”文件夹下的\Include和\Lib目录拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"和"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。该步骤其实是为了让程序
tanshishe
- 贪食蛇程序,用c语言编程,只能用c编译软件运行,(如turboC等)需先设置BGi所在的文件夹,如程序中的D:\\TCPP\\BGI-Snake program, with c language programming c compiler software can only run, (such as turboC, etc.) should first set the folder where BGi, such as the procedures in the D: \ \ TCPP \
GeoNet-D.5.1-v1.2.pdf
- GeoNet: Geographic addressing and routing for vehicular communications. Why IPv6 GeoNetworking is needed for ITS ?
TCP
- 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
open_sip_240.tar.bz2
- open sip 源码,GNU 的会话初始化协议栈源码,需要仔细研究。-open sip source code, belongs to GNU , suitable for sip R&D
TCP
- 用C语言或其它程序设计语言实现TCP协议工作过程D的程序,要求用开发语言中的数据类型实现TCP协议涉及到的相关数据结构,定义与其它协议模块的调用接口。-Using C language or other programming languages work process D TCP protocol procedures required to achieve call interface TCP protocol related to the relevant d
netserver-d.0
- linux下tcp,udp通信库,socket类封装,http类封装,udp类封装,吐血奉献。-Under linux tcp, udp communication library, socket type of packaging, http class encapsulates, udp type of packaging, vomiting dedication.