語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Starting out with games & graphics i...
~
Gaddis, Tony.
Starting out with games & graphics in C++ /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Starting out with games & graphics in C++ // Tony Gaddis.
其他題名:
Starting out with games and graphics in C++
作者:
Gaddis, Tony.
出版者:
Boston :Addison-Wesley, : c2010.,
面頁冊數:
xvi, 703 p., [8] p. of plates :ill. (some col.) ; : 26 cm. +; 1 DVD-ROM (4 3/4 in.) +
附註:
Includes index.
標題:
Computer programming. -
ISBN:
9780321512918 (pbk.) :
Starting out with games & graphics in C++ /
Gaddis, Tony.
Starting out with games & graphics in C++ /
Starting out with games and graphics in C++Tony Gaddis. - Boston :Addison-Wesley,c2010. - xvi, 703 p., [8] p. of plates :ill. (some col.) ;26 cm. +1 DVD-ROM (4 3/4 in.)
Includes index.
Chapter 1: Introduction to Computers and Programming 1.1 Introduction 1.2 Hardware 1.3 How Computers Store Data 1.4 How a Program Works 1.5 C++ and the Dark GDK Library Chapter 2: Graphics Programming with C++ and the Dark GDK Library 2.1 Getting Your Feet Wet with the Dark GDK Library 2.2 The Screen Coordinate System 2.3 Basic 2D Shapes 2.4 Displaying Text 2.5 In the Spotlight: The Orion Constellation Program 2.6 The Program Development Cycle Chapter 3: Variables, Calculations, and Colors 3.1 Introduction 3.2 Literal Data 3.3 Variables 3.4 Calculations 3.5 In the Spotlight: Drawing Simple Bar Charts 3.6 Getting Values from Functions 3.7 Colors 3.8 In the Spotlight: Drawing the Italian Flag 3.9 Named Constants Chapter 4: void Functions 4.1 Modularizing a Program with Functions 4.2 Defining and Calling a void Function 4.3 Designing a Program to Use Functions 4.4 Local Variables 4.5 Passing Arguments to Functions 4.6 Global Variables and Constants Chapter 5: Working with Images 5.1 Introduction 5.2 Bitmaps 5.3 Images and Transparency Chapter 6: Control Structures 6.1 Introduction 6.2 Single-Alternative Decision Structures: The if Statement 6.3 Dual-Alternative Decision Structures: The if-else Statement 6.4 Nested Decision Structures and the if-else-if Statement 6.5 Repetition Structures: The while Loop and the do-while Loop 6.6 The Increment and Decrement Operators 6.7 Repetition Structures: The for Loop 6.8 Using the for Loop to Process Pixels in an Image 6.9 Logical Operators 6.10 The switch Statement 6.11 Numeric Truth, Flags, and bool Variables Chapter 7: The Game Loop and Animation 7.1 The Game Loop 7.2 Simple Animation 7.3 Controlling Objects with the Keyboard 7.4 Sprites 7.5 Cel Animation and Sprite Sheets 7.6 Sprite Collision Detection Chapter 8: The Vulture Trouble Game: Introducing Audio, Physics, and Text Effects 8.1 Introduction 8.2 Playing Sound Effects and Music 8.3 Simulating Falling Objects 8.4 Text Effects 8.5 The Vulture Trouble Game Chapter
ISBN: 9780321512918 (pbk.) :NT3444
LCCN: 2009008074Subjects--Topical Terms:
527822
Computer programming.
LC Class. No.: QA76.6 / .G3148 2010
Dewey Class. No.: 005.1
Starting out with games & graphics in C++ /
LDR
:03573cam a2200265 a 4500
001
673915
003
DLC
005
20100816091511.0
008
111025s2010 mauaf 001 0 eng
010
$a
2009008074
020
$a
9780321512918 (pbk.) :
$c
NT3444
020
$a
032151291X (pbk.)
035
$a
(OCoLC)ocn311075337
035
$a
2009008074
040
$a
DLC
$c
DLC
$d
CDX
$d
YDXCP
$d
YDX
$d
C#P
$d
BWX
$d
CUS
$d
CDN
$d
DLC
$d
NFU
050
0 0
$a
QA76.6
$b
.G3148 2010
082
0 0
$a
005.1
$2
22
100
1
$a
Gaddis, Tony.
$3
715943
245
1 0
$a
Starting out with games & graphics in C++ /
$c
Tony Gaddis.
246
3
$a
Starting out with games and graphics in C++
246
3 0
$a
Games & graphics in C++
246
3
$a
Games and graphics in C++
260
$a
Boston :
$c
c2010.
$b
Addison-Wesley,
300
$a
xvi, 703 p., [8] p. of plates :
$b
ill. (some col.) ;
$c
26 cm. +
$e
1 DVD-ROM (4 3/4 in.)
500
$a
Includes index.
505
0
$a
Chapter 1: Introduction to Computers and Programming 1.1 Introduction 1.2 Hardware 1.3 How Computers Store Data 1.4 How a Program Works 1.5 C++ and the Dark GDK Library Chapter 2: Graphics Programming with C++ and the Dark GDK Library 2.1 Getting Your Feet Wet with the Dark GDK Library 2.2 The Screen Coordinate System 2.3 Basic 2D Shapes 2.4 Displaying Text 2.5 In the Spotlight: The Orion Constellation Program 2.6 The Program Development Cycle Chapter 3: Variables, Calculations, and Colors 3.1 Introduction 3.2 Literal Data 3.3 Variables 3.4 Calculations 3.5 In the Spotlight: Drawing Simple Bar Charts 3.6 Getting Values from Functions 3.7 Colors 3.8 In the Spotlight: Drawing the Italian Flag 3.9 Named Constants Chapter 4: void Functions 4.1 Modularizing a Program with Functions 4.2 Defining and Calling a void Function 4.3 Designing a Program to Use Functions 4.4 Local Variables 4.5 Passing Arguments to Functions 4.6 Global Variables and Constants Chapter 5: Working with Images 5.1 Introduction 5.2 Bitmaps 5.3 Images and Transparency Chapter 6: Control Structures 6.1 Introduction 6.2 Single-Alternative Decision Structures: The if Statement 6.3 Dual-Alternative Decision Structures: The if-else Statement 6.4 Nested Decision Structures and the if-else-if Statement 6.5 Repetition Structures: The while Loop and the do-while Loop 6.6 The Increment and Decrement Operators 6.7 Repetition Structures: The for Loop 6.8 Using the for Loop to Process Pixels in an Image 6.9 Logical Operators 6.10 The switch Statement 6.11 Numeric Truth, Flags, and bool Variables Chapter 7: The Game Loop and Animation 7.1 The Game Loop 7.2 Simple Animation 7.3 Controlling Objects with the Keyboard 7.4 Sprites 7.5 Cel Animation and Sprite Sheets 7.6 Sprite Collision Detection Chapter 8: The Vulture Trouble Game: Introducing Audio, Physics, and Text Effects 8.1 Introduction 8.2 Playing Sound Effects and Music 8.3 Simulating Falling Objects 8.4 Text Effects 8.5 The Vulture Trouble Game Chapter
505
$a
9: Value-Returning Functions and Mouse Input 9.1 Writing a Value-Returning Function 9.2 Working with the Mouse 9.3 The Bug Zapper Game Chapter 10: Arrays and Tile Mapping 10.1 Array Basics 10.2 Sorting Arrays 10.3 Two-Dimensional Arrays 10.4 Tile Maps Chapter 11: Strings and Files 11.1 Working with Strings 11.2 Introduction to File Input and Output 11.3 Saving a Game's High Score Chapter 12: Object-Oriented Programming 12.1 Procedural and Object-Oriented Programming 12.2 Classes and Objects 12.3 An Object-Oriented Game: Balloon Target 12.4 Inheritance Appendix A: Downloading and Installing the Required Software Appendix B: The ASCII Character Set Online: Case Study: Scones McNabb Case Study: Object-Oriented Vulture Trouble.
650
0
$a
Computer programming.
$3
527822
650
0
$a
Computer games
$x
Programming.
$3
561595
650
0
$a
Computer graphics.
$3
561602
650
0
$a
C++ (Computer program language)
$3
528669
筆 0 讀者評論
全部
圖書館1F 流通櫃檯
圖書館3F 書庫
館藏
2 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
K035183
圖書館1F 流通櫃檯
一般圖書(BOOK)
西文光碟片(K)
K 005.1 G123 2010
一般使用(Normal)
在架
0
預約
E035183
圖書館3F 書庫
一般圖書(BOOK)
一般圖書
005.1 G123 2010
一般使用(Normal)
在架
0
預約
2 筆 • 頁數 1 •
1
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入