Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scanner
Search - scanner - List
扫描器-Scanner
Update : 2024-05-03 Size : 1570816 Publisher : fanl0227

DL : 0
本程序是是用Java写的端口扫描器,Xml做配置文件,能自定义端口-This procedure is written using Java port scanner, Xml configuration file to do able to custom port
Update : 2024-05-03 Size : 710656 Publisher : MF

主机扫描程序。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.
Update : 2024-05-03 Size : 2048 Publisher : elvis

DL : 0
扫描器设计(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.
Update : 2024-05-03 Size : 1035264 Publisher : js

DL : 1
条形码扫描器源码 条形码扫描器源码-Bar code scanner bar code scanner source source
Update : 2024-05-03 Size : 27648 Publisher :

DL : 0
java词法分析器,分析结果生成在目标文件中-java lexical analyzer, the results of the analysis generated in the target document
Update : 2024-05-03 Size : 4096 Publisher : ylem

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
Update : 2024-05-03 Size : 707584 Publisher : myname

DL : 0
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
Update : 2024-05-03 Size : 1024 Publisher : zengxiaoqiang

对于网络开发的人可是好东西。 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,
Update : 2024-05-03 Size : 186368 Publisher : maoyang

SCMds18b20
DL : 0
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
Update : 2024-05-03 Size : 2048 Publisher : leo

DL : 0
很好的程序-Very good procedures
Update : 2024-05-03 Size : 27648 Publisher : mi

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

DL : 0
编译原理的词法分析器,全部用自己的函数来处理。-Compiler Construction Principles of the lexical analyzer, all with their own function to deal with it.
Update : 2024-05-03 Size : 951296 Publisher : luoxin

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

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

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

端口扫描器。 本扫描器实现了: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.
Update : 2024-05-03 Size : 330752 Publisher : 鲁晓明

基于USB2.0芯片 ISP1581 的扫描仪固件源码,USB驱动模块-Based on USB2.0 chip ISP1581 firmware ,USB scanner driver module
Update : 2024-05-03 Size : 44032 Publisher : 新蛮狼

单线程tcp扫描器 多线程tcp扫描器 极速SYN扫描器-scanner
Update : 2024-05-03 Size : 67584 Publisher : mswclee

DL : 0
scanner of a simple compiler
Update : 2024-05-03 Size : 4096 Publisher : Nguyen Duc
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.