Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

C 電子書

如果您喜歡 C 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 372
Skip side bar filters
  • 现代C++语言核心特性解析

    谢丙堃著 ……
    本书是一本C++进阶图书,全书分为42章,深入探讨了从C++11到C++20引入的核心特性。书中不仅通过大量的实例代码讲解特性的概念和语法,还从编译器的角度分析特性的实现原理,书中还穿插了C++标准委员会制定特性标准时的一些小故事,帮助读者知其然也知其所以然。本书适合因为工作需要学习C++新特性的C++从业者,同样也适合对C++新特性非常感兴趣的C++爱好者。此外,具备C++基础知识的C++初学者也可以通过本书领略C++的另外一道风景。 …… 閱讀更多內容

    NT$857 TWD

  • C語言從零開始

    編寫本書的主要目的是為因應如何讓初學者能快速進入C & C++程式設計的殿堂,並將所學應用到職場上而編寫的教科書。為避免讓初學者開始學習程式設計便產生挫折感,先由簡單的C語言程式基本流程,透過書中精挑細選的範例程式學習程式設計技巧,進而延伸至C++物件導向程式設計,使得初學者具有紮實和獨立程式設計能力,花費最短的時間,獲得最高的學習效果,是一本適用教師教授C & C++的入門書,也是一本初學者自學的書籍。 …… 閱讀更多內容

    NT$280 TWD

  • C 速查手冊

    介紹完整 34 個關鍵字的用法、超過 190 個範例及簡單資料結構與標準程式庫

    Kaiching Chang ……
    這一份《速查手冊》中,我們先認識有關 C 程式 (program) 的基本概念,然後認識 C 語言的標記 (token) ,包括語法功能的關鍵字 (keyword) 、運算子 (operator) ,用為自訂功能的識別字 (identifier) ,以及常數 (constant) 等。資料型態 (data type) 在程式語言 (programming language) 中是個相當基本的觀念,因為型態代表所處理資料可容許的範圍大小,也就是說某一種型態可以最大有多少值,最小可以有多少值,不同的型態也佔用不同大小的記憶體空間。程式中最主要的工作便是進行計算,計算由運算子與運算元 (operand) 來負責。運算子與具有資料型態運算元構成運算式 (expression) ,不同型態可施行的運算子也有所不同。計算過程若是遇到不同資料型態的運算元便會啟動型態轉換 (type conversion …… 閱讀更多內容

    NT$240 TWD 透過 Kobo Plus 免費享用

  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    Scott Meyers ……
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes …… 閱讀更多內容

    NT$1,210 TWD

  • 由片語學習 C 程式設計(第二版)

    C Programming with phrases, 2nd edition

    劉邦鋒 ……
    系列 series 教科書
    本書主要針對高中與大學開始接觸程式設計的初學者,及想學好程式設計的讀者所設計。書中文字敘述力求淺顯簡潔,並以大量範例、片語、學習要點、風格要點等方式,逐步引導初學者進入程式設計的領域。二版新增C99語法,如bool類別、顯示位元數整數類別、放寬變數宣告位置、stddef的offsetof及stdlib的二分搜尋bsearch等重點介紹。以更多完整範例、相關圖示說明複雜的觀念與方法,同時強化各範例間的關聯性,讓讀者能從中反覆練習、更瞭解所學之實際應用。本書特色以片語為主,依據慣用寫法來引導初學者進入C語言程式設計。透過「學習要點」、「風格要點」、「特殊字元」等設計,隨時提醒讀者各項學習重點,以提升學習效率。本書搭配專屬網站(https://sites.google.com/view/c-programming-2ed/h... …… 閱讀更多內容

    NT$593 TWD

  • C語言程式設計實務-立即擁有結構化程式設計能力的16堂課

    C語言結構化程式設計語法、函數的觀念、使用者自訂型態等,是後來程式語言參考的依據。本書強調理論與實作並重,依C語言功能循序漸進、由淺入深,以16堂課詳實地介紹C語言精要。本書大綱如下:1.基礎語法Chapter1~ Chapter7先簡單說明如何進行C語言程式撰寫、編譯、執行與除錯,接著再導入變數與常數與各種資料型態的介紹,並進而了解各種運算子及流程控制指令。2.進階語法Chapter8~ Chapter12進階語法單元則包括陣列與字串的宣告與綜合運用,再介紹指標與位址的觀念與實作,並示範如何自訂函數、參數傳遞與函數進階應用,最後則提到前置處理指令與巨集。3.其他應用Chapter13~ Chapter16及附錄A、B除了前面所談論的重要主題外,本單元介紹重點將從各種結構資型態及如何自訂資料型態開始,接著再探討各種檔案類型的操作技巧與管理,最後一章則以精要的方式,快速建立C+ …… 閱讀更多內容

    NT$360 TWD

  • C Programming Language, A Step By Step Beginner's Guide To Learn C Programming In 7 Days.

    Darrel L. Graham ……
    Are You Ready To Learn C?C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, you are …… 閱讀更多內容

    免費

  • C Programming Language

    Darrel L. Graham ……
    C Programming For Beginners RIGHT NOWC Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, …… 閱讀更多內容

    免費

  • Structures and C

    Prakash Hegade ……
    Understanding 'structures' has given stunning buildings and architectural wonders. Understanding 'structures' has explained us how to visualize the universe and the planetary system. Understanding 'structures' has given out patterns and designs. Structures have made the study easy and involving. Understanding 'structures' will also make you a better programmer. Though we are referring to different …… 閱讀更多內容

    免費

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management …… 閱讀更多內容

    NT$1,613 TWD

  • C Programming Language

    This ebook is the first authorized digital version of Kernighan and Ritchie’s 1988 classic, The C Programming Language (2nd Ed.). One of the best-selling programming books published in the last fifty years, "K&R" has been called everything from the "bible" to "a landmark in computer science" and it has influenced generations of programmers. Available now for all leading ebook platforms, this …… 閱讀更多內容

    NT$1,875 TWD

  • 1000 CPP (C Plus Plus/ C++) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack interviews

    Vamsee Puligadda ……
    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive CPP interview …… 閱讀更多內容

    NT$99 TWD

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Arnold Robbins ……
    Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket …… 閱讀更多內容

    NT$237 TWD

  • AVR Programming

    Learning to Write Software for Hardware

    Elliot Williams ……
    Atmel's AVR microcontrollers are the chips that power Arduino, and are the go-to chip for many hobbyist and hardware hacking projects. In this book you'll set aside the layers of abstraction provided by the Arduino environment and learn how to program AVR microcontrollers directly. In doing so, you'll get closer to the chip and you'll be able to squeeze more power and features out of it.Each …… 閱讀更多內容

    NT$712 TWD

  • Hands-On System Programming with Linux

    Explore Linux system programming interfaces, theory, and practice

    Get up and running with system programming concepts in LinuxKey FeaturesAcquire insight on Linux system architecture and its programming interfacesGet to grips with core concepts such as process management, signalling and pthreadsPacked with industry best practices and dozens of code examplesBook DescriptionThe Linux OS and its embedded and server applications are critical components of today’s …… 閱讀更多內容

    NT$1,215 TWD 透過 Kobo Plus 免費享用

  • 950 C Language Interview Questions and Answers

    Vamsee Puligadda ……
    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C Language …… 閱讀更多內容

    NT$99 TWD

  • Linux Kernel Development

    Robert Love ……
    系列 series Developer's Library
    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.The book details the major subsystems and features of the Linux kernel, including …… 閱讀更多內容

    NT$1,423 TWD

  • The Art of Debugging with GDB, DDD, and Eclipse

    Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective.The Art of Debugging illustrates the use three of the most …… 閱讀更多內容

    NT$758 TWD

  • Programming with STM32: Getting Started with the Nucleo Board and C/C++

    Donald Norris ……
    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Create your own STM32 programs with ease!Get up and running programming the STM32 line of microcontrollers from STMicroelectronics using the hands-on information contained in this easy-to-follow guide. Written by …… 閱讀更多內容

    NT$641 TWD

  • 1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack the interview

    Vamsee Puligadda ……
    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C#.NET interview …… 閱讀更多內容

    NT$99 TWD

  • Learning OpenCV 3

    Computer Vision in C++ with the OpenCV Library

    Get started in the rapidly expanding field of computer vision with this practical guide. Written by Adrian Kaehler and Gary Bradski, creator of the open source OpenCV library, this book provides a thorough introduction for developers, academics, roboticists, and hobbyists. You’ll learn what it takes to build applications that enable computers to "see" and make decisions based on that data.With …… 閱讀更多內容

    NT$1,731 TWD

  • Practical C Programming

    Why Does 2+2 = 5986?

    Steve Oualline ……
    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes …… 閱讀更多內容

    NT$664 TWD

  • Secure Programming Cookbook for C and C++

    Recipes for Cryptography, Authentication, Input Validation & More

    John Viega, Matt Messier ……
    Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is …… 閱讀更多內容

    NT$1,423 TWD

  • C/C++代码调试的艺术

    张海洋著 ……
    本书围绕C/C++程序调试这一主题,系统深入地介绍了在Windows和Linux操作系统上如何高效地调试C/C++程序。本书分为11章,内容涵盖了程序调试的基本知识、Visual C++调试程序的基本功能与技巧、Linux系统中gdb工具的使用、死锁调试、动态库调试、内存泄漏检查、远程调试、崩溃转储文件分析、发行版调试,以及调试的高级话题和调试扩展方面的知识。本书作为学习C/C++调试技术的重要资料,讲解通俗易懂,选取的示例注重理论与实际的联系。无论是C/C++的初学者,还是经验丰富的开发人员,都会从中受益。 …… 閱讀更多內容

    NT$728 TWD