-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2022-05-12 15:58:29下载
- 积分:1
-
written in C# FTP client
用C#写的FTP客户端-written in C# FTP client
- 2022-02-02 11:51:55下载
- 积分:1
-
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! -jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important!
- 2022-02-04 19:10:50下载
- 积分:1
-
TCP&UDP封装类,有助于开发Socket
这个是我个人封装的类,比较全的,运行无障碍,TCP&UDP封装类,有助于开发Socket,支持服务端和客户端模式,已处理全部反馈错误,如有不当之处可相互交流
- 2022-10-14 03:15:03下载
- 积分:1
-
C++ TCP库
C++ TCP库 -C++ TCP lib
- 2022-06-01 03:24:12下载
- 积分:1
-
ppp协议实现源代码
ppp协议实现源代码-ppp protocol source code
- 2022-02-11 22:37:16下载
- 积分:1
-
传圣(测试版)说明
本软件适用于装有IP/TCP协议的电脑。
主要功能:电脑间传送大型文件(如电影等)。
主要特点:
1.采用了多线程技...
传圣(测试版)说明
本软件适用于装有IP/TCP协议的电脑。
主要功能:电脑间传送大型文件(如电影等)。
主要特点:
1.采用了多线程技术,速度明显高于同类软件。
2.支持多文件同时传送。
3.支持段点继传,也就是说文件可分多次传送。
4.分服务端和客户端,服务器支持多客户。
5.在传送过程中可实时对话,有聊天功能。
6.为了提高效率,本软件做得短小精悍,两文件只有100K,可以直接运行,不用安装。
7.麻雀虽小,但五脏俱全,功能多,操作方便。
使用方法:在服务端加入要传文件,客户端输入服务端IP地址(服务端运行后会显示),点击连接,即会显示服务端文件,双击即可下载。
现在是测试版,欢迎多提意义。
注意:文件下载后自动存储在客户端软件的目录下。-Chuan-sheng (beta version) to describe the software installed in IP/TCP computer. The main functions : computer-to-computer transmission of large files (such as movies, etc.). Main features : 1. The use of multi-threading technology, which is much higher than similar software. 2. Many documents to support simultaneous transmission. 3. Following the support of the point-in other words documents can be divided into several transmission. 4. Hours services and clients, servers support multiple clients. 5. In the process of transmission immediate dialogue, a chat function. 6. To improve efficiency, the software doing small and o
- 2022-02-21 20:43:25下载
- 积分:1
-
一个简单的Http代理服务器
应用背景其实.....这只是一个python练手,看懂蛮容易的,源码里只能接受本地客户端的访问,但是可通过修改服务器的IP地址进行修改,然后就可以从其他机子访问啦。关键技术python的网络编程,本地客户端访问服务器,代理服务器解析客户端传来的请求,取出目的IP和端口,和请求内容,再向目的Ip发送请求,最后将受到的数据反馈给本地客户端。
- 2022-07-21 11:06:52下载
- 积分:1
-
the web develpment for vb,it s function is very strong.
vb网络开发,功能很强大-the web develpment for vb,it s function is very strong.
- 2022-01-31 12:43:40下载
- 积分:1
-
分别多进程多线程select异步IO实现简单聊天程序
linux下的简单聊天程序,不仅实现了基本的tcp、udp客户端和服务器端程序,还实现了多进程、多线程、基于select的异步io客户端和服务器端聊天程序,对于初学者,很有帮助,因为这个实现可以,更加深入的理解各种实现的区别,如效率等问题。
- 2022-03-21 21:16:32下载
- 积分:1