Pocket PC Developer's Guide
            
暫譯: Pocket PC 開發者指南
        
        Bruce E. Krell
- 出版商: McGraw-Hill Education
 - 出版日期: 2002-04-10
 - 售價: $2,250
 - 貴賓價: 9.5 折 $2,138
 - 語言: 英文
 - 頁數: 480
 - 裝訂: Paperback
 - ISBN: 0072131500
 - ISBN-13: 9780072131505
 - 
    相關分類:
    
      行動軟體開發
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                  
                  
                Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176 - 
                
                  
                  
                Fundamentals of Database Systems, 3/e (平裝版)$1,090$1,068 - 
                
                  
                  
                Data Mining: Concepts and Techniques$2,470$2,347 - 
                
                  
                  
                SQL Server 2000 設計實務$650$553 - 
                
                  
                  
                Java How to Program, 4/e$1,100$1,078 - 
                
                  
                  
                $199Web Design in a Nutshell, 2/e (Paperback) - 
                
                  
                  
                Introduction to Algorithms, 2/e (Hardcover)$990$970 - 
                
                  
                  
                E-Business & E-Commerce Infrastructure: Technologies Supporting the E-Business I$800$784 - 
                
                  
                  
                A First Course in Database Systems, 2/e$980$960 - 
                
                  
                  
                Digital Image Processing, 2/e(IE)(美國版ISBN:0201180758)$1,150$1,127 - 
                
                  
                  
                802.11 Wireless Networks: The Definitive Guide$1,620$1,539 - 
                
                  
                  
                Computer Architecture: A Quantitative Approach, 3/e(精裝本)$1,300$1,274 - 
                
                  
                  
                Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029 - 
                
                  
                  
                鳥哥的 Linux 私房菜$560$476 - 
                
                  
                  
                Programming the Microsoft Windows Driver Model, 2/e (Paperback)$2,220$2,109 - 
                
                  
                  
                Understanding the Linux Kernel, 2/e (Paperback)$1,760$1,672 - 
                
                  
                  
                Embedded Software Development with eCos$1,840$1,748 - 
                
                  
                  
                作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 - 
                
                  
                  
                Red Hat Linux 9 實務應用$650$553 - 
                
                  
                  
                ASP.NET 程式設計徹底研究$590$466 - 
                
                  
                  
                重構─改善既有程式的設計$720$569 - 
                
                  
                  
                挑戰 Dreamweaver MX 互動網站百寶箱 for PHP$149$149 - 
                
                  
                  
                鳥哥的 Linux 私房菜-伺服器架設篇$750$638 - 
                
                  
                  
                AutoCAD 2004 & 2005 實力養成暨評量$350$277 - 
                
                  
                  
                ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507 
商品描述
Engineer Your Way to Excellence
Develop a full range of applications for Microsoft-powered mobile devices. Tap into the rich array of reusable interface components available through the Windows CE operating system. Pocket PC Developers Guide leads you through development of effective software designs and introduces a set of libraries and tools that significantly shortens your development time. In addition, this book provides a series of practical applications involving graphical user interfaces that effectively utilize the small screen space of the Pocket PC--including drawing and word processing programs, complex user interfaces, COM components, embedded databases, and multithread architectures.
- Understand Windows CE architecture 
 - Utilize platform-portable designs 
 - Develop readable code with classes 
 - Accommodate the Pocket PC display screen size 
 - Manage application and data memory 
 - Work with COM Objects 
 - Execute sound multithread designs 
 - Optimize and debug Pocket PC applications 
 - Effectively design a user interface using a state machine for reliable, 
  deterministic execution behavior 
 - Implement an image processing program that rapidly performs edge detection 
  
 
Contents           
   Part I: The Fundamentals
    
    1: 
  Overview of the Pocket PC Environment
    2: A Typical 
  Pocket PC Program
    3: A Minimal, Easily Tested Pocket PC 
  Program
   Part II: Drawing and 
  Painting
    4: Drawing Images Using 
  Graphics
    5: Implementing a Drawing 
  Program
    6: Image Processing Using 
  Bitmaps
   Part III: User-Friendly Applications in Small 
  Spaces
    7: Using an Effective Software 
  Design
    8: Using Intrinsic Controls in a Graphical User 
  Interface
    9: Developing a Complex User 
  Interface
    10: Maintaining Application 
  Parameters
   Part IV: Systems 
  Programming
    11: Multithreaded Applications and 
  Synchronization
    12: Utilizing COM 
Components
商品描述(中文翻譯)
工程師的卓越之路
為微軟驅動的行動裝置開發全方位的應用程式。利用 Windows CE 作業系統提供的豐富可重用介面元件。《Pocket PC 開發者指南》將引導您開發有效的軟體設計,並介紹一套顯著縮短開發時間的函式庫和工具。此外,本書提供一系列實用的應用程式,涉及圖形使用者介面,能有效利用 Pocket PC 的小螢幕空間,包括繪圖和文字處理程式、複雜的使用者介面、COM 元件、嵌入式資料庫和多執行緒架構。
- 了解 Windows CE 架構
- 利用平台可攜式設計
- 使用類別開發可讀的程式碼
- 適應 Pocket PC 顯示螢幕大小
- 管理應用程式和資料記憶體
- 使用 COM 物件
- 執行聲音多執行緒設計
- 優化和除錯 Pocket PC 應用程式
- 使用狀態機有效設計使用者介面,以實現可靠的確定性執行行為
- 實作一個快速執行邊緣檢測的影像處理程式
目錄
   第一部分:基礎知識
    1: Pocket PC 環境概述
    2: 一個典型的 Pocket PC 程式
    3: 一個最小且易於測試的 Pocket PC 程式
   第二部分:繪圖與繪畫
    4: 使用圖形繪製影像
    5: 實作一個繪圖程式
    6: 使用位圖進行影像處理
   第三部分:小空間中的使用者友好應用程式
    7: 使用有效的軟體設計
    8: 在圖形使用者介面中使用內建控制項
    9: 開發複雜的使用者介面
    10: 維護應用程式參數
   第四部分:系統程式設計
    11: 多執行緒應用程式與同步化
    12: 利用 COM 元件
