2026-3-4 14:46:12 周三
  忘记密码
帐号
密码
  
首  页 | 文化新闻 | 出版社 | 发行单位 | 出版观澜 | 馆配 | 图书 | 音像 | 报刊 | 电子出版物 | 文化艺术品 | 诗意名城 | 一字千金
动  漫 | 休闲游戏 | 手机小说报 | 视 频 | 文交会 | 文化焦点 | 名家名作 | 我新我秀 | BBS | EMBA | 29中 | 总平台
  购买本书的顾客还买过  
公差配合与测量技术
公差配合与测量技术
挖掘机使用维修一书通
挖掘机使用维修一书通
汽车发动机维修图典(3中级轿车系列)
汽车发动机维修图典(3中级轿...
汽车发动机维修图典(4高级轿车系列)
汽车发动机维修图典(4高级轿...
汽车发动机维修图典(2常见出租车系列)
汽车发动机维修图典(2常见出...
汽车发动机维修图典(5商务车系列)
汽车发动机维修图典(5商务车...
  销售排行  
 公差配合与测量技术(全2册)
 汽车尾气净化催化剂铁基稀土..
 汽车维修钳工
 电控防盗系统维修从入门到精..
 传感器原理及其应用
 模具设计一册通
 看图学修电视机.电冰箱,空..
 Mastercam X2数..
江苏发行网 >> 图书 >> 科技
自动机理论. 语言和计算导论(英文第3版)
自动机理论. 语言和计算导论(英文第3版)
商品编号:JSFXW20090907171338 版号:9787111223924
开    本:0开 装帧:平装
版    次:2007-9-1 1版
发行单位:江苏发行网
出版单位:机械工业出版社
著 作 者:(美)霍普克罗夫特(Hopcroft,J.E.) 等著
商品数量:100本 被浏览254次  热卖中
商品折扣:7.8 折  赠送积分:0分  共节省13.00元
商品价格: ¥59.00元
¥46.00元
市场价 会员价

内容简介
本书是关于形式语言、自动机理论和计算复杂性方面的经典教材,是三位理论计算大师的巅峰之作,现已更新到第3版。书中涵盖了有穷自动机、正则表达式与语言、正则语言的性质、上下文无关文法及上下文无关语言、下推自动机、上下文无关语言的,陸质、图灵机、不可判定性以及难解问题等内容。
本书已被世界许多著名大学采用为计算机理论课程的教材或教学参考书,适合用作国内高校计算机专业高年级本科生或研究生的教材,还可供从事理论计算工作的研究人员参考。


 本书作者


John E.Hopcroft 于斯坦福大学获得博士学位,现为康奈尔大学计算机科学系教授。1994年到2001年,任康奈尔大学工程学院院长。他是1986年图灵奖获得者。他的研究兴趣集中在计算理论方面,尤其是算法分析、自动机理论等。


目录


1 Automata: The Methods and the Madness
 1.1 Why Study Automata Theory?
  1.1.1 Introduction to Finite Automata
  1.1.2 Structural Representations
  1.1.3 Automata and Complexity
 1.2 Introduction to Formal Proof
  1.2.1 Deductive Proofs
  1.2.2 Reduction to Definitions
  1.2.3 Other Theorem Forms
  1.2.4 Theorems That Appear Not to Be If-Then Statements
 1.3 Additional Forms of Proof
  1.3.1 Proving Equivalences About Sets
  1.3.2 The Contrapositive
  1.3.3 Proof by Contradiction
  1.3.4 Counterexamples
 1.4 Inductive Proofs
  1.4.1 Inductions on Integers
  1.4.2 More General Forms of Integer Inductions
  1.4.3 Structural Inductions
  1.4.4 Mutual Inductions
 1.5 The Central Concepts of Automata Theory
  1.5.1 Alphabets
  1.5.2 , Strings
  1.5.3 Languages
  1.5.4 Problems
 1.6 Summary of Chapter 1
 1.7 Gradiance Problems for Chapter 1
 1.8 References for Chapter 1
2 Finite Automata
 2.1 An Informal Picture of Finite Automata
2.1.1 The Ground Rules
  2.1.2 The Protocol
  2.1.3 Enabling the Automata to Ignore Actions
  2.1.4 The Entire System as an Automaton
  2.1.5 Using the Product Automaton to Validate the Protocol
 2.2 Deterministic Finite Automata
  2.2.1 Definition of a Deterministic Finite Automaton
  2.2.2 How a DFA Processes Strings
  2.2.3 Simpler Notations for DFA's
  2.2.4 Extending the Transition Function to Strings
  2.2.5 The Language of a DFA
  2.2.6 Exercises for Section 2.2
 2.3 Nondeterministic Finite Automata
  2.3.1 An Informal View of Nondeterministic Finite Automata
  2.3.2 Definition of Nondeterministic Finite Automata
  2.3.3 The Extended Transition Function
  2.3.4 The Language of an NFA
  2.3.5 Equivalence of Deterministic and Nondeterministic Finite Automata
  2.3.6 A Bad Case for the Subset Construction
  2.3.7 Exercises for Section 2.3
2.4 An Application: Text Search
  2.4.1 Finding Strings in Text
  2.4.2 Nondeterministic Finite Automata for Text Search
  2.4.3 A DFA to Recognize a Set of Keywords
  2.4.4 Exercises for Section 2.4
2.5 Finite Automata With Epsilon-Transitions
  2.5.1 Uses of e-Transitions
  2.5.2 The Formal Notation for an c-NFA
  2.5.3 Epsilon-Closures
  2.5.4 Extended Transitions and Languages for c-NFA's
  2.5.5 Eliminating e-Transitions
  2.5.6 Exercises for Section 2.5
 2.6 Summary of Chapter 2
 2.7 Gradiance Problems for Chapter 2
 2.8 References for Chapter 2
3 Regular Expressions and Languages
 3.1 Regular Expressions
  3.1.1 The Operators of Regular Expressions
  3.1.2 Building Regular Expressions
  3.1.3 Precedence of Regular-Expression Operators
  3.1.4 Exercises for Section 3.1
 3.2 Finite Automata and Regular Expressions
  3.2.1 From DFA's to Regular Expressions
  3.2.2 Converting DFA's to Regular Expressions by Eliminating States
……
4 Properties kf Regular Languages
5 Context-Free Grammars and Languages
6 Pushdown Automata
7 Properties of Context-Free Languages
8 Introduction to Turing Machines
9 Undecidability
10 Intractable Problems
11 Additional Classes of Problems
Index

星级指数: ☆☆ ☆☆☆ ☆☆☆☆ ☆☆☆☆☆
标    题:
内    容:
 
配送范围 如何交款 我的订单 售后服务 需要帮助
运费收取标准
■ 配送时间和配送范围
付款方式
■ 汇款单招领
如何查询订单情况
■ 怎样下订单
■ 退换货原则
■ 退换货处理
忘记了密码
 
关于我们 | 友情链接 | 网站地图 | 汇款方式 | 帮助中心 | 合同下载
在线客服:江苏发行网温馨客服二 江苏发行网温馨客服四
中华人民共和国增值电信业务经营许可证号:苏B2-20100342 备案号:苏ICP备10223332号-2
网站服务电话:025-51861377 发行协会电话:025-83361842 服务邮箱:admin@jsfxw.com
版权所有 上书房 法律顾问团:鲍平 律师、邱宝军 律师