-
network programming source code, the main socket programming
网络编程源代码,主要socket编程-network programming source code, the main socket programming
- 2023-07-20 20:25:04下载
- 积分:1
-
wrote a socket server reference to a highly
java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
- 2022-03-02 15:15:21下载
- 积分:1
-
Qt_Test
tcp通讯小例子(服务器和客户端的示例程序,测试通过)(the tcp communication small example)
- 2020-12-26 00:39:05下载
- 积分:1
-
38723
获取代理IP源码程序,结合易语言扩展界面支持库和互联网支持库、多线程支持库,读取分析网页内容,得到代理IP地址。(Get proxy IP source program, combined with easy language support library expansion interface and Internet support libraries , multithreading support libraries , read the analysis of web content , obtain the proxy IP address .)
- 2016-05-31 17:01:34下载
- 积分:1
-
denglu
通过WiFi传输(UDP传输格式)进行相应底层硬件的控制,实现了无线的控制电力的详细使用情况。(Corresponding underlying hardware control WiFi transport (UDP transport format) by achieving a detailed control of the power usage of the radio.)
- 2015-01-23 21:01:13下载
- 积分:1
-
http的get及post的请求实现
VC++实现http客户端,一直是个热点。演示GET/POST发送请求的HTTP客户端,为了演示HTTP的客户编写的,
因此运行时必须在本机有开HTTP服务才行。程序会会自动发送用户选择的请求类型,并跟踪这个请求,
并返回信息在主窗体上。对了解HTTP协议及工作原理很有帮助。
- 2022-08-15 02:51:48下载
- 积分:1
-
NS2-simulation-environment-to-delay
本文在掌握多种网络路由算法的基础上,通过广泛地收集资料和学习,深入了解和分析各种经典的路由算法,对国内外时延计算的各种算法进行分析和阐述,并简要说明了各种算法的工作原理、内部联系及相互转化的条件。并实现了基于NS-2的仿真软件环境下,对现有较为经典的Wfq和VC算法进行软件仿真,对算法仿真结果特点进行分析,最终得出两种算法时延结论,从而确保整个网络高性能运行提供理论支持。(In this paper, master a variety of network routing algorithm based on the extensive collection of information and by learning, understanding and analysis of various classical routing algorithms for a variety of domestic and delay calculation algorithms to analyze and elaborate, and a brief description of various algorithms works, internal relations and mutual transformation conditions. And implemented based on the following NS-2 simulation software environment, the existing more classic Wfq and VC algorithm software simulation, the simulation results of the algorithm to analyze the characteristics of the final results of the two algorithms delay the conclusion that the entire network to ensure high performance provide theoretical support.)
- 2016-04-07 01:40:12下载
- 积分:1
-
socket.ocx组件、中文以及英文帮助文档
ocx文件好找,想找详细的说明文档犹如大海捞针。网上能搜索到和MsWinSck.ocx相关的都是些只言片语,顶多再带半个例子。
- 2022-01-29 02:14:21下载
- 积分:1
-
sdcond
这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:鼠标中键()
- 2018-03-09 13:33:00下载
- 积分:1
-
P2P NAT网络通信
NAT(Network AddressTranslators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(NetworkAddress/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)
- 2016-11-22下载
- 积分:1