搜索资源列表
iptools_src
- 微软的底层网络程序演示代码:iparp、ipchange、ipconfig、iprenew、iproute、ipstat。-Microsoft's demonstration of the underlying network programming code : iparp, ipchange, show you your, iprenew, iproute, ipstat.
webbder
- 极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples an
vcmessenger
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
数据报通信程序
- 一个关于数据报通信的DEMO程序,只有一个服务器端程序,演示了搂据报的发-a report on the data communications DEMO procedures, only a server-side procedures, the demonstration was reportedly grabbed the hair
12.FTP上传下载文件演示
- 本程序是一个演示如何在FTP上传和下载文件的实例,简单实用。-this program is a demonstration of how the FTP upload and download files example, simple and practical.
p2pPPQDLLReleaseSDK开发包及演示程序
- p2p--PPQ.DLL Release SDK开发包及演示程序.rar-p2p -- PPQ.DLL Release SDK development kits and demonstration program. Rar
java_sheji
- 是我个人的课程设计,里面有聊天系统,计算器,还有一个汉诺塔演示程序-is my personal curriculum design, there are chat system, calculator, a demo program HANOR
easyDownloads
- 一个下载演示程序,下载不用winsock ,并且有多种保存方式。推荐-download a demo program, download no winsock, with a variety of preservation methods. Suggest
wsee01
- 网络分组自定义演示程序。源代码给出的Ping请求分组和syn同步分组发送代码。-Network Packet-defined demonstration program. The source code is a Ping request and send a syn synchronous code.
1MyFtpServer
- 计算机网络-FTP演示程序。此为FTP服务器源程序,配合客户端源程序可以组成一个完整得FTP系统。-computer network-FTP demonstration program. FTP server for this source to meet client source can form a complete system in FTP.
1Router
- 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
ydm
- 仿真程序: 1. OSI参考模型的信息流动过程:设计一个仿真程序,说明OSI参考模型的信息流 动过程以及每层的作用。 2. 调制和解调:设计一个演示程序,说明调制解调器的调制和解调的过程 3. 信号的编码:设计一个仿真程序,演示信号的直接编码、曼彻斯特编码、差分曼 彻斯特编码; 4. 滑动窗口协议:设计一个仿真程序,说明滑动窗口协议的工作过程 5. 设计一个全双工停等协议 -simulation program : 1. OSI reference mod
naftpapp
- 一个基于tftp的演示程序,基于ThreadX的嵌入式操作系统-a demonstration on the tftp process, based on ThreadX RTOS
shopcart
- ,我们将经由一个简单的网上商店演示程序来探讨GridView,并开始分析一种生成GridView的DataSource的方法,然后继续使用该数据来创建一个完全功能的购物接口。
SCOMM
- 本软件实现基于XMODEM协议的文件传送系统,包括基于XMODEM协议,CRC校验的文件传输程序和协议封、解包演示程序。
netbar-网吧收费管理
- 网吧收费管理演示程序,很有用的asp入门程序。-Internet cafe management fee demonstration program, a very useful asp entry procedures.
10EVC_UDP
- 用Evc开发的Ping、UDP协议演示程序实例源码-Evc development with the Ping, UDP demo program source code examples
获取网页密码、代码程序
- 本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-this program demonstrated how to handle through the window from the desired command control interface IHtmlDocument2
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
用API 写的 TCP/UDP 演示程序
- 用DELPHI API 写的 TCP/UDP 演示程序