演算法 (Levitin:Introduction to the Design and Analysis of Algorithms, 2/e)
Anany V. Levitin 著、莊承翃 譯
- 出版商: 高立
- 出版日期: 2009-04-29
- 定價: $680
- 售價: 9.8 折 $666
- 語言: 繁體中文
- 頁數: 568
- ISBN: 9864125559
- ISBN-13: 9789864125555
- 
    相關分類:
    
      Algorithms-data-structures
 
- 此書翻譯自: Introduction to the Design and Analysis of Algorithms, 3/e (IE-Paperback)
- 
    相關翻譯:
    
      算法設計與分析基礎, 3/e (Introduction to the Design and Analysis of Algorithms, 3/e) (簡中版)
 
立即出貨 (庫存 < 3)
買這商品的人也買了...
- 
                
                   C 語言程式設計 + C 語言程式技巧問答實戰 (Kernighan: The C Programming Language, 2/e) (雙書合購) C 語言程式設計 + C 語言程式技巧問答實戰 (Kernighan: The C Programming Language, 2/e) (雙書合購)$980$980
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   C++ Primer, 4/e (中文版) C++ Primer, 4/e (中文版)$990$891
- 
                
                   演算法概論 演算法概論$580$551
- 
                
                   Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach) Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach)$720$612
- 
                
                   基礎資料結構 ─ 使用 C (Fundamentals of Data Structures in C, 2/e) 基礎資料結構 ─ 使用 C (Fundamentals of Data Structures in C, 2/e)$790$751
- 
                
                   大話設計模式 大話設計模式$620$490
- 
                
                   Linux Device Driver Programming 驅動程式設計 Linux Device Driver Programming 驅動程式設計$690$587
- 
                
                   Google Android SDK 開發範例大全 Google Android SDK 開發範例大全$750$593
- 
                
                   Windows Device Driver Programming 驅動程式設計 Windows Device Driver Programming 驅動程式設計$650$553
- 
                
                   精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e) 精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e)$680$537
- 
                
                   Linux 驅動程式開發實戰 (Essential Linux Device Drivers) Linux 驅動程式開發實戰 (Essential Linux Device Drivers)$750$593
- 
                
                   Google Android 2.X 應用程式開發實戰 Google Android 2.X 應用程式開發實戰$520$411
- 
                
                   鳥哥的 Linux 私房菜-基礎學習篇, 3/e 鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648
- 
                
                   程式設計師的自我修養-連結、載入、程式庫 程式設計師的自我修養-連結、載入、程式庫$580$493
- 
                
                   Google!Android 2 手機應用程式設計入門, 3/e Google!Android 2 手機應用程式設計入門, 3/e$530$419
- 
                
                   Google Android SDK 開發範例大全 2 Google Android SDK 開發範例大全 2$890$703
- 
                
                   巧用 jQuery 巧用 jQuery$490$387
- 
                
                   深入淺出 Android 系統原理及開發要點 深入淺出 Android 系統原理及開發要點$450$351
- 
                
                   演算法之道─讓你學不會演算法都難 演算法之道─讓你學不會演算法都難$420$332
- 
                
                   Introduction to the Design and Analysis of Algorithms, 3/e (IE-Paperback) Introduction to the Design and Analysis of Algorithms, 3/e (IE-Paperback)$1,350$1,350
- 
                
                   作業系統概念, 9/e (授權經銷版) (Operating System Concepts, 9/e) 作業系統概念, 9/e (授權經銷版) (Operating System Concepts, 9/e)$850$808
- 
                
                   精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages) 精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616
- 
                
                   演算法 -- 使用 C++ 虛擬碼, 5/e (Foundations of Algorithms, 5/e) 演算法 -- 使用 C++ 虛擬碼, 5/e (Foundations of Algorithms, 5/e)$700$553
商品描述
<本書特色>
- 
  本書主要著重於那些隱藏在演算法設計和分析背後的主要觀念。 
- 
  在書中分別分析非遞迴演算法和遞迴演算法兩種方法之效率。 
- 
  第二章中特別介紹演算法實證分析以及演算法之可視化。 
- 
  書中有系統地為讀者精心設計一些問題,希望引起讀者的注意與更進一步的思考。 
- 
  每一章結束時都會對本章最重要的概念和結論做一個總結。 
- 
  本書包含大約600道習題,並且都附有提示。其中,謎題類的習題均以特殊的圖示加以標註。 
- 
  本書的創新是引入了一些數值演算法的內容,這些演算法也包含在相同的通用框架之中。 
<章節目錄>
- 
  第一章 緒 論 
- 
  第二章 演算法效率分析的基本原則 
- 
  第三章 暴力法 
- 
  第四章 分解征服法 
- 
  第五章 縮減征服法 
- 
  第六章 轉換征服法 
- 
  第七章 時空取捨法 
- 
  第八章 動態規劃 
- 
  第九章 貪婪法 
- 
  第十章 反覆改進 
- 
  第十一章 演算法能力的極限 
- 
  第十二章 超越演算法能力的極限 
- 
  結 語 
- 
  附錄A 演算法分析的實用公式 
- 
  附錄B 遞迴關係之簡明教學 
- 
  習題提示 
- 
  索 引 
 
 
    
 
     
    
 
     
     
    
 
    
 
    
 
    
