CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - automata

搜索资源列表

  1. 有限自动机的确定化

    0下载:
  2. 此程序可以把编译原理中的不确定的有限自动机确定化,是编译中课程设计的内容-this program can build on the principle of uncertainty to determine finite automata, which is to compile the contents of the curriculum design
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7584835
    • 提供者:火石
  1. 有限自动(编译原理)源代码机

    0下载:
  2. 有限自动机 是编译原理课程设计源代码 可以用来借鉴与参考,可以运行。-Finite Automata Theory courses is to compile the source code design can be used to make a reference, can run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:刘飘
  1. snlying6

    0下载:
  2. 1、 学会针对DFA转换图实现相应的高级语言源程序。 2、 深刻领会状态转换图的含义,逐步理解有限自动机。 3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理 -1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transition map meaning, and graduall
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:13305
    • 提供者:王志
  1. LBM_Linux20051208

    2下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:17955
    • 提供者:张翟
  1. SharkFish

    0下载:
  2. 使用VC。NET2005并行实现著名的细胞自动机程序:生命游戏,模拟鲨鱼和小鱼的海洋环境。-use VC.NET2005 parallel famous Cellular Automata : the game of life, sharks and fish simulation of the marine environment.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:282886
    • 提供者:yangtao
  1. Life_2

    0下载:
  2. 使用VC。NET2005串行实现著名的细胞自动机程序:生命游戏,模拟鲨鱼和小鱼的海洋环境。-use VC.NET2005 famous serial achieve Cellular Automata : the game of life, sharks and fish simulation of the marine environment.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:304744
    • 提供者:yangtao
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. MobileKoreanInputMethod

    0下载:
  2. 手机韩语输入法源码 朝鲜语字母与手机键盘之间的对应,选择键为回车。 朝鲜语字母 键盘事件 ㄱ 1 ㄴ 2 ㄷ 2* ㄹ 4 ㅁ 5 ㅂ 5* ㅅ 7 ㅇ 8 ㅈ 7* ㅊ 7** ㅋ 1* ㅌ 2** ㅍ 5** ㅎ 8* Ӯ
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:56921
    • 提供者:宋树
  1. youxianzidongjihuajian

    0下载:
  2. 有限自动机的确定化及化简 1、更正了 DFA_simplify2 中的错误 2、增加新旧状态对照表 ds_temp --NFA转DFA -- 输入字符 -- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new stat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2844
    • 提供者:黄启龙
  1. byiyuanli

    0下载:
  2. 本源码可以用来对确定化的有限自动机进行化简-the source can be used to determine the finite automata for Simplification
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2179
    • 提供者:123
  1. Regular-toDFA

    0下载:
  2. 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13464
    • 提供者:wangxiuxiu
  1. nfa_dfa

    0下载:
  2. 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:王超
  1. DFA

    0下载:
  2. DFA,这个一个关于确定有限自动机的算法,有兴趣可以参考一下.-DFA, a set of finite automata algorithms are interested can take a look.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46562
    • 提供者:budn
  1. FAProject

    0下载:
  2. 构造形式语言中的PDA自动机,识别相应文法对应的句子-Structural form of the language of PDA automata, identify the appropriate corresponding sentence grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:15233
    • 提供者:yinxue
  1. DFA

    0下载:
  2. 简单DFA有穷自动机,可以根据输入的状态转换表,进行状态转换,对输入的字符串判断,该自动机是否可以接受。并有具体报告说明。-Simple DFA finite automata may be based on the input state transition table for state transitions, the input string to determine that the automatic machine is acceptable. And have specific
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:30577
    • 提供者:王乾坤
  1. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:337795
    • 提供者:罗丹
  1. Compilation-of-finite-automata

    1下载:
  2. 编译原理实验程序集,无符号数的自动机实现,单词的识别,读取无符号数,无符号数的有穷自动机-Compiler principle experiment assembly, the automata of the symbol number, word recognition, reading unsigned unsigned finite automata
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:61157
    • 提供者:若若
  1. Automata(1)

    0下载:
  2. 编译原理自动机试验,帮助实现自动机,实验报告哦-Automata.cs
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:吴娅楠
  1. uncertain-finite-automata-determine

    0下载:
  2. 不确定有限状态自动机的确定化,不确定有限状态自动机的确定化-The uncertain finite state automata determine
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:1547
    • 提供者:
  1. cellular automata Matlab code

    0下载:
  2. 元胞自动机的matlab代码,希望能够帮到需要学习的人(Cellular automata matlab code, hoping to help people in need of learning)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:海鱼
« 12 3 4 »
搜珍网 www.dssz.com