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

搜索资源列表

  1. Tmesh

  2. TMesh:use for representing irregular grids in cellular automata simulations.also included:some graph theory with :-Dijkstra_algorithm-Voronoiand more algorithms
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:1048576
    • 提供者:chenxh
  1. 活动图转换

  2. Recent trends in software engineering lean towards modelcentric development methodologies, a context in which the UML plays a crucial role. To provide modellers with quantitative insights into their artifacts, the UML benefits from a framework for s
  3. 所属分类:综合布线

    • 发布日期:2011-11-08
    • 文件大小:427008
    • 提供者:huoqiqiyi
  1. 上下文无关文法转化识别程序

  2. 转化上下文文法为push down automata,输入文件识别;第一行为文件数,之后为文法,想转化为pda,然后再判断识别
  3. 所属分类:C/C++

    • 发布日期:2011-11-09
    • 文件大小:119808
    • 提供者:dylan0000p
  1. 初等元胞自动机

  2. 关于初等元胞自动机的源代码程序,实现制定规则的变换
  3. 所属分类:其它

    • 发布日期:2011-12-02
    • 文件大小:4096
    • 提供者:heelion
  1. uppaay协议验证

  2. We present a formal analysis of all different variations of accelerated heartbeat protocols presented in [M.G. Gouda and T.M. McGuire, Accelerated Heartbeat Protocols, Proc. of ICDCS’98]. We formalize the specification of the protocols both in a pro
  3. 所属分类:系统安全

    • 发布日期:2012-06-26
    • 文件大小:317440
    • 提供者:meixihan
  1. 算法导论英文版

  2. 算法导论,英文 【本书目录】 I Foundations Introduction 3 l The Role of Algorithms in Computing 5 l.l Algorithms 5 l.2 Algorithms as a technology 10 2 Getting Started I5 2.l Insertion sort 15 2.2 Analyzing algorithms 21 2.3 Designing algorithms 27 3 Growth of Fun
  3. 所属分类:数据库

    • 发布日期:2012-08-01
    • 文件大小:17825792
    • 提供者:caidadong
  1. Software Model Checking

  2. Tutorial: Abstract. We survey principles of model checking techniques for the automatic analysis of reactive systems. The use of model checking is exemplified by an analysis of the Needham-Schroeder public key protocol. We then formally define trans
  3. 所属分类:软件测试

    • 发布日期:2012-08-07
    • 文件大小:387072
    • 提供者:anilji
  1. new kind of science programs

  2. wolfram stephen 的书“new kind of science” 里包含的所有程序, 主要是 cellular automata (CA)算法为基础
  3. 所属分类:专业指导

    • 发布日期:2012-08-10
    • 文件大小:1048576
    • 提供者:kitapatxa
  1. Algorithms on Strings

  2. 本书讲述的是关于字符串的算法 1 Tools 1 1.1 Strings and automata 2 1.2 Some combinatorics 8 1.3 Algorithms and complexity 18 1.4 Implementation of automata 23 1.5 Basic pattern matching techniques 28 1.6 Borders and prefixes tables 40 2 Pattern matching automata 5
  3. 所属分类:其它

    • 发布日期:2012-09-06
    • 文件大小:2097152
    • 提供者:szl199083
  1. 自动机理论 语言 和计算导论

  2. Introduction To Automata Theory Languages , and Computation - John Hopcroft 自动机理论 语言 和计算导论
  3. 所属分类:专业指导

    • 发布日期:2012-09-18
    • 文件大小:8388608
    • 提供者:junzhu_90
  1. finite-automata

  2. 有限自动机课件,讲解详细,例题简单易懂.。
  3. 所属分类:专业指导

    • 发布日期:2012-09-24
    • 文件大小:229376
    • 提供者:chaisenxxx
  1. 程序验证经典《Principles of Model Checking》

  2. Our growing dependence on increasingly complex computer and software systems necessitates the development of formalisms, techniques, and tools for assessing functional properties of these systems. One such technique that has emerged in the last twen
  3. 所属分类:其它

    • 发布日期:2012-10-22
    • 文件大小:5242880
    • 提供者:hfshgfh
  1. 程序验证经典《Principles of Model Checking》

  2. Our growing dependence on increasingly complex computer and software systems necessitates the development of formalisms, techniques, and tools for assessing functional properties of these systems. One such technique that has emerged in the last twen
  3. 所属分类:其它

    • 发布日期:2012-10-22
    • 文件大小:5242880
    • 提供者:seabamboo
  1. Handbook Of Discrete And Combinatorial Mathematics

  2. The importance of discrete and combinatorial mathematics has increased dramatically within the last few years. The purpose of the Handbook of Discrete and Combinatorial Mathematics is to provide a comprehensive reference volume for computer scientis
  3. 所属分类:其它

    • 发布日期:2012-12-13
    • 文件大小:9437184
    • 提供者:henrya2
  1. 词法分析程序

  2. 对实数进行分析判断,它的主要任务是扫描源程序,按构词规则识别单词,并报告发现的词法错误。其中涉及到的主要理论和技术是正则表达式(也叫正规式:regular expression)和有穷自动机(finite automata)。
  3. 所属分类:C

    • 发布日期:2013-05-08
    • 文件大小:619520
    • 提供者:dorothy0
  1. UC Berkley Signals and Systems

  2. 伯克利的“信号与系统” The course begins by describing signals as functions, focusing on characterizing the domain and the range. Systems are also described as functions, but now the domain and range are sets of signals. Characterizing these functions is the t
  3. 所属分类:专业指导

    • 发布日期:2013-05-12
    • 文件大小:2097152
    • 提供者:u010665723
  1. introduction to the theory of computation

  2. 国外经典的教科书计算机理论,内容包括REGULAR LANGUAGE,AUTOMATA,TURING MACHINE...
  3. 所属分类:专业指导

    • 发布日期:2008-09-14
    • 文件大小:7340032
    • 提供者:wendychiu214
  1. DFA的原理文章

  2. If the specification contains the words followed by or uses the concatenation operator, then separate the language in two parts or sub-languages. Design a DFA for each part (if the specification is intricate, you may have to use other patterns while
  3. 所属分类:专业指导

    • 发布日期:2013-08-25
    • 文件大小:130048
    • 提供者:u011815114
  1. 多线程、并行与分布式程序设计基础 英文版pdf

  2. 主要内容如题:多线程,并行和分布式所使用的程序设计 Product Descr iption Foundations of Multithreaded, Parallel, and Distributed Programming covers-and then applies-the core concepts and techniques needed for an introductory course in this topic. The book emphasizes the prac
  3. 所属分类:互联网

    • 发布日期:2013-10-19
    • 文件大小:9437184
    • 提供者:kuango
  1. CA元胞自动机讲义

  2. 元胞自动机(Cellular Automaton,复数为Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。是一时间和空间都离散的动力系统。散布在规则格网 (Lattice Grid)中的每一元胞(Cell)取有限的离散状态,遵循同样的作用规则,依据确定的局部规则作同步更新。大量元胞通过简单的相互作用而构成动态系统的演化。
  3. 所属分类:教育

    • 发布日期:2013-11-07
    • 文件大小:9437184
    • 提供者:u011429310
« 1 2 3 4 5 67 8 9 10 11 »