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

Search list

[Internet-Networksmq

Description: 一个扫描器-A scanner
Platform: | Size: 76800 | Author: 胡国兵 | Hits:

[Process-Threadscanner

Description: 这是个基于多线程的端口扫描器,用Java语言开发,适用于学生学习,或做课程设计。-This is based on multi-threaded port scanner, using Java language development, applicable to student learning, or curriculum design.
Platform: | Size: 15360 | Author: danny | Hits:

[Other3DreconstructionbasedonVTK

Description: 基于VTK的三维场景重建,数据源为三维激光扫描仪,效果非常好,适用面广。-VTK-based three-dimensional scene reconstruction, the data source for the three-dimensional laser scanner, very good results apply to a wide range.
Platform: | Size: 397312 | Author: vimone | Hits:

[Sniffer Package capturesniffer

Description: 扫描器是网络信息收集的一种方法,从功能上可分为漏洞扫描和端口扫描。通过实验,掌握漏洞、端口的基础知识,掌握扫描器的基本原理并设计实现端口扫描和漏洞扫描程序。网络端口扫描器的工作原理是通过socket套接字对端口使用connect()进行连接,并记录目标主机给予的回答,搜集目标主机的各种有用信息。 程序采用MFC编程,为提高扫描速度,加入多线程支持。-Scanner is a network of information-gathering methods, from the functions can be divided into vulnerability scanning and port scanning. Through the experiment, have loopholes, port the basic knowledge to grasp the basic principles of scanners designed to achieve port scanning and vulnerability scanning procedures. Network port scanner working principle through socket socket on port use connect () to connect to, and record the target host to give the answer, the collection of target host a variety of useful information. Procedures for the use of MFC programming, to improve the scanning speed, by adding multi-threading support.
Platform: | Size: 2048 | Author: 姚晓光 | Hits:

[ELanguageScanner

Description: 一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。 ㈠、基本要求: 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)* 运算符和分隔符 + - * / > < = ( ) ; 关键字 if then else while do ㈡、附加要求: 标识符 <字母>(<字母>|<数字字符>)*(ε|_|.)(<字母>|<数字字符>)* 十进制整数 (0|1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*(ε|.)(0|1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* (ε|.)(0|1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)* (ε|.) (0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)* -err
Platform: | Size: 173056 | Author: seker | Hits:

[Firewall-SecurityScanPort_coder

Description: Syn_ScanPort0 高速SYN端口扫描器的VC源代码-SYN port Syn_ScanPort0 high-speed scanner VC source code
Platform: | Size: 38912 | Author: 兵哥 | Hits:

[ELanguagesimpleScanner

Description: 手工构造简单的C minus词法分析器 simple Scanner For C--Simple hand-constructed C minus lexical analyzer simple Scanner For C-
Platform: | Size: 1024 | Author: frr | Hits:

[Data structsScanner

Description: /利用递归下降分析程序,解决下列满足LL(1)条件的文法 //消除递归前的文法 消除递归后的等价文法-/ Decline in the use of recursive analysis program, to address the following to meet LL (1) the conditions of the grammar// elimination of recursive grammar ago after the elimination of the equivalent recursive grammar
Platform: | Size: 31744 | Author: ll | Hits:

[JSP/JavaThreadScan

Description: java编写 端口扫描器,可扫描指定的端口范围,可多线程扫描,保存结果。-prepared java port scanner can scan a specified port range, can be multi-threaded scanning, save the results.
Platform: | Size: 15360 | Author: 王晓亮 | Hits:

[JSP/JavaScan

Description: java多线程 端口扫描程序-java multi-threaded port scanner
Platform: | Size: 2048 | Author: zhang hongfu | Hits:

[Embeded Linuxbs

Description: 基于arm的嵌入式扫描仪和打印机的驱动程序!-Based on arm embedded scanner and printer drivers!
Platform: | Size: 4902912 | Author: 杨海根 | Hits:

[Scannershaomiaoqi

Description: 几个扫描器的代码 里面有单线程的tcp扫描器和多线程的tcp扫描器!还有syn的扫描器代码!!一次满足你三个愿望!! 极好学习的代码!-Some scanners have the code inside the single-threaded tcp scanner and multi-threaded tcp scanner! Also syn code scanner!! Time to meet you three wishes!! An excellent source of learning!
Platform: | Size: 67584 | Author: 张希行 | Hits:

[ELanguagescanner

Description: C++词法分析,输入C或是C++源文件,可以对他进行词法分析 -C++ Lexical analysis, type C or C++ Source file, you can for his lexical analysis
Platform: | Size: 1024 | Author: lhh | Hits:

[CSharpCCodeScaner

Description: 内容:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)应用程序应为Windows界面。 -Content: C++ Source code word scanner (lexical analysis) functions: (1) C++ Source code scanner to identify C++ Mark. C++ Language contains several types of marks: identifiers, keywords, a few (including integer, floating point), strings, notes, special symbols (at boundaries), and symbols, such as computing. (2) Open a C++ Source file, print out all the above marks. (3) applications for Windows interface.
Platform: | Size: 45056 | Author: sky | Hits:

[SCMipscanner

Description: ip 地址扫描器.可以同时扫描多个端口.是个很小和很使用的工具.-ip address scanner. can simultaneously scan multiple ports. is a very small and very-use tools.
Platform: | Size: 117760 | Author: joho | Hits:

[ELanguagescanner

Description: 简单源程序的词法分析程序的C语言实现,输出二元式,保存在外部文件-Simple source of the lexical analysis of C language procedures realize, the output of binary type, stored in an external file
Platform: | Size: 413696 | Author: 李勇 | Hits:

[TCP/IP stackScanner

Description: 实现端口扫描的功能 可以扫描ICMP,TCP,UDP等-Realize the function of port scan can scan ICMP, TCP, UDP, etc.
Platform: | Size: 8192 | Author: 廖干洲 | Hits:

[Scannerportscan2

Description: 端口扫描器,内有三种扫描方式,分别是TCP-SYN,TCP-FIN,ICMP-Echo,可以选择IP地址范围-Port scanner, there are three types of scanning, namely TCP-SYN, TCP-FIN, ICMP-Echo, can select IP address range
Platform: | Size: 3728384 | Author: | Hits:

[ELanguagescanner

Description: 为简单的函数绘图语言编写一个解释器词法分析部分 黑屏幕下输入text.txt,然后看运行结果-Mapping function for the simple language of a lexical analysis parser part of the black screen, enter text.txt, and then watch the results
Platform: | Size: 16384 | Author: 任爽 | Hits:

[Process-ThreadTCPTread

Description: 基于多线程的端口扫描器,有三个文件实现,有助于实现端口扫描-Based on multi-threaded port scanner, three documents have achieved, contribute to the achievement of port scanning
Platform: | Size: 15360 | Author: 李离 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net