搜索资源列表
DoS
- DOS攻击原理介绍。,利用syn洪水技术,使用原始套接字的伪造源地址技术
cifafenxi
- 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列-Compilation Principle- lexical analysis functions: Input: the grammar of the source code to the output string: Binary Group (syn, token or sum) constitute a sequence
syn
- Under the DOS-based port scan. Support for XP under the SYN scan.
SynScan
- Delphi Full SynScanner 2009 Diq3N PRogramming is now available u can with this doss attacks or syn scan. If u need contact with me : Root [at] Cyber-Root[dut]com
1234
- 逐个扫面程序单词,以二元组(syn,token或sum)形式输出-Lexical analysis program
synpdf
- Syn PDF Example usage
Winsock2Flood
- 一个delphi版本的 SYN Flood 拒绝式攻击服务代码。自定义包头-failed to translate
synflood
- 利用 syn进行攻击的程序 在MAC OS X 上编译执行成功-syn-flood for MAC
ReadChar
- 编译原理 词法分析.用java语言实现,读者可以自行修改syn码。-grammar analyser coded in java, hoping that it will be useful to you,and the comments you are going to feed back
SSSYNFloodY
- SYNflood源码.用WINCAP编写的SYN洪水攻击源码码,附带了WINCAP的DLL,不用安装,已通过测试。 -SYNflood source SYN flood attacks with WINCAP written source code comes with the DLL of WINCAP, no installation, has been tested.
genetic_TSP
- Implementation of TSP using genetic algorithm using MPI (syn comunications)
TongXunLu
- 通讯录备份,同步,上传下载,iphone 开发源代码,很好的参考工程-contactor backup syn ,upload source code iphone
cifafenxi
- 输入:所给文法的源程序字符串 输出:二元组(syn, token或sum)构成的序列。 syn为单词种别码; token为存放的单词自身字符串; sum为整形常数。 例如:对源程序begin x:=9 if x>0 then x:=2*x+1/3 end# 经词法分析后输出如下序列:(1,begin)(10,’x’) (18,:=) (11,9) (26, ) (2,if)-failed to translate
Lexical-analysis
- 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。-Input: the source string grammar. Output: two tuple (syn, token or sum) of the sequence.
carry-syn
- 使用matlab编写的载波同步程序,经过调试可以使用-carry syn
syn
- 语法分析程序,用于分析输入的程序是否符合既定的语法规则,符合规则则成功通过,不符合规则则报出错误原因-Parser for analyzing the input program meets the established rules of grammar, in line with the rules of the successfully passed, does not comply with the rules of the reported cause of the error
gate_test
- 使用vivado hls 对GATE代码进行封装,主要调试stream接口(using vivado hls to archieve GATE syn, to debug the AXI4-stream interface)
词法分析程序
- 词法分析 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。(lexical analysis Input: the source code string for the given grammar. Output: a sequence consisting of two tuples (syn, token, or sum).)
编译原理词法分析器
- 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符