-
Netmanag
强大的网络管理工具,实现文件、邮件、网络等综合管理(Powerful network management tools, file, mail, Internet and other integrated management)
- 2013-05-27 08:46:33下载
- 积分:1
-
代理IP自动更新校验器完整项目源码
代理IP用途非常广泛,但是因为其不够稳定所以需要不停的更新,C#源码世界第二季重磅出击,能够自动获取更新代理IP地址并自动校验有效性。 整个项目非常完整,从数据库设计到流程,多线程执行任务。数据库基于SQLite,实现了以下功能: 定时自动从代理IP网站提取代理到数据库中并判断该代理ip的位置。 多线程校验代理IP有效性,自动剔除无效代理。 提供了现成的随机去除一个有效代理IP的方法,并附送一个demo,自动提取一个有效IP并使用这个IP访问网站。 源码采用简单三层架构: Model:模型层,主要放了一个tb_proxy模型,包含代理ip的IP、端口、有效性、地址、最后校验时间 Common:数据交互,主要存放了一个tb_proxy类,包含了对代理IP的增加、删除、修改和随机提取 Library:公用类库,包含一个HttpHelper类、RegHelper正则帮助类、IPHelper根据ip查询位置信息类和一个SQLiteHelper类。 主程序:一个主窗体和一个代理提取测试窗体。主窗体中主要完成代理的提取和多线程校验,测试窗体主要实现随机提取一个有效代理并访问一个ip查询网站,测试代理有效性和真实性。 源码特色: 项目非常简洁明了,代码都有详细的注释说明。 使用了qqwry.dat根据IP获取所在地址。 多线程校验使用了lock以防止冲突,默认开启了50个线程,如果觉得CPU扛不住可以适当减少。 更新数据库的方法也使用了lock,因为太多的并发会导致SQLite出错,这样这样做并不影响更新速度。 日志显示采用了公共的日志列队方法,直接在主项目的任何地方调用都可以。
- 2017-03-14下载
- 积分:1
-
局域网抓包
在局域网内抓取所需要的IP数据包,使用VC++6.0工程编写。(Grab the required IP packets in the LAN.)
- 2017-12-19 11:20:10下载
- 积分:1
-
oRTP
说明: 该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
- 2010-04-05 14:52:39下载
- 积分:1
-
获取设备IP接口函数
Linux系统编程,调用接口获取设备IP地址(Linux system programming, call the interface to get the device IP address)
- 2019-04-12 10:13:42下载
- 积分:1
-
TCPSrv
socket服务器程序Demo。供socket开发人员参考。(socket server program Demo. Developer Reference for the socket.)
- 2013-09-13 16:51:05下载
- 积分:1
-
12084247tao2
基于ICMP协议的ping程序设计实验基于ICMP协议的ping程序设计实验(Based on the ICMP protocol ping program designed experimental program designed experiments based on the ICMP protocol ping)
- 2012-10-29 10:54:54下载
- 积分:1
-
ddos
说明: ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
- 2020-06-19 09:15:41下载
- 积分:1
-
ClientConsole
说明: 该程序是Socket客户端程序,用于与服务器实现数据交互(The program is a Socket client program for data interaction with the server)
- 2020-06-18 12:40:01下载
- 积分:1
-
RED.CC
我研究生阶段研究定的方向是网络拥塞管理,而我研究RED算法也有挺长时间了,很久以前就有解析NS中的队列管理算法RED的源代码(red.cc&red.h)的想法,借寒假有时间,匆匆写了一下。有些东西自己也没完全弄懂,但是对于困惑于如何修改RED算法的同学来说,应该有很大的参考价值。
本文档首先分析了RED算法涉及参数的含义,然后给出了主要函数的作用,最后对主要函数的源代码进行了分析。
希望本文档对你有用。
(I set the direction of post-graduate stage of the study is to network congestion management, but I have studied the RED algorithm also has quite a long time, long ago have resolved NS in the RED queue management algorithm source code (red.cc & red.h) the idea, by winter have the time to rush to write a bit. Some things they themselves have no fully understood, but for the confusion on how to modify the RED algorithm for the students, it should be a great reference value. This document first analyzes the RED algorithm is related to the meaning of the parameters, and then gives a major role in the function and finally the main function of the source code analyzed. Hope that this document useful to you.)
- 2010-03-10 10:17:10下载
- 积分:1