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

Search list

[Delphi VCLScanNetIP-Mac-Scanner

Description: 局域網掃描MAC IP信息導出EXCEL-vlan scanner for IP MAC Address to excel
Platform: | Size: 325632 | Author: erferfer | Hits:

[OS programScanner-File-System-Minifilter-Driver

Description: Scanner File System Minifilter Driver
Platform: | Size: 81920 | Author: dfsafsadf | Hits:

[CSharpS-scanner-call

Description: s扫描器调用(以命令行的形式动态调用扫描器)-S scanner call
Platform: | Size: 1024 | Author: 王中平 | Hits:

[Driver Developscanner

Description: minifilter 框架 开发微过滤驱动,包括加密、病毒查杀、内容操作等可参考本示例 -The scanner minifilter is an example for developers who intend to write filters that examine data in files. Typically, anti-virus products fall into this category.
Platform: | Size: 275456 | Author: 小小 | Hits:

[Software EngineeringEOCC---Scanner-Design

Description: Scanner design compiler
Platform: | Size: 154624 | Author: daica | Hits:

[Otherscanner-connect-code

Description: PC机扫描仪通信C源码,有需要的请下载。-a sick scanner connect code(VC & mathlab).pdf
Platform: | Size: 2025472 | Author: wanlifeng | Hits:

[Software EngineeringLow_Cost-Laser-Range-Scanner-and

Description: Low_Cost Laser Range Scanner and Fast Surface Registration Approach
Platform: | Size: 467968 | Author: 马超 | Hits:

[Internet-Networkthreaded-syn-port-scanner-2.0

Description: 端口扫描器!多线程编程,实现 TCP connect、SYN、FIN扫描。Linux环境下编译运行-Port scanner! Multi-threaded programming, achieve TCP connect, SYN, FIN scan. Compile and run under Linux environment
Platform: | Size: 1065984 | Author: 曹源 | Hits:

[ICQ-IM-Chatmaasriyan.bot.scanner

Description: bot scanner colongan mbuh nggone sopo ra kenal
Platform: | Size: 7168 | Author: kuro-chan | Hits:

[ELanguagescanner

Description: scanner,just a scanner
Platform: | Size: 12288 | Author: CP | Hits:

[Internet-NetworkScanner-port-scanner

Description: 是一款基于C++编写的Scanner端口扫描器,可以实现全连接端口扫描。-Is a based the Scanner prepared by the C++, port scanner, port scan.
Platform: | Size: 4270080 | Author: zhouswpu | Hits:

[CSharpcsharp-based-scanner

Description: 基于c sharp开发的内网扫描器,非常好用-c# based scanner
Platform: | Size: 27648 | Author: 林佳慧 | Hits:

[JSP/JavaScanner

Description: scanner made with jflex
Platform: | Size: 24576 | Author: Flamehowl | Hits:

[OS programscanner

Description: Scan是国内最著名的综合扫描器之一,它完全免费,是不需要安装的绿色软件、界面支持中文和英文两种语言、包括图形界面和命令行方式。主要由国内著名的民间黑客组织“安全焦点”完成,从2000年的内部测试版X-Scan V0.2到目前的最新版本X-Scan 3.3-cn都凝聚了国内众多黑客的心血。最值得一提的是,X-Scan把扫描报告和安全焦点网站相连接,对扫描到的每个漏洞进行“风险等级”评估,并提供漏洞描述、漏洞溢出程序,方便网管测试、修补漏洞. -Scan is one of the most famous integrated scanner, it is completely free of charge, does not require installation of green software, the interface supports both Chinese and English languages, including graphical and command line mode. Mainly by domestic famous folk hacker organization " Security Focus" to complete, from 2000 to internal beta X-Scan V0.2 to present the latest version of X-Scan 3.3-cn embodied the hard work of many domestic hackers. Most noteworthy is that, X-Scan to scan reports and security focus sites are connected to each vulnerability scan a " level of risk" assessment and provide loopholes description overflow vulnerability procedures to facilitate network management testing, patching vulnerabilities.
Platform: | Size: 1024 | Author: 小刚 | Hits:

[Internet-Networkscanner

Description: 综合扫描程序 arp扫描ICMP扫描 tcp扫描udp扫描-Comprehensive arp scan scanner scanning ICMP scanning tcp udp scan
Platform: | Size: 449536 | Author: fish | Hits:

[ActiveX/DCOM/ATLScanner-control

Description: 扫描仪控件,里面有安装程序,可以嵌入到你的程序里,非常方便。-Scanner controls, which has installed the program, you can embed into your program, very convenient.
Platform: | Size: 2360320 | Author: wang qiang | Hits:

[JSP/Javascanner

Description: scanner type program using java
Platform: | Size: 9216 | Author: hare | Hits:

[Internet-Networkscanner

Description: 包含两个功能:1.Ping/ICMP扫描器;2.TCP端口扫描-Contains two functions: 1.Ping/ICMP scanner 2.TCP port scan
Platform: | Size: 2231296 | Author: linyi | Hits:

[ELanguageCPP-source-word-scanner

Description: 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。 (5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。 (6)应该书写完善的软件文档。-Experiment one: C++ source code word scanner (lexical analysis) functions: (1) C++ source code scanner to identify C++ mark. C++ language contains several types of tokens: identifiers, keywords, number (including integer, float), string, notes, special characters (delimiters) and arithmetic symbols. (2) Open a C++ source file, print out all of the above marks. (3) requires that the application should be Windows interface. (4) selected as part: In order to improve the readability of source C++, C++ program writing process by adding a blank line, space, indentation, comments, and so on. Suppose you want to sacrifice readability, to save disk space, you can store a compressed text removed all unnecessary whitespace and comments C++ source code. Therefore, the program should also have such compression. (5) selected as part of: further thought or realize- how to achieve further reduce the size of the source file compression functions. (6) should write perfect software documentation.
Platform: | Size: 46080 | Author: 邵阳 | Hits:

[Driver Developscanner

Description: 这是扫描仪滤波器的主要模块。 此过滤器会扫描文件中的数据,允许一个开放的继续进行之前。这是类似于病毒检查做。-This is the main module of the scanner filter. This filter scans the data in a file before allowing an open to proceed. This is similar to what virus checkers do.
Platform: | Size: 8192 | Author: 顾文泽 | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

CodeBus www.codebus.net