CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自动机

搜索资源列表

  1. 有穷自动机识别无符号数

    0下载:
  2. 有穷自动机识别源码- Has the poor automaton recognition source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:40469
    • 提供者:秋水寒
  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. 有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37910
    • 提供者:田永震
  1. 一维细胞自动机

    0下载:
  2. 最简单的细胞自动机程序。这是一个方格的世界,所有的方格都排成一排,每个方格都有黑或白两种(或者更多,用户可以自己定义)颜色。根据每个方格的颜色以及它邻居方格的颜色按照异常简单的规则进行演化。-most simple cellular automata procedures. This is a box at the world, all the box are lined up, each box is black or white (or more, users can own definit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:235697
    • 提供者:若令
  1. 细胞自动机

    0下载:
  2. 细胞自动机的显示程序-the display program!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54674
    • 提供者:张小
  1. 有限自动机

    0下载:
  2. 有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8282
    • 提供者:李白
  1. 有限自动机C++

    0下载:
  2. 利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串-tables and the use of the limited state of the automatic machine operation principle procedures, making procedures to identify whether an input string as a symbol effective Series
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1941
    • 提供者:李定丰
  1. 确定有穷自动机

    0下载:
  2. 用vb编写的编译器 用以实现确定有穷自动机中状态对的转换-with vb prepared by the compiler to achieve identified the poor state of automatic machines for the conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11812
    • 提供者:levy
  1. 接受语言{{}}的一台自动机

    0下载:
  2. 构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。-structure acceptable language (()) of an automatic machine for the indiscriminate importation of a string, its process simulation, the judge whether to accept the string.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2179
    • 提供者:曾德胜
  1. 确定型有穷自动机接受的语言的判定

    0下载:
  2. 用vc 实现的计算理论的基本程序,该程序能判定一个输入的语言能否被有台确定型有穷自动机所接受。-vc used to achieve the theoretical calculation of the basic procedures, the program can determine an input language can be identified with Taiwan-based Finite Automata acceptable.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:123
  1. 有限自动机的运行

    0下载:
  2. 编译原理-有限自动机的运行,/程序功能: 利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-runs of finity auto-machine compiler principle: runs of finity auto-machine function of programme: utilize the table of state and the running principle of finity auto-machine, identify
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7748
    • 提供者:周文文
  1. 有穷自动机

    0下载:
  2. 自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7291
    • 提供者:energy
  1. 正则式到有穷自动机

    0下载:
  2. 学习离散数学时在老师地要求下编写的个小程序,正则式到有穷自动机 -discrete mathematics learning at the request of the teacher to prepare the small procedure is to then - DFA
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:364663
    • 提供者:习可伟
  1. 刘琴-0206-44-自动机的应用

    0下载:
  2. 本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88921
    • 提供者:苏亮
  1. 自动机

    0下载:
  2. 实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式-automatic machine used in the calculation of compiler theory and principles of learning, on the context-free grammar, and is a regular expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8208
    • 提供者:huwu
  1. 正则式到有穷自动机

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13231
    • 提供者:张伟
  1. 细胞自动机matlab源码

    1下载:
  2. 为细胞自动机的源代码
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-16
    • 文件大小:82977
    • 提供者:slidmen
  1. 元胞自动机模拟程序

    1下载:
  2. 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。
  3. 所属分类:文档资料

    • 发布日期:2011-09-19
    • 文件大小:239104
    • 提供者:msn_feng
  1. 基于元胞自动机的matlab疏散程序

    4下载:
  2. matlab人员疏散模型,有GUI界面,适合有选做人员疏散和元胞自动机应用的小伙伴使用(Matlab personnel evacuation model, with GUI interface)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-28
    • 文件大小:67584
    • 提供者:刘凯123456
  1. 元胞自动机

    1下载:
  2. 元胞自动机(cellular automata, CA)是时间和空间都离散的动力学系统。时至今日,已经广泛应用于社会、经济、军事和科学研究等各个领域。本程序是基于元胞自动机的原理,利用matlab编程,复现了二维状态下“生命游戏”的原型,森林树,以及SIR传染病模型,以帮助正在入门学习元胞自动机的人们加深其原理的理解。(Cellular automata (CA) is a dynamic system with discrete time and space. Today, it has be
  3. 所属分类:matlab例程

    • 发布日期:2020-11-19
    • 文件大小:3072
    • 提供者:zjzjzzz
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com