注冊(cè) | 登錄讀書(shū)好,好讀書(shū),讀好書(shū)!
讀書(shū)網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書(shū)科學(xué)技術(shù)自然科學(xué)數(shù)學(xué)離散數(shù)學(xué)(第七版 英文版)

離散數(shù)學(xué)(第七版 英文版)

離散數(shù)學(xué)(第七版 英文版)

定 價(jià):¥79.00

作 者: (美)約翰遜鮑夫 著
出版社: 電子工業(yè)出版社
叢編項(xiàng): 國(guó)外計(jì)算機(jī)科學(xué)教材系列
標(biāo) 簽: 組合理論

購(gòu)買(mǎi)這本書(shū)可以去


ISBN: 9787121085345 出版時(shí)間: 2009-04-01 包裝: 平裝
開(kāi)本: 16開(kāi) 頁(yè)數(shù): 766 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  本書(shū)從算法分析和問(wèn)題求解的角度,全面系統(tǒng)地介紹了離散數(shù)學(xué)的基礎(chǔ)概念及相關(guān)知識(shí),并在其前一版的基礎(chǔ)上進(jìn)行了修改與擴(kuò)展。書(shū)中通過(guò)大量實(shí)例,深入淺出地講解了數(shù)理邏輯、組合算法、圖論、布爾代數(shù)、網(wǎng)絡(luò)模型、形式語(yǔ)言與自動(dòng)機(jī)理論等與計(jì)算機(jī)科學(xué)密切相關(guān)的前沿課題,既著重于各部分內(nèi)容之間的緊密聯(lián)系,又深入探討了相關(guān)的概念、理論、算法和實(shí)際應(yīng)用。本書(shū)內(nèi)容敘述嚴(yán)謹(jǐn)、推演詳盡,各章配有相當(dāng)數(shù)量的習(xí)題與書(shū)后的提示和答案,為讀者迅速掌握相關(guān)知識(shí)提供了有效的幫助。本書(shū)既可作為計(jì)算機(jī)科學(xué)及計(jì)算數(shù)學(xué)等專(zhuān)業(yè)的本科生和研究生教材,也可作為工程技術(shù)人員和相關(guān)人員的參考書(shū)。

作者簡(jiǎn)介

暫缺《離散數(shù)學(xué)(第七版 英文版)》作者簡(jiǎn)介

圖書(shū)目錄

Preface XI
1 Sets and Logic
1.1 Sets
1.2 Propositions
1.3 Conditional Propositions and Logical Equivalence
1.4 Arguments and Rules of Inference
1.5 Quantifiers
1.6 Nested Quantifiers
Problem-Solving Corner: Quantifiers
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
2 Proofs
2.1 Mathematical Systems, Direct Proofs, and Counterexamples
2.2 More Methods of Proof
Problem-Solving Corner: Proving Some Properties of Real Numbers
2.3 Resolution Proofst
2.4 Mathematical Induction
Problem-Solving Corner: Mathematical Induction
2.5 Strong Form of Induction and the Well-Ordering Property
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
3 Functions,Sequences,and Relations
3.1 Functions
Problem-Solving Corner: Functions
3.2 Sequences and Strings
3.3 Relations
3.4 Equivalence Relations
Problem-Solving Corner: Equivalence Relations
3.5 Matrices of Relations
3.6 Relational Databases
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
4 Algorithms
4.1 Introduction
4.2 Examples of Algorithms
4.3 Analysis of Algorithms
Problem-Solving Corner: Design and Analysis of an Algorithm
4.4 Recursive Algorithms
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
5 Introduction to Number Theory
5.1 Divisors
5.2 Representations of Integers and Integer Algorithms
5.3 The Euclidean Algorithm
Problem-Solving Corner: Making Postage
5.4 The RSA Public-Key Cryptosystem
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
6 Counting Methods and the Pigeonhole Principle
6.1 Basic Principles
Problem-Solving Corner: Counting
6.2 Permutations and Combinations
Problem-Solving Comer:. Combinations
6.3 Generalized Permutations and Combinations
6.4 Algorithms for Generating Permutations and Combinations
6.5 Introduction to Discrete Probabilityt
6.6 Discrete Probability Theoryt
6.7 Binomial Coefficients and Combinatorial Identities
6.8 The Pigeonhole Principle
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
7 Recurrence Relations
7.1 Introduction
7.2 Solving Recurrence Relations
Problem-Solving Corner: Recurrence Relations
7.3 Applications to the Analysis of Algorithms ..
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
8 Graph Theory
8.1 Introduction
8.2 Paths and Cycles
Problem-Solving Corner: Graphs
8.3 Hamiltonian Cycles and the Traveling Salesperson Problem
8.4 A Shortest-Path Algorithm
8.5 Representations of Graphs
8.6 Isomorphisms of Graphs
8.7 Planar Graphs
8.8 Instant Insanityt
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
9 Trees
9.1 Introduction
9.2 Terminology and Characterizations of Trees
Problem-Solving Corner: Trees
9.3 Spanning Trees
9.4 Minimal Spanning Trees
9.5 Binary Trees
9.6 Tree Traversals
9.7 Decision Trees and the Minimum Time for Sorting
9.8 Isomorphisms of Trees
9.9 Game Treest
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
10 Network Models
10.1 Introduction
10.2 A Maximal Flow Algorithm
10.3 The Max Flow, Min Cut Theorem
10.4 Matching
Problem-Solving Corner: Matching
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
11 Boolean Algebras and Combinatorial Circuits
11.1 Combinatorial Circuits
11.2 Properties of Combinatorial Circuits
11.3 Boolean Algebras
Problem-Solving Corner: Boolean Algebras
11.4 Boolean Functions and Synthesis of Circuits
11.5 Applications
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
12 Automata,Grammars,and Languages
12.1 Sequential Circuits and Finite-State Machines
12.2 Finite-State Automata
12.3 Languages and Grammars
12.4 Nondeterministic Finite-State Automata
12.5 Relationships Between Languages and Automata
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
13 Computational Geometry
13.1 The Closest-Pair Problem
13.2 An Algorithm to Compute the Convex Hull
Notes
Chapter Review
Chapter Self-Test
Computer Exercises
Appendix
A Matrices
B Algebra Review
C Pseudocode
References
Hints and Solutions to Selected Exercises
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書(shū)網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)