รูปภาพสินค้า รหัส9781584504955
9781584504955
Data Structures and Algorithms for game developers
ผู้เขียนAllen Sherrod

ส่วนลด 0 %
ราคาปก 2,200.00 บาท
ราคาสุทธิ 2,200.00 บาท
Bookmark and Share
รายละเอียดหนังสือ
รหัสสินค้า: 9781584504955
จำนวน: 560 หน้า
ขนาดรูปเล่ม: 186 x 234 x 31 มม.
น้ำหนัก: 1165 กรัม
เนื้อในพิมพ์: ขาวดำ 
ชนิดปก: ปกอ่อน 
ชนิดกระดาษ: กระดาษปอนด์ 
หน่วย: เล่ม 
สำนักพิมพ์: Charles River Media 
เดือนปีที่พิมพ์: 5 / 2550
:: เนื้อหาโดยสังเขป
Data Structures and Algorithms for Game Developers teaches the fundamentals of the data structures and algorithms used in game development. It 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. 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. Each chapter ends with questions, exercises, and challenges for the reader to complete in order to help them better understand and apply what they learn.
:: สารบัญ
1 Introduction to Data Structures
2 Arrays
3 Recursion
4 Introduction to Sorting
5 Link Lists
6 Stacks and Queues
7 Hash Tables
8 Advanced Sorting
9 Trees
10 Heaps
etc,