Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一个针对IEEE802.11b无线局域网的嗅探和包分析器,支持大多数无线网卡,支持自动检测UDP、ARP和DHCP的数据包,支持通过CDP协议检测思科网络设备,支持加密数据包记录,采用与Ethereal和Tcpdump兼容的的数据包记录文件,支持通过用户提供地图来检测和评估无线网络范围。
标签: network dissector sniffing capable
上传时间: 2014-11-26
上传用户:wweqas
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
利用遗忘因子法和AIC辨识法,对一个输入输出数据已知的系统进行参数和阶次辨识。
上传时间: 2013-12-21
上传用户:yepeng139
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free Grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999
全站生成静态HTML,网站数据发生变化,系统自动同步,无需人工干预。经压力测试表明,网站整体性能提升5-10倍。 每天自动备份数据库,可任意设置备份天数,可从备份中直接恢复整个数据库,可把整个数据库下载到本地。 引入多线程任务系统,提升系统效率和改善用户体验。 加强网站SEO能力 新增加五项订单统计 新增访问分析系统 自动生成缩略图,自动增加水印,批量增加水印 全面兼容Firefox v2.0.1补充了对优化关键字中换行的处理
标签: HTML
上传时间: 2015-09-26
上传用户:410805624
at89s51加上ptr2000模块实现短距离无线通信,可用在低速率的数据采集或传输系统中。
上传时间: 2013-12-22
上传用户:gxrui1991
在本设计中,我们利用模块化设计方法研制成功一个由超大规模集成电路 组成的高速数字信号处理系统,该系统以TMS320C30为CPU, TMS320C30的突出 的优点是:能进行浮点运算和60ns的指令周期,所以能更有效的完成各种处理 算法,该系统可以将高速采集的数据经过处理存入PC机,同时也可将数据输出。 该系统具有如下功能: 1、高速数据运算能力TMS320C30指令周期为60ns,每秒执行3300 万次浮点运算,具有单周期双数据读取能力,保证了高速数据处理. 2、数据采集A/D能够对16路模拟信号中的任意一路数据进行采样,对 16路数据分时采样,然后进行实时信号处理。 3, D/A数据转换可完成两路数据信号转换成模拟信号。 4、通讯功能利用标准的RS232C与外部设备进行通讯,实现TMS320C30 与PC机之间通讯。 本文作为一个完整的高速数据采集处理系统,为今后数据采集与处理 提供了一个良好的方法。
标签:
上传时间: 2013-12-25
上传用户:许小华
数据库存储过程,从输入data_object型参数DataObject中取出数据组成记录插入ORACLE数据库的表PRC_PAGO中,如果主键重复则更新改记录部分内容。
上传时间: 2015-12-30
上传用户:thesk123