fbpx

[email protected]

购物车

 查看订单

  • 我的帐户
东东购 | EasternEast
  • 中文书店
    • 畅销排行榜
      • 小说 畅销榜
      • 童书 畅销榜
      • 外语畅销榜
      • 管理畅销榜
      • 法律畅销榜
      • 青春文学畅销榜
    • 热门分类
      • 社会小说
      • 成功/励志 畅销榜
      • 人物传记
      • 大陆原创
      • 绘本童书
      • 影视小说
    • 文学推荐
      • 文集
      • 戏剧
      • 纪实文学
      • 名家作品
      • 民间文学
      • 中国现当代随笔
    • 新书热卖榜
      • 小说 新书热卖榜
      • 青春文学 新书热卖榜
      • 童书 新书热卖榜
      • 管理 新书热卖榜
      • 成功/励志 新书热卖榜
      • 艺术 新书热卖榜
  • 精选分类
    • 小说
    • 保健养生
    • 烹饪/美食
    • 风水/占卜
    • 青春文学
    • 童书
    • 管理
    • 成功/励志
    • 文学
    • 哲学/宗教
    • 传记
    • 投资理财
    • 亲子家教
    • 动漫/幽默
    • 法律 Legal
    • 经济 Economics
    • 所有分类
  • 关于东东
  • 帮我找书
搜索
首页计算机/网络计算机理论离散数学及其应用(英文版第7版)(离散课程采用率最高的经典教材,中文版也被国内大学广泛采用)

离散数学及其应用(英文版第7版)(离散课程采用率最高的经典教材,中文版也被国内大学广泛采用)

作者:(美)罗森 出版社:机械工业出版社 出版时间:2012年09月 

ISBN: 9787111385509
年中特卖用“SALE15”折扣卷全场书籍85折!可与三本88折,六本78折的优惠叠加计算!全球包邮!
trust badge

EUR €58.99

类别: 数学, 研究生/本科/专科教材, 计算机理论 SKU:5c23c1e5421aa985877b0b02 库存: 缺货
  • 描述
  • 评论( 0 )

描述

开 本: 16开纸 张: 胶版纸包 装: 平装是否套装: 否国际标准书号ISBN: 9787111385509

内容简介

  《离散数学及其应用(英文版第7版)》是介绍离散数学理论和方法的经典教材,已经成为采用率最高的离散数学教材,被美国众多名校用作教材,获得了极大的成功。本书中文版也已被国内大学广泛采用为教材。作者参考用书教师和学生的反馈,并结合自身对教育的洞察,在第7版中做了大量的改进,使其成为更有效的教学工具。本书可作为1~2个学期的离散数学课程教材,适用于数学、计算机科学、计算机工程、信息技术等专业的学生。 

目  录

preface iv 

about theauthor xiii 

the companion website xiv 

to the studentxvi 

list of symbols xix 

1 the foundations:logic and proofs 

1.1 propositional logic 

1.2 applications of propositional logic 

1.3 propositional equivalences 

1.4 predicates andquantifiers 

1.5 nested quantifiers 

1.6 rules of inference 

1.7 introduction to proofs 

1.8 proofmethods and strategy 

end-of-chaptermaterial- 

2 basic structures:sets,functions,sequences,sums,andmatrices 

2.1 sets 

2.2 set operations 

2.3 functions 

.2.4 sequences and summations 

2.5 cardinality of sets 

2.6 matrices 

end-of-chaptermaterial 

3 algorithms 

3.1 algorithms 

3.2 the growth of functions 

3.3 complexity of algofithms 

end-of-chapter material 

4 number theory and cryptography 

4.1 divisibilitv andmodular arithmetic 

4.2 integer representations andalgorithms 

4.3 primesand greatest common divisors 

4.4 solving congruences 

4.5 applications of congruences 

4.6 cryptography 

end-of-chapter material 

5 induction and recursion 

