書名: Interactive Computer Graphics A Top-Down Approach with WebGL (7版)
作者: ANGEL
版次: 7
ISBN: 9781292019345
出版社: Pearson
重量: 1.19 Kg
#資訊
#人機互動與使用者介面
定價: 1350
售價: 1323
庫存: 庫存: 2
LINE US! 詢問這本書 團購優惠、書籍資訊 等

付款方式: 超商取貨付款 line pay
信用卡 全支付
線上轉帳 Apple pay
物流方式: 超商取貨
宅配
門市自取

詳細資訊

書名:Interactive Computer Graphics: A Top-Down Approach with WebGL 7/E IE 作者:Edward Angel、Dave Shreiner ISBN:9781292019345 出版社:PEARSON

為您推薦

單晶片C語言教學範本(附光碟)

單晶片C語言教學範本(附光碟)

相關熱銷的書籍推薦給您

內容簡介   以單晶片、微處理器原理及實習課程為設計方針,循序漸進設計單晶片應用課程的內容。本書採用C語言程式設計,以單晶片原理及控制技巧為基礎,實作為主、理論為輔,講授MCS-8051內部構造及輸入/輸出控制之基本知識,並以實驗方式大量講解MCS-8051常見的介面控制與C語言程式設計技巧。再藉由進階程式問題設計,提升程式設計整合能力,進而培養實務問題的解決實力,以及利用微處理器/單晶片控制於日常生活的應用技能,提升技術創造能力。 本書特色:   1. 結合8051/8052簡易型實驗板,深入淺出講解8051內部硬體架構、組織與C語言程式設計。   2. 結合Keil C51程式開發環境與ISP程式燒錄方式,提供一個微處理機/單晶片C語言韌體的優質學習平台。   3. 結合原理及典型範例講解方式,詳細介紹實驗主題的原理、軟體設計和硬體設計等技術。   4. 結合程式分析、流程圖與程式撰寫說明,以熟悉微處理器專案設計過程。   5. 提供超過100個以上典型範例,讓學習者可以參考及學習與整合應用。   6. 製作一個單晶片主板及I/O實驗板,幫助快速學習單晶片韌體與介面電路之整合設計,且單晶片主板還可以應用在專題製作上。 光碟內容:   範例程式檔、Keil uVision 4軟體試用版   Prolific-USB驅動軟體、Atmel-Flip程式燒錄軟體 目錄 第1章 單晶片介紹 1-1 單晶片微電腦系統 1-2 單晶片種類介紹 1-3 8051/8052 單晶片基本功能介紹 1-4 8051/8052 的記憶體架構 1-4-1 程式記憶體 1-4-2 資料記憶體 1-5 AT89C51RD2 單晶片介紹 1-6 實驗板電路板電路及說明 問題與討論 第2章Keil C51 程式設計 2-1 C 語言程式設計基礎 2-1-1資料型態 2-1-2運算子與算式 2-1-3陣列(array)與指標(pointer) 2-1-4流程控制—條件判斷式、迴圈與無條件跳躍 2-1-5函數 2-1- 使用者自訂的資料型態 2-2 KEIL C51 的額外功能 2-2-1變數宣告 2-2-2記憶體類型 2-2-3KEIL C51 的記憶體模式 2-2-4KEIL C51 的中斷函數 2-2-5KEIL C51 的特殊指令 問題與討論 第3章程式開發流程與應用 3-1 KEIL 單晶片程式開發流程 3-2 ISP 程式燒錄 3-3 典型範例程式測試 2-3-1閃爍控制的 LED 燈 2-3-2右移跑馬燈控制程式 2-3-3雙向跑馬燈控制程式 問題與討論 第4章 數位輸出及輸入應用 4-1 數位輸出入埠硬體電路及應用 4-2 輸出電路設計 4-2-1 驅動 LED 介面電路 4-2-2 驅動繼電器 4-3 輸入電路設計 4-4 實驗板數位 I/O 電路說明 4-5 範例程式與討論 問題與討論 第5章 副程式與中斷副程式之應用 5-1 MCS-51 的中斷結構 5-2 中斷函數 5-3 實驗板與中斷有關電路 5-4 範例程式與討論 問題與討論 第6章 計時器與計數器之應用 6-1 計時/計數器 0 或 1 6-1-1工作模式 0 6-1-2工作模式1 6-1-3工作模式 2 6-1-4工作模式 3 6-2 計時/計數器 2 6-2-1計時/計數器 2 的捕捉模式(Capture Mode) 6-2-2 計時/計數器 2 的自動重新載入模式(Auto Reload Mode) 6-2-3鮑率產生器(Baud Rate Generator) 6-3 實驗板與中斷有關電路 6-4 Timer 的輪詢與中斷方式之應用 6-5 範例程式與討論 問題與討論 第7章 七段顯示器之應用 7-1 七段顯示器的構造 7-2 多個七段顯示器之掃瞄顯示應用 7-3 實驗板與七段顯示器有關電路 7-3-1 7447 解碼驅動 IC 動作原理 7-3-2 74HCT244 數位 IC 說明 7-3-3 雙載子連接電晶體(Bipolar Junction Transistor) 7-4 範例程式與討論 問題與討論 第8章 聲音與音樂之應用 8-1 原理 8-2 音階與節拍 8-2-1 音調 8-2-2 節拍 8-3 音調的產生 8-3-1 延遲副程式 8-3-2 計時中斷 8-4 節拍的產生 8-5 實驗板與揚聲器相關電路 8-6 範例程式與討論 問題與討論 第9章 文字型 LCM 模組之應用 9-1 文字型 LCM 模組原理 9-1-1LCM 基本資料 9-1-2 LCD 模組之接腳功能 9-1-3 LCM 內部結構 9-1-4 LCD 模組之控制指令 9-1-5 LCD 模組之工作時序圖 9-1-6 LCM 模組的初始化設定 9-2 實驗板類比輸出電路說明 9-3 範例程式與討論 問題與討論 第10章 類比至數位轉換之應用 10-1 類比至數位轉換原理 10-2 實驗板類比輸入電路說明 10-3 範例程式與討論 問題與討論 第11章 數位至類比轉換之應用 11-1 數位至類比轉換原理 11-2 實驗板類比輸出電路說明 11-3 範例程式與討論 問題與討論 第12章 數位溫度元件之應用 12-1 可規劃數位自動調溫器及溫度計的工作原理 12-1-1 DS1821 的操作模式 12-1-2 狀態/規劃暫存器(status/configuration register) 12-1-3 單線匯流排(1-wire bus)模式 12-1-4 DS1821 功能指令 12-1-5 自動調溫模式(Thermostat mode) 12-2 實驗板溫度量測電路說明12-3 範例程式與討論 問題與討論 第13章 I2C 串列通訊與即時時鐘之應用 13-1 I2C 串列通訊原理 13-1-1 I2C 匯流排工作原理 13-1-2 匯流排基本操作 13-1-3 I2C 韌體技巧 13-2 DS1307 元件介紹 13-2-1 資料寫入-僕裝置接收模式 13-2-2 資料讀取-僕裝置發送模式 13-3 範例程式與討論 問題與討論 第14章 串列通訊之應用 14-1 串列通訊原理 14-2 鮑率的設定方法 14-3 實驗板與串列通訊相關電路 14-4 範例程式與討論 問題與討論

