搜索资源列表
asp蜘蛛查询软件
- 使用方法: 将本代码加入要统计的文件中,其中路径改为你的路径 <!--#include file="路径/stat.asp" --> 蜘蛛访问后系统会生成日志文件放在:/目录log/data/下。 察看日志请访问:http://网址/目录/log/log.asp 可以识别:Google蜘蛛B,Google蜘蛛A,百度蜘蛛,微软蜘蛛,inktomi蜘蛛,openbot蜘蛛,Alexa蜘蛛,yahoo蜘蛛,Survey蜘蛛等。 文件收集于网络。我在这里重发
carpolite-unite
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 例如,图1所示的4堆石,每堆石子数(从最上面的一堆数起,顺时针数)依次为4、5、9、4。则3次合并得分总和最小的方案为图2,得分总和最大的方案为图3。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 In
arp
- 构造ARP包,选择并打开网卡,将ARP报文发送出去。<br>另外,附上winPcap的配置文档。<br>基于mfc -Construction ARP packets, select and open the card, the ARP packet sent. <br> In addition, the configuration files attached Winpcap. <br> Based on mfc
firm
- Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #inclu
paging
- 模拟分页存储的实现,实验题目:模拟分页技术, #include<stdio.h> #include<time.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define N 80 #define PAGE 4 //PAGE表示页尺寸 -Mini Storage of page