5.1 mathematical induction 

5.2 strong induction and well-ordering 

5.3 recursive definitions and structural induction 

5.4 recursive algorithms 

5.5 program correctness 

end-of-chapter material 

6 counting 

6.1 tlle basics of counting 

6.2 the pigeonhole principle 

6.3 permutations and combinations 

6.4 binomial coefficients and identities 

6.5 generalized permutations and combinations 

6.6 generating permutations and combinations 

end-of-chapter material 

7 discrete probability 

7.1 an introduction to discrete probability 

7.2 probability theory 

7.3 bayes’theorem 

7.4 expected value and variance 

end-of-chapter material 

8 advanced counring technigues 

8.1 applications of recurrence relations 

8.2 solving linear recurrence relations 

8.3 divide-and-conquer algorithms and recurrencerelations 

8.4 generating functions 

8.5 inclusion-exclusion 

8.6 applications of inclusion-exclusion 

end—of-chapter material 

9 relations 

9.1 relations and their properties 

9.2 n-ary relations and theirapplications 

9.3 representing relations 

9.4 closures of relations 

9.5 equivalence relations 

9.6 partial orderings 

end-of-chapter material 

10 graphs 

10.1 graphs andgraphmodels 

10.2 graph terminology and special types of graphs 

10.3 representing graphs and graph isomorphism 

10.4 connectivity 

10.5 eulerandhamiltonpaths 

10.6 shortest.pathproblems 

10.7 planargraphs 

10.8 graphcoloring 

end-of-chapter material 

11 trees 

11.1 introduction to trees 

11.2 applications of trees 

11.3 tree travcrsal 

11.4 spanning trees 

11.5 minimum spanning trees 

end-of-chapter material 

12 boolean algebra 

12.1 boolean functions 

12.2 representing boolean functions 

12.3 logic gates 

12.4 minimization of circuits 

end-of-chapter material 

13 modeling cornputation 

13.1 languagesand grammars 

13.2 finite-state machines with output 

13.3 finite-state machines with no output 

13.4 languagerecognition 

13.5 turing machines 

end-of-chapter material 

appendixes 

1 axioms for the real numbers and the positiveintegers 

2 exponential and logarithmic functions 

3 pseudocode 

suggestedreadings b-1 

answers to odd-numbered exercises s-1 

photo credits c-1 

index ofbiographies i-1 

index i-2 

抢先评论了 “离散数学及其应用(英文版第7版)(离散课程采用率最高的经典教材,中文版也被国内大学广泛采用)” 取消回复

评论

还没有评论。

相关产品

加入购物车

统计机器学习导论

EUR €53.99
阅读更多
缺货

数据结构与算法分析:C语言描述(原书第2版)

EUR €26.99
加入购物车

算法设计与分析(21世纪高等学校规划教材·计算机科学与技术)

EUR €25.99
加入购物车

TCP/IP详解 卷1:协议(原书第2版)

EUR €73.99

东东购的宗旨是服务喜爱阅读中文书籍的海外人民,提供一个完善的购书平台,让国人不论何时何地都能沉浸在书香之中,读着熟悉的中文字,回忆着家乡的味道。


安全加密结账 安心网络购物 支持Paypal付款

常见问题

  • 货物配送
  • 退换货政策
  • 隐私政策
  • 联盟营销

客户服务

  • 联系东东
  • 关于东东
  • 帮我找书
  • 货物追踪
  • 会员登入

订阅最新的优惠讯息和书籍资讯

选择币别

EUR
USD
CAD
AUD
NZD
NOK
GBP
CHF
SEK
CNY
UAH
ILS
SAR
MXN
KRW
MYR
SGD
HUF
TRY
JPY
HKD
TWD
facebookinstagram
©2020 东东购 EasternEast.com

限时特卖:用“SALE15”优惠券全场书籍85折!可与三本88折,六本78折的优惠叠加计算。 忽略