联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络截获/分析(4) 
按平台查找All Visual C++(4) 

[网络截获/分析] sniffer

VC++编程实现网络嗅探器在调试状态下,在Output窗口中输出监测信息,监测局域网信息
VC++ programming network sniffer in debug mode, output in the Output window, monitoring information, monitoring local area information (2011-06-01, Visual C++, 2678KB, 下载17次)

http://www.pudn.com/Download/item/id/1555618.html

[网络截获/分析] ARP(VC)

手把手教你玩转ARP包(VC) 一、关于ARP协议的基础知识 二、发送ARP包的编程实现 ...
Topsyyour ARP packet (VC) First, the agreement on the basic knowledge of ARP II, send ARP packets Programming ... (2009-08-03, Visual C++, 26KB, 下载70次)

http://www.pudn.com/Download/item/id/864791.html

[网络截获/分析] carpolite-unite

在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 例如,图1所示的4堆石,每堆石子数(从最上面的一堆数起,顺时针数)依次为4、5、9、4。则3次合并得分总和最小的方案为图2,得分总和最大的方案为图3。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 Input 输入第1 行是正整数n,1<=n<=100,表示有n堆石子。 第二行有n个数,分别表示每堆石子的个数。 Output 程序运行结束时,输出两行,第1 行中的数是最小得分;第2 行中的数是最大得分。 Sample Input 4 4 4 5 9 Sample Output 43 54
err (2008-11-14, Visual C++, 36KB, 下载14次)

http://www.pudn.com/Download/item/id/579546.html

[网络截获/分析] NetworkMonitor

网络流量监控,在拨号上网时会经常忘记断线,至使实际上下线去看文章、玩游戏时网费却无端的浪费,基于此,这里开发的程序可以根据用户设置的一段时间网络的最小流量,当低于这个流量时给用户以提醒,这样就能避免上述情况了。 采用Visual C++开发,工作时将图标放置在系统托盘符中。
Network traffic monitoring, in the dial-up line will often forget to look at the article off the assembly line so that in fact, play games for no reason when the network is a waste of costs, based on this, where development can be based on user settings for some time the smallest network flow, when less than the flow to the user to remind, this way we can avoid the above situation. Using Visual C++ Development work will be placed in the system tray icon in the address. (2008-05-18, Visual C++, 59KB, 下载52次)

http://www.pudn.com/Download/item/id/465348.html
总计:4