搜索资源列表
yanzhengjiami
- 网上验证与本机加密. 注意事项: appsrvr.exe 应用程序服务器 client.exe 客户端应用程序(即待验证的软件) 注意事项: 1. 第一次运行appsrvr.exe 时,请将互联网IP地址的第一组填入编辑框中(例如,武汉地区IP地址的第一组为61或219) 2. 如果在Windows XP系统下运行appsrvr.exe,请确保外界可通过互联网访问本机。 3. 在Client.exe注册或升级时,计算机须接入互联网,用于实验的11位序列号为10
Recv_Send_Demo
- 基于UDP的网络通迅程序 实现数据的接收和发送 开发环境为xp sp2+vc6
TCPIP_Fund
- This online book is a structured, introductory approach to the basic concepts and principles of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite, how the most important protocols function, and their basic configuration
TCP/IP BCB 範例源碼
- 使用BCB 開發於XP的TCP/IP範例程式!
Code
- 此程序为 发送tcp udp 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003-This procedure to send tcp udp This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not
UDPmulticast
- 这是一个VC编写的组播通信演示程序。程序调用了Winsock API,并在Windows XP下测试通过。程序说明源于任泰明编写的<TCP/IP协议与网络编程>-VC This is a demonstration of the preparation process of the multicast communication. Procedure calls the Winsock API, and tested under Windows XP.
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp
TCPIP_Fund.ccrun.649616
- 微软发布的一份讲述有关于Windows系统下TCP/IP协议的工作原理的文档,以及在Microsoft Windows Vista, Windows Server 2008, Windows XP, Windows Server 2003家族中的配置. 这份PDF格式的文档同时讨论了IPv4和IPv6在Windows上的一些基础知识. -Microsoft has released a tell on the Windows system, TCP/IP protocol works of
PSMAC
- SMAC是一个强大的也是一个易于使用的和直观的Windows MAC地址修改应用软件,它允许用户为在Windows 2000, XP, 和 2003 Server系统上的几乎任何的NIC转换MAC地址,而不管这些NIC产品是否允许修改。-SMAC is a powerful is an easy to use and intuitive Windows MAC Address modified application, which allows users in Windows 2000, XP
TCP-and-UDP-packet-program-
- TCP和UDP数据包发送程序 开发平台: windows XP SP2 Visual Studio.net 2003 -TCP and UDP packet program Platform: windows XP SP2 Visual Studio.net 2003
rongliangfenpei
- 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