Welcome![Sign In][Sign Up]
Location:
Search - scanner

Search list

[Internet-Networkscanner

Description: 扫描器-Scanner
Platform: | Size: 1570816 | Author: fanl0227 | Hits:

[JSP/JavaScanner

Description: 本程序是是用Java写的端口扫描器,Xml做配置文件,能自定义端口-This procedure is written using Java port scanner, Xml configuration file to do able to custom port
Platform: | Size: 710656 | Author: MF | Hits:

[Internet-Networkscanhost

Description: 主机扫描程序。Scanhost运用要求icmp反应封包查看在指定范围内的ip址是否有主机存在。-Host scanner. Icmp response Scanhost use request packet view within the scope of the specified ip address if the host has existed.
Platform: | Size: 2048 | Author: elvis | Hits:

[ELanguageToken_compile

Description: 扫描器设计(4学时) 1.实验目的 熟悉并实现一个扫描器。 2.实验类型 设计性。 3.实验基本要求 (1) 设计扫描器的自动机; (2) 设计翻译、生成Token的算法; (3) 编写代码并上机调试运行通过。 • 输入——源程序文件; • 输出—— 相应的Token序列; 关键字表和界符表; 符号表和常数表; -Scanner design (4 hours) 1. The experiment was familiar with and the realization of a scanner. 2. Experimental type design. 3. The basic requirements of the experiment (1) the design of the scanner automaton (2) design translation, Token Generation Algorithm (3) write code and debug on the machine to run through.
Platform: | Size: 1035264 | Author: js | Hits:

[SCMComScanner

Description: 条形码扫描器源码 条形码扫描器源码-Bar code scanner bar code scanner source source
Platform: | Size: 27648 | Author: | Hits:

[ELanguagejava-scanner

Description: java词法分析器,分析结果生成在目标文件中-java lexical analyzer, the results of the analysis generated in the target document
Platform: | Size: 4096 | Author: ylem | Hits:

[Otherclient_server_performance-verygood

Description: flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件——lex.yy.c——其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
Platform: | Size: 707584 | Author: myname | Hits:

[Embeded-SCM DevelopKEY

Description: 2乘8按键扫描程序 4个IO口 74LS164串行数据端 时钟端 两个普通IO口-2 x 8 keypad scanner 4 IO I 74LS164 serial data clock terminal end of two common IO port
Platform: | Size: 1024 | Author: zengxiaoqiang | Hits:

[SNMPnbt_enum_offr_src2003.03.01-14_22

Description: 对于网络开发的人可是好东西。 This a internet security scanner which scans a specified machine or a range of IPs for all possible information like NetBIOS enumeration, gathering sharelist, domain, os, lan manager, remote connection, SNMP walking, -Network development for people but good things. This a internet security scanner which scans a specified machine or a range of IPs for all possible information like NetBIOS enumeration, gathering sharelist, domain, os, lan manager, remote connection, SNMP walking,
Platform: | Size: 186368 | Author: maoyang | Hits:

[SCMds18b20

Description: DS18b20d的c51程序的若干个函数 包括: //延时子程序//读温度//DS18B20初始化程序//读一个字节//写一个字节//键盘扫描程序//主程序-DS18b20d the C51 process a number of functions including:// Delay subprogram// read temperature// DS18B20 initialization procedure// read one byte// write one byte// keyboard scanner// main program
Platform: | Size: 2048 | Author: leo | Hits:

[Windows Developscanner

Description: 很好的程序-Very good procedures
Platform: | Size: 27648 | Author: mi | Hits:

[MiddleWarescanner

Description: 一个扫描枪串口通讯程序,包括串口通讯包的线程调用,扫描数据的事件出发,端口的文件读取方法。-A scanning gun serial communication program, including the serial communication package called the thread, scan data events, the document read-port method.
Platform: | Size: 134144 | Author: 徐明胜 | Hits:

[Windows DevelopScanner

Description: 编译原理的词法分析器,全部用自己的函数来处理。-Compiler Construction Principles of the lexical analyzer, all with their own function to deal with it.
Platform: | Size: 951296 | Author: luoxin | Hits:

[ScannerF-Scan

Description: 一个简单的扫描器,可以用来扫面局域网内机器以及端口,不能突破防火墙-A simple scanner can be used to scanning machines, as well as LAN ports, can not break through a firewall
Platform: | Size: 78848 | Author: dreamer | Hits:

[ELanguagescanner(liwenkaitop)

Description: 这是用VC6.0开发的集词法分析、语法分析、语义分析为一体的一个程序,是我在编译原理课程设计后期和同班一贼牛的哥们儿老胡共同研究的,做编译课设的朋友们不妨下来看看。语法分析采用的是算符优先分析法,语义生成的是四元式,符号集等格式处理方面基本是遵照大连理工出版的《编译原理》一书附的Simple语言来设计的。由于是自己的课余研究,当时没什么文档和维护的概念,因此没有留下文档,事隔一年半之后我也没有再研究它的动力了,看懂了的朋友不妨写个文档传上来告诉我一声!先此谢过了!-err
Platform: | Size: 4474880 | Author: 李文凯 | Hits:

[Sniffer Package capturescanner

Description: 通过构造arp包探测局域网内主机 借助了已有的winpcap开发包-By constructing a arp packet detection LAN host with the existing WinPcap Development Kit
Platform: | Size: 3119104 | Author: 徐达维 | Hits:

[Internet-NetworkPortScan

Description: 端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。-Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP port scan, the scan can scan a specific IP address range of ports and scanning a range of IP addresses all host two specific ports mode, and can distinguish SYN scan open ports, port closed and the three states firewall filters.
Platform: | Size: 330752 | Author: 鲁晓明 | Hits:

[Embeded-SCM DevelopISP1581_ScannerFwVer1.1_Nov0403

Description: 基于USB2.0芯片 ISP1581 的扫描仪固件源码,USB驱动模块-Based on USB2.0 chip ISP1581 firmware ,USB scanner driver module
Platform: | Size: 44032 | Author: 新蛮狼 | Hits:

[Internet-Networkscanner

Description: 单线程tcp扫描器 多线程tcp扫描器 极速SYN扫描器-scanner
Platform: | Size: 67584 | Author: mswclee | Hits:

[JSP/JavaScanner

Description: scanner of a simple compiler
Platform: | Size: 4096 | Author: Nguyen Duc | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net