Linux Program Development: a guide with exercises (Paperback)
            
暫譯: Linux 程式開發:附練習的指南 (平裝本)
        
        Dr Jerry Cooperstein
- 出版商: CreateSpace Independ
- 出版日期: 2009-11-25
- 售價: $1,240
- 貴賓價: 9.5 折 $1,178
- 語言: 英文
- 頁數: 290
- 裝訂: Paperback
- ISBN: 1449906028
- ISBN-13: 9781449906023
- 
    相關分類:
    
      Linux
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e) Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948
- 
                
                   現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜 現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480
- 
                
                   Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach) Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach)$720$612
- 
                
                   一定做得到!Photoshop 相片編修 100 技 一定做得到!Photoshop 相片編修 100 技$480$408
- 
                
                   大話設計模式 大話設計模式$620$490
- 
                
                   SQL Server 2008 Reporting Services 報表服務 SQL Server 2008 Reporting Services 報表服務$680$537
- 
                
                   Writing Linux Device Drivers: a guide with exercises (Volume 3) (Paperback) Writing Linux Device Drivers: a guide with exercises (Volume 3) (Paperback)$1,270$1,207
- 
                
                   Linux 程式設計教學手冊 (Beginning Linux Programming, 4/e) Linux 程式設計教學手冊 (Beginning Linux Programming, 4/e)$780$616
- 
                
                   Python 學習手冊 (Learning Python, 3/e) Python 學習手冊 (Learning Python, 3/e)$880$695
- 
                
                   30 天打造 OS!作業系統自作入門 30 天打造 OS!作業系統自作入門$780$616
- 
                
                   ActionScript 多人互動遊戲與虛擬世界製作 (ActionScript for Multiplayer Games and Virtual Worlds) ActionScript 多人互動遊戲與虛擬世界製作 (ActionScript for Multiplayer Games and Virtual Worlds)$520$442
- 
                
                   iPhone SDK 3 App 程式設計 iPhone SDK 3 App 程式設計$520$442
- 
                
                   編譯系統設計 (Compilers: Principles, Techniques, and Tools, 2/e) 編譯系統設計 (Compilers: Principles, Techniques, and Tools, 2/e)$960$864
- 
                
                   精通 C# (C# in Depth) 精通 C# (C# in Depth)$480$379
- 
                
                   精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e) 精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e)$680$537
- 
                
                   編程創藝:編寫出卓越的程式碼 (Code Craft: The Practice of Writing Excellent Code) 編程創藝:編寫出卓越的程式碼 (Code Craft: The Practice of Writing Excellent Code)$680$537
- 
                
                   Linux 驅動程式開發實戰 (Essential Linux Device Drivers) Linux 驅動程式開發實戰 (Essential Linux Device Drivers)$750$593
- 
                
                   鳥哥的 Linux 私房菜-基礎學習篇, 3/e 鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648
- 
                
                   程式設計師的自我修養-連結、載入、程式庫 程式設計師的自我修養-連結、載入、程式庫$580$493
- 
                
                   Google!Android 2 手機應用程式設計入門, 3/e Google!Android 2 手機應用程式設計入門, 3/e$530$419
- 
                
                   Google Android SDK 開發範例大全 2 Google Android SDK 開發範例大全 2$890$703
- 
                
                   USB 完全開發手冊 (USB Complete: The Developer's Guide, 4/e) USB 完全開發手冊 (USB Complete: The Developer's Guide, 4/e)$650$514
- 
                
                   學會UML/OOAD 這樣開始就對了 學會UML/OOAD 這樣開始就對了$400$316
商品描述
      Linux Program Development is designed to bring experienced programmers up to speed quickly in a Linux environment.        You will learn the tools and methods for developing C programs and doing systems programming under Linux, including:         Compilers, compiling, linking and loading programs.         Building and using both static and shared libraries.         Using make and developing Makefiles.         Version control.         Debugging techniques.         How system calls are made and the difference with regular  library functions.          The structure of Linux filesystems.          File I/O functions, using both system-level and standard library calls.          Advanced file operations, including directory and stat functions, and file locking.           Process management, including forking and execing, exiting, process groups, and waiting.           Pipes, unnamed and named (FIFO's).           Signal dispatching and handling.           Writing multi-threaded applications using the pthreads (Posix Threads) library and API.            An introduction to network socket programming.            System V and POSIX IPC, including shared memory, semaphores, and message queues.        Upon mastering this material, you will have the necessary tools to develop advanced applications on a Linux system.
    
      商品描述(中文翻譯)
《Linux 程式開發》旨在讓有經驗的程式設計師能夠快速適應 Linux 環境。您將學習在 Linux 下開發 C 程式和進行系統程式設計的工具和方法,包括:
- 編譯器、編譯、連結和載入程式。
- 建立和使用靜態和共享函式庫。
- 使用 make 和開發 Makefile。
- 版本控制。
- 除錯技術。
- 系統呼叫的執行方式及其與常規函式庫函數的區別。
- Linux 檔案系統的結構。
- 檔案 I/O 函數,使用系統級和標準函式庫呼叫。
- 進階檔案操作,包括目錄和 stat 函數,以及檔案鎖定。
- 程序管理,包括分叉和執行、退出、程序群組和等待。
- 管道,包括無名管道和命名管道(FIFO)。
- 信號調度和處理。
- 使用 pthreads(Posix Threads)函式庫和 API 編寫多執行緒應用程式。
- 網路套接字程式設計簡介。
- System V 和 POSIX IPC,包括共享記憶體、信號量和訊息佇列。
掌握這些內容後,您將擁有在 Linux 系統上開發進階應用程式所需的工具。

 
     
     
     
     
     
     
    
 
     
     
    
 
     
    
 
     
     
     
     
    
 
     
     
     
     
    
 
    
 
     
     
     
    
 
     
    