您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Theory of Computation Wiley 2012

  2. Offering an accessible approach to the topic Theory of Computation focuses on the metatheory of computing and the theoretical boundaries between what various computational models can do and not do from the most general model the URM Unbounded Regist
  3. 所属分类:专业指导

    • 发布日期:2015-04-18
    • 文件大小:15728640
    • 提供者:vanridin
  1. A SIMPLE MODEL OF THE BELOUSOV-ZHABOTINSKY REACTION FROM FIRST PRINCIPLES

  2. Many computer models have been constructed of the BZ reaction to simulate the evolution of these spirals. The models typically use cellular automata to allow progression of a wavefront through a notional substrate. Usually a single substrate is used
  3. 所属分类:专业指导

    • 发布日期:2015-09-05
    • 文件大小:468992
    • 提供者:wbscd
  1. The Nature of Code

  2. How can we capture the unpredictable evolutionary and emergent properties of nature in software? How can understanding the mathematical principles behind our physical world help us to create digital worlds? This book focuses on a range of programmin
  3. 所属分类:其它

    • 发布日期:2015-10-05
    • 文件大小:8388608
    • 提供者:u010001378
  1. A novel chaotic based image encryption

  2. 一种基于混沌系统的图像加密算法A novel chaotic based image encryption using a hybrid model of deoxyribonucleic acid and cellular automata
  3. 所属分类:其它

    • 发布日期:2015-10-17
    • 文件大小:2097152
    • 提供者:u012790643
  1. 元宝自动机入门文档(英文)

  2. 关于元胞自动机入门介绍,比较系统。语言为英文,适合有一定英文基础的CA学习者。
  3. 所属分类:讲义

    • 发布日期:2015-10-20
    • 文件大小:1048576
    • 提供者:u010607671
  1. 元胞自动机模型

  2. 元胞自动机(Cellular Automata,简称CA)实质上是定义在一个由具有离散、有限状态的元胞组成的元胞空间上,并按照一定的局部规则,在离散的时间维度上演化的动力学系统。 1.CA之所以是离散系统,是因为元胞是定义在有限的时间和空间上的,并且元胞的状态是有限。 2.CA被认为是动力学模型,是因为它的举止行为具有动力学特征 ……
  3. 所属分类:讲义

    • 发布日期:2016-01-20
    • 文件大小:12582912
    • 提供者:sinat_26674413
  1. 元胞自动机介绍(英文版)

  2. 《The Use of Cellular Automata for Spatial Modelling and Decision Support in Coastal Zones and Estuaria》
  3. 所属分类:讲义

    • 发布日期:2016-01-27
    • 文件大小:6291456
    • 提供者:qq_22989149
  1. 元胞自动机(英文版)

  2. The Use of Cellular Automata for Spatial Modelling and Decision Support in Coastal Zones and Estuaria
  3. 所属分类:讲义

    • 发布日期:2016-01-27
    • 文件大小:6291456
    • 提供者:qq_22989149
  1. Crafting a Compiler by Charles N. Fisher Richard J. LeBlanc 带目录版

  2. ``Crafting a Compiler'' by Charles N. Fisher & Richard J. LeBlanc, Jr. 1988. Benjamin/Cummings Publishing Company. Menlo Park, CA. Brief Contents xvi 1 Introduction 1 2 A Simple Compiler 31 3 Scanning—Theory and Practice 57 4 Grammars and Parsing 11
  3. 所属分类:C

  1. Distributed Algorithms Nancy Lynch

  2. Is Nancy Lynch's book still the best intro to distributed algorithms? That said, it's still an excellent book if you have the patience and discipline, and want to sit at the feet of the master and learn in great depth about the fundamentals of distr
  3. 所属分类:Web开发

    • 发布日期:2016-06-02
    • 文件大小:39845888
    • 提供者:threepwood
  1. 自动机理论、语言与计算导论_课后答案

  2. Introduction to Automata Theory, Languages, and Computation 英文版答案
  3. 所属分类:讲义

    • 发布日期:2017-03-21
    • 文件大小:72704
    • 提供者:jmq328458344
  1. LeetCode最全代码

  2. # [LeetCode](https://leetcode.com/problemset/algorithms/) ![Language](https://img.shields.io/badge/language-Python%20%2F%20C++%2011-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) ![Progress](https://img.shi
  3. 所属分类:C++

    • 发布日期:2017-04-09
    • 文件大小:4458150
    • 提供者:userwjw
  1. 有限自动机模板类

  2. 有限自动机模板类,用于状态控制和切换
  3. 所属分类:C++

    • 发布日期:2017-05-23
    • 文件大小:9216
    • 提供者:linknabixiaoxin
  1. 元胞自动机 Java实现

  2. 元胞自动机 java实现,带可视化界面。需要jdk8环境打开 元胞自动机(Cellular Automaton),复数为Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。是一时间和空间都离散的动力系统。散布在规则格网 (Lattice Grid)中的每一元胞(Cell)取有限的离散状态,遵循同样的作用规则,依据确定的局部规则作同步更新。大量元胞通过简单的相互作用而构成精态系统的演化。由冯诺依曼在20世纪50年代发明。
  3. 所属分类:算法与数据结构

    • 发布日期:2017-09-01
    • 文件大小:23552
    • 提供者:alisonyu
  1. Introduction To Automata Theory, Languages, and Computation(原书第3版)

  2. 自动机理论、语言和计算导论(原书第3版) Computer Science
  3. 所属分类:讲义

    • 发布日期:2017-10-09
    • 文件大小:8388608
    • 提供者:mark__wu
  1. [分布式算法] Distributed Algorithms Nancy Lynch 最新版 打印版

  2. 最好的读物了, 啃吧 Is Nancy Lynch's book still the best intro to distributed algorithms? That said, it's still an excellent book if you have the patience and discipline, and want to sit at the feet of the master and learn in great depth about the fundamenta
  3. 所属分类:算法与数据结构

    • 发布日期:2017-10-20
    • 文件大小:39845888
    • 提供者:threepwood
  1. 用C语言实现NFA到DFA的转换过程

  2. 用C语言实现NFA到DFA的转换过程 NFA (nondeterministic finite-state automata)是不确定性有限状态自动机的简写,NFA的定义为: 一个不确定性有限状态自动机由以下部分所组成: A. 一个有限的输入字符集I B. 一个有限的状态集S C. 状态转换函数f: S x I -> P(S),P(S)为s的幂集 D. 一个结束状态集Q,Q是S的子集 E. 一个初始状态s0 (属于S) F. 表示为A(I, S, f, Q, s0) 与NFA相对应,DF
  3. 所属分类:C

  1. SPIN经典论文集-第11届SPIN workshop论文集

  2. Invited Paper Formal Analysis of Processor Timing Models Reinhard Wilhelm 1 Heuristics and Probabilities Typical Structural Properties of State Spaces Radek Pelánek 5 State Caching Reconsidered Jaco Geldenhuys 23 Directed Error Detection in C++ with
  3. 所属分类:C

    • 发布日期:2008-12-18
    • 文件大小:6291456
    • 提供者:ding
  1. Introduction To Automata Theory,Languages,and Computation

  2. 计算机领域的必备图书 不用我多讲了吧.....
  3. 所属分类:专业指导

    • 发布日期:2009-03-15
    • 文件大小:8388608
    • 提供者:sebestian384
  1. Solution to Introduction to Automata Theroy,Languages,and Computation

  2. 自动机理论、语言和计算导论一书的答案,英文版~
  3. 所属分类:专业指导

    • 发布日期:2009-03-19
    • 文件大小:373760
    • 提供者:daishengxin
« 1 2 3 4 5 6 78 9 10 11 »