Modern C
暫譯: 現代 C 語言
Gustedt, Jens
- 出版商: Manning
- 出版日期: 2019-10-07
- 定價: $2,200
- 售價: 8.8 折 $1,936 (限時優惠至 2025-03-31)
- 語言: 英文
- 頁數: 496
- 裝訂: Paperback
- ISBN: 1617295817
- ISBN-13: 9781617295812
-
相關分類:
C 程式語言
-
相關翻譯:
現代C:概念剖析和編程實踐 (簡中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$299JavaFX in Action (Paperback)
-
$580$493 -
$450$405 -
$1,480$1,406 -
$2,375The C Programming Language, 2/e (美國原版)
-
$320$288 -
$594$564 -
$1,920$1,824 -
$390$332 -
$1,700$1,700 -
$1,980$1,881 -
$1,200$948 -
$4,620$4,389 -
$1,800$1,710 -
$1,444$1,368 -
$1,000$790 -
$1,650$1,568 -
$780$616 -
$1,444$1,368 -
$680$537 -
$1,056Introducing Algorithms in C: A Step by Step Guide to Algorithms in C
-
$301C 和 C++ 程序員面試秘笈
-
$580$458 -
$880$695 -
$556$523
商品描述
Summary
Modern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
C is extraordinarily modern for a 50-year-old programming language. Whether you're writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book, based on the latest C standards, exposes a modern perspective of this tried-and-true language.
About the Book
Modern C introduces you to modern day C programming, emphasizing the unique and new features of this powerful language. For new C coders, it starts with fundamentals like structure, grammar, compilation, and execution. From there, you'll advance to control structures, data types, operators, and functions, as you gain a deeper understanding of what's happening under the hood. In the final chapters, you'll explore performance considerations, reentrancy, atomicity, threads, and type-generic programming. You'll code as you go with concept-reinforcing exercises and skill-honing challenges along the way.
What's inside
- Operators and functions
- Pointers, threading, and atomicity
- C's memory model
- Hands-on exercises
About the Reader
For programmers comfortable writing simple programs in a language like Java, Python, Ruby, C#, C++, or C.
About the Author
Jens Gustedt is a senior scientist at the French National Institute for Computer Science and Control (INRIA) and co-editor of the ISO C standard.
Table of Contents
LEVEL 0 - Encounter
LEVEL 1 - Acquaintance
LEVEL 2 - Cognition
LEVEL 3 - Experience
- Getting started
- The principal structure of a program
- Everything is about control
- Expressing computations
- Basic values and data
- Derived data types
- Functions
- C library functions
- Style
- Organization and documentation
- Pointers
- The C memory model
- Storage
- More involved processing and IO
- Performance
- Function-like macros
- Variations in control flow
- Threads 325
- Atomic access and memory consistency
商品描述(中文翻譯)
**摘要**
《現代 C》專注於現代 C 程式設計的新特性和獨特功能。這本書基於最新的 C 標準,提供了對這種經典語言的最新觀點。
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。
**關於技術**
C 語言對於一種已有 50 年歷史的程式語言來說,極其現代化。無論您是在編寫嵌入式代碼、低階系統例程,還是高效能應用程式,C 都能應對挑戰。這本獨特的書籍基於最新的 C 標準,展現了這種經典語言的現代觀點。
**關於本書**
《現代 C》將帶您進入現代 C 程式設計,強調這種強大語言的新特性和獨特功能。對於新手 C 程式設計師,本書從結構、語法、編譯和執行等基本概念開始。接著,您將進一步了解控制結構、資料類型、運算子和函數,深入理解底層運作。在最後幾章中,您將探討效能考量、可重入性、原子性、執行緒和類型泛型程式設計。您將在過程中進行編碼,並透過強化概念的練習和技能挑戰來提升能力。
**內容概覽**
- 運算子和函數
- 指標、執行緒和原子性
- C 的記憶體模型
- 實作練習
**讀者對象**
適合能夠使用 Java、Python、Ruby、C#、C++ 或 C 等語言編寫簡單程式的程式設計師。
**作者介紹**
**Jens Gustedt** 是法國國家計算機科學與控制研究所 (INRIA) 的高級科學家,也是 ISO C 標準的共同編輯。
**目錄**
LEVEL 0 - 遇見
LEVEL 1 - 熟悉
LEVEL 2 - 認知
LEVEL 3 - 經驗
1. 開始
2. 程式的主要結構
3. 一切都與控制有關
4. 表達計算
5. 基本值和資料
6. 派生資料類型
7. 函數
8. C 標準函數庫
9. 風格
10. 組織與文檔
11. 指標
12. C 的記憶體模型
13. 儲存
14. 更複雜的處理和 IO
15. 效能
16. 類函數巨集
17. 控制流的變化
18. 執行緒
19. 原子存取和記憶體一致性
作者簡介
Jens Gustedt has been a senior scientist at the French National Institute for Computer Science and Control (INRIA) since 1998, working in areas including algorithms, scientific experimentation, models for coarse-grained parallelism, and distributed locking. Currently, he's conducting the Modular C project, which has given rise to libraries such as arbogast and EiLck.
作者簡介(中文翻譯)
Jens Gustedt 自1998年以來一直擔任法國國家計算機科學與控制研究所(INRIA)的高級科學家,專注於算法、科學實驗、粗粒度並行模型以及分佈式鎖定等領域。目前,他正在進行模組化C(Modular C)專案,該專案衍生出了如arbogast和EiLck等函式庫。