搜索资源列表

  1. yufaji

    0下载:
  2. 一个不错的语法自动机!!很值得大家参考和借鉴!-a good grammar automatically! ! Worth for reference! Thank you!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:257024
    • 提供者:李俊伟
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:大山
  1. Soft20060210155855646

    0下载:
  2. 正则式到有穷自动机 自己搞的 多支持-to DFA to develop its own multi-support
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:218112
    • 提供者:sunliang
  1. 6611333

    0下载:
  2. 有穷自动机的转换大家可以参考下谢谢了下了袄-Finite Automata we can change the reference Thank you, the next under a coat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:251904
    • 提供者:sunliang
  1. 69446611333

    0下载:
  2. 正则式到有穷自动机 基本上可以满足你的要求-to DFA basically satisfy your request
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:250880
    • 提供者:sunliang
  1. tranvers

    0下载:
  2. 可以实现简单正则表达式向确定行自动机的转换-can achieve is a simple expression to determine OK Automata conversion
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:lipei
  1. ecody

    0下载:
  2. 一个利用元胞自动机进行生态仿真的matlab程序,有图形化界面,是一个非常有名的实验室所写的。-use of a cellular automaton ecological simulation Matlab procedures, graphical interface, it is a very famous written in the laboratory.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:颜建军
  1. NFApatternmatch

    0下载:
  2. 本程序是在VC++环境下编写的利用非确定自动机NFA进行字符串匹配-procedures in the VC++ environment prepared by the automatic use of non-identified plane NFA strings match
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:236544
    • 提供者:chaoyin
  1. SimplizeDFA

    0下载:
  2. 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态-Simplify the DFA-for a defined automaton M = (K, Σ, Δ, s, F), set p, q ∈ K, if for any string w, from p
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:David
  1. Sand2D_CA

    0下载:
  2. 模拟砂堆的元胞自动机源代码。对于认识和学习元胞自动机(CA)很有帮助-sand pile simulation of cellular automata source code. Learning to recognize and cellular automata (CA) helpful
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:颜建军
  1. GameOfLife_java

    0下载:
  2. 生命游戏的java源代码。基于元胞自动机的生命游戏,是学习和深入CA方法的很好例子。-life game of java source code. Based on Cellular Automata game of life, and in-depth study of CA good example.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:颜建军
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal
  3. 所属分类:分形几何

    • 发布日期:2024-05-18
    • 文件大小:18444288
    • 提供者:郝丽丽
  1. analystor

    0下载:
  2. 课程设计中的,简单的利用自动机来实现的词法分析。可以分辨出哪一个是短语。-curriculum design, and a simple use of automatic machines to achieve the lexical analysis. Can tell which is a phrase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:187392
    • 提供者:mo
  1. yuanbao2

    0下载:
  2. 分形程序,内含二维元胞自动机小程序源代码。双击Debug下的yuanbao2.exe文件,程序运行;双击yuanbao2.dsw文件,进入编辑环境。-Fractal procedures, containing two-dimensional cellular automata small source code. Double-click the Debug yuanbao2.exe documents, operating proc
  3. 所属分类:分形几何

    • 发布日期:2024-05-18
    • 文件大小:1668096
    • 提供者:lishiwei
  1. SharkFish

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

    • 发布日期:2024-05-18
    • 文件大小:337920
    • 提供者: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. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:372736
    • 提供者:yangtao
  1. CellularAutomataforElementaryImagEnhancement

    0下载:
  2. 外国对元胞自动机图像降噪的理论研究及实现过程.-foreign Cellular Automata image denoising theoretical research and implementation process.
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:1426432
    • 提供者:施惊雷
  1. CAmatlab

    0下载:
  2. 交通流研究中的元胞自动机模型源码,可以模拟交通现象-traffic flow study of Cellular Automata Model source, the phenomenon can be simulated traffic
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:76800
    • 提供者:kang jinni
  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,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:黄启龙
  1. byiyuanli

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:123
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org