原價: 520 售價: 442 現省: 78元
立即查看
Interactive Computer Graphics A Top-Down Approach Using OpenGL 5/E 2009 <PH> 978-0-321-53586-3 (5版)

Interactive Computer Graphics A Top-Down Approach Using OpenGL 5/E 2009 <PH> 978-0-321-53586-3 (5版)

類似書籍推薦給您

原價: 1390 售價: 1390 現省: 0元
立即查看
Electrical Energy Conversion and Transport An Interactive Computer-Based Approach (2版)

Electrical Energy Conversion and Transport An Interactive Computer-Based Approach (2版)

類似書籍推薦給您

Designed to support interactive teaching and computer assisted self-learning, this second edition of Electrical Energy Conversion and Transport is thoroughly updated to address the recent environmental effects of electric power generation and transmission, which have become more important together with the deregulation of the industry. New content explores different power generation methods, including renewable energy generation (solar, wind, fuel cell) and includes new sections that discuss the upcoming Smart Grid and the distributed power generation using renewable energy generation, making the text essential reading material for students and practicing engineers.

原價: 2650 售價: 2650 現省: 0元
立即查看
ENGINEERING HUMAN COMPUTER INTERACTION AND INTERACTIVE SYSTEMS 2005 <SV> 3-540-26097-8

ENGINEERING HUMAN COMPUTER INTERACTION AND INTERACTIVE SYSTEMS 2005 <SV> 3-540-26097-8

類似書籍推薦給您

原價: 3067 售價: 3067 現省: 0元
立即查看
INTERACTION DESIGN: BEYOND HUMAN-COMPUTER INTERACTION, SIXTH EDITION (6版)

INTERACTION DESIGN: BEYOND HUMAN-COMPUTER INTERACTION, SIXTH EDITION (6版)

類似書籍推薦給您

DESCRIPTION A delightful, engaging, and comprehensive overview of interaction design Effective and engaging design is a critical component of any digital product, from virtual reality software to chatbots, smartphone apps, and more. In the newly updated sixth edition of Interaction Design: Beyond Human-Computer Interaction, a team of accomplished technology, design, and computing professors delivers an intuitive and instructive discussion of the principles underlying the design of effective interactive technologies. The authors discuss how to design and apply digital technologies in the real world, illustrated with numerous examples. The book explores the interdisciplinary foundations of interaction design, including skills from product design, computer science, human and social psychology, and others. The book builds on the highly successful fifth edition and draws on extensive new research and interviews with accomplished professionals and researchers in the field that reflect a rapidly-changing landscape. It is supported by a website hosting digital resources that add to and complement the material contained within. Readers will also find: Explorations of the social and emotional components of interacting with apps, digital devices and computers Descriptions about how to design, prototype, evaluate and construct technologies that support human-computer interaction Discussions of the cognitive aspects of interaction design, as well as design and evaluation, including usability testing and expert reviews. An essential text for undergraduate and graduate students of human-computer interaction, interaction design, software engineering, web design, and information studies, Interaction Design will also prove to be indispensable for interaction design and user experience professionals.

原價: 1880 售價: 1880 現省: 0元
立即查看
電子書The Wiley Handbook of Human Computer Interaction Set  2017 <JW>

電子書The Wiley Handbook of Human Computer Interaction Set 2017 <JW>

類似書籍推薦給您

原價: 9867 售價: 9867 現省: 0元
立即查看