Data Structures and Algorithms for Game Developers
暫譯: 遊戲開發者的資料結構與演算法
Allen Sherrod
- 出版商: Charles River Media
- 出版日期: 2007-05-04
- 售價: $1,925
- 貴賓價: 9.5 折 $1,829
- 語言: 英文
- 頁數: 560
- 裝訂: Paperback
- ISBN: 1584504951
- ISBN-13: 9781584504955
-
相關分類:
Algorithms-data-structures
無法訂購
買這商品的人也買了...
-
$1,710$1,625 -
$2,220$2,109 -
$750$593 -
$1,240Programming a Multiplayer FPS in DirectX (Paperback)
-
$2,050$1,948 -
$680$646 -
$880$695 -
$550$435 -
$450$356 -
$980$774 -
$1,400C++ For Game Programmers, 2/e (Paperback)
-
$350$298 -
$1,159The Ten Faces of Innovation: IDEO's Strategies for Defeating the Devil's Advocate and Driving Creativity Throughout Your Organization
-
$880$695 -
$1,560$1,326 -
$990$891 -
$580$452 -
$750$593 -
$600$480 -
$630$498 -
$1,740$1,653 -
$720$569 -
$980$774 -
$490$417 -
$1,290Game Engine Architecture (Hardcover)
相關主題
商品描述
Data structures and algorithms are used in every application written, and with the complexity of 3D virtual worlds and game environments growing every year, the need to manage this data efficiently is critical for programmers of all levels. For game development, the way data is managed, stored, and manipulated is critical to a games performance effectiveness and efficiency. So to be successful as a game programmer, you have to know how to create data structures and write algorithms for maximum performance. Data Structures and Algorithms for Game Developers teaches the fundamentals of the data structures and algorithms used in game development.
This book provides programmers with a detailed reference to what data structures and algorithms are, and why they are so critical in game development. It teaches new game programmers, students, and aspiring game developers how to create data structures and write algorithms using C++. All key features of C++ are also covered, especially those related to game development. The book also presents practical alternative options in C++ where applicable, such as using C++s STL in professional applications instead of implementing custom routines. Additionally, a demo application is included in each chapter focusing on the data structure and/or algorithms presented in that chapter. The book covers many modern topics that game and graphics programmers must know to be successful, including geometry management techniques, and data structures and algorithms such as KD-Trees, Binary Space Partitioning Trees, Sphere Trees, etc
The code written in this book is not dependent on any specific hardware or operating system so it will be useful across different systems, and every chapter ends with questions, exercises, and challenges for the reader to complete in order to help them better understand and apply what they learn.
Table of Contents
Introduction, Chapter 1 Overview; Chapter 2 Arrays; Chapter 3 Recursion; Chapter 4 Simple Sorting; Chapter 5 Link Lists; Chapter 6 Stacks and Queues; Chapter 7 Hash Tables; Chapter 8 Advanced Sorting; Chapter 9 Binary Trees; Chapter 10 Red-Black Trees; Chapter 11 Minimax Trees; Chapter 12 Quad Trees; Chapter 13 Octrees; Chapter 14 Binary Space; Chapter 15 K-D Trees; Chapter 16 Sphere Trees; Chapter 17 Heaps; Chapter 18 Graphs; Chapter 19 Data Compression and Encryption; Appendix A Resources; Appendix B Answers to Chapter Questions; Appendix C Compiling Sample Code; Appendix D OpenGL and GLUT, Appendix E About the CD; Index
商品描述(中文翻譯)
**描述**
資料結構和演算法在每個應用程式中都被使用,隨著3D虛擬世界和遊戲環境的複雜性每年都在增長,對於所有層級的程式設計師來說,有效管理這些資料的需求至關重要。對於遊戲開發而言,資料的管理、儲存和操作方式對遊戲的性能和效率至關重要。因此,作為一名遊戲程式設計師,您必須知道如何創建資料結構並編寫演算法以達到最佳性能。《遊戲開發者的資料結構與演算法》教授了遊戲開發中使用的資料結構和演算法的基本原理。
本書為程式設計師提供了有關資料結構和演算法的詳細參考,並解釋了它們在遊戲開發中的重要性。它教導新的遊戲程式設計師、學生和有志於成為遊戲開發者的人如何使用C++創建資料結構和編寫演算法。本書還涵蓋了C++的所有關鍵特性,特別是與遊戲開發相關的部分。書中還提供了在適用情況下使用C++ STL的實用替代選項,而不是實現自定義例程。此外,每章都包含一個演示應用程式,專注於該章中介紹的資料結構和/或演算法。本書涵蓋了許多現代主題,遊戲和圖形程式設計師必須了解這些主題才能成功,包括幾何管理技術,以及KD樹、二元空間劃分樹、球體樹等資料結構和演算法。
本書中的程式碼不依賴於任何特定的硬體或作業系統,因此在不同系統上都能使用,每章結尾都有問題、練習和挑戰,供讀者完成,以幫助他們更好地理解和應用所學的知識。
**目錄**
引言,第一章 概述;第二章 陣列;第三章 遞迴;第四章 簡單排序;第五章 鏈結串列;第六章 堆疊與佇列;第七章 雜湊表;第八章 進階排序;第九章 二元樹;第十章 紅黑樹;第十一章 最小最大樹;第十二章 四叉樹;第十三章 八叉樹;第十四章 二元空間;第十五章 K-D樹;第十六章 球體樹;第十七章 堆;第十八章 圖;第十九章 資料壓縮與加密;附錄A 資源;附錄B 章節問題的答案;附錄C 編譯範例程式碼;附錄D OpenGL與GLUT;附錄E 關於CD;索引