亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

learning-GNU-C

  • 數(shù)學公式庫--非常不錯 The GNU Scientific Library (GSL) is a collection of routines for numerical computing. T

    數(shù)學公式庫--非常不錯 The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines have been written from scratch in C, and present a modern Applications Programming Interface (API) for C programmers, allowing wrappers to be written for very high level

    標簽: Scientific collection computing numerical

    上傳時間: 2013-12-17

    上傳用戶:yuanyuan123

  • 高清電子書-C++ Primer Plus 第6版英文版 1438頁

    高清電子書-C++ Primer Plus, 第6版英文版 1438頁Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    標簽: C++

    上傳時間: 2022-02-19

    上傳用戶:trh505

  • c語言SOCKET編程指南

    介紹Socket 編程讓你沮喪嗎?從man pages中很難得到有用的信息嗎?你想跟上時代去編Intemet相關的程序,但是為你在調(diào)用connect()前的bind)的結(jié)構而不知所措?等等…好在我已經(jīng)將這些事完成了,我將和所有人共享我的知識了。如果你了解C語言并想穿過網(wǎng)絡編程的沼澤,那么你來對地方了。讀者對象這個文檔是一個指南,而不是參考書。如果你剛開始socket編程并想找一本入門書,那么你是我的讀者。但這不是一本完全的socket編程書。平臺和編譯器這篇文檔中的大多數(shù)代碼都在Linux平臺PC上用GNU的gcc成功編譯過。面且它們在HPUX平臺上用gcc也成功編譯過。但是注意,并不是每個代碼片段都獨立測試過。

    標簽: C語言 socket

    上傳時間: 2022-06-23

    上傳用戶:

  • MPLAB XC16 C 編譯器 用戶指南,高清文字版

    本文檔介紹如何使用 GNU 語言工具來編寫 16 位單片機 / 數(shù)字信號控制器應用程序代 碼。內(nèi)容安排如下: ? 第 1 章 “編譯器概述”——介紹編譯器、開發(fā)工具和功能集。 ? 第 2 章“通用 C 接口”——介紹可用于增強 MPLAB XC 編譯器之間代碼可移植性 的通用 C 接口。 ? 第 3 章“操作指南”——列出了一些具體操作方面的問題和簡要說明,以及指向手 冊中相關章節(jié)的鏈接。 ? 第 4 章“XC16 工具鏈和 MPLAB X IDE”——說明關于如何通過 MPLAB X IDE 設 置和使用編譯器及相關工具的基礎知識。 ? 第 5 章 “編譯器命令行驅(qū)動程序”——介紹如何從命令行中使用編譯器。 ? 第 6 章“與器件相關的特性”——介紹編譯器頭文件和寄存器定義文件,以及如何 用于 SFR。 ? 第 7 章 “MPLAB XC16 和 ANSI C 之間的差別”——介紹編譯器語法支持的 C 語 言與標準 ANSI-89 C 之間的差別。 ? 第8章“支持的數(shù)據(jù)類型和變量”——介紹編譯器的整型、浮點型和指針數(shù)據(jù)類型。第 9 章 “定點算術支持”——說明編譯器中的定點算術支持。 ? 第 10 章 “存儲器分配和訪問”——介紹編譯器運行時模型,包括關于段、初始 化、存儲模型、軟件堆棧和更多方面的信息。 ? 第 11 章 “操作符和語句”——介紹操作符和語句。 ? 第 12 章 “寄存器使用”——說明如何訪問和使用 SFR。 ? 第 13 章 “函數(shù)”——詳細介紹可用的函數(shù)。 ? 第 14 章 “中斷”——介紹如何使用中斷。 ? 第 15 章 “main、運行時啟動和復位”——介紹 C 代碼的重要元素。 ? 第 16 章 “混合使用 C 代碼和匯編代碼”——提供關于編譯器與 16 位匯編語言模 塊配合使用的指導。 ? 第 17 章 “庫程序”——說明如何使用庫。 ? 第 18 章 “優(yōu)化”——介紹優(yōu)化選項。 ? 第 19 章 “預處理”——詳細介紹預處理操作。 ? 第 20 章 “鏈接程序”——說明鏈接如何工作。

    標簽: mplab xc16 編譯器

    上傳時間: 2022-07-16

    上傳用戶:

  • Borland C++3.1 bc31full

    Borland C++3.1 bc31full

    標簽: Borland full 3.1 31

    上傳時間: 2013-07-27

    上傳用戶:eeworm

  • Microsoft+Visual+C+++從入門到精通

    Microsoft+Visual+C+++從入門到精通

    標簽: Microsoft Visual

    上傳時間: 2013-06-05

    上傳用戶:eeworm

  • Visual+C+++高級界面特效制作百例-郭慶民-中國電力出版社-2000

    Visual+C+++高級界面特效制作百例-郭慶民-中國電力出版社-2000

    標簽: Visual 2000 電力 出版社

    上傳時間: 2013-07-02

    上傳用戶:eeworm

  • VC++ Turbo C串口通信編程實踐 龔建偉

    VC++ Turbo C串口通信編程實踐 龔建偉

    標簽: Turbo VC 串口通信 編程

    上傳時間: 2013-08-03

    上傳用戶:eeworm

  • microsoft visual c++6.0運行庫參考手冊

    microsoft visual c++6.0運行庫參考手冊

    標簽: microsoft visual 6.0 運行

    上傳時間: 2013-04-15

    上傳用戶:eeworm

  • Visual C++ MATLAB圖像處理與識別實用案例精選 胡小鋒

    Visual C++ MATLAB圖像處理與識別實用案例精選 胡小鋒

    標簽: Visual MATLAB 圖像處理 識別

    上傳時間: 2013-04-15

    上傳用戶:eeworm

主站蜘蛛池模板: 东莞市| 藁城市| 丰台区| 拜城县| 紫云| 保山市| 白水县| 诸暨市| 阿合奇县| 顺昌县| 吉安县| 弥渡县| 常州市| 菏泽市| 沁源县| 广饶县| 土默特左旗| 蓬溪县| 沁水县| 刚察县| 迭部县| 汾阳市| 大英县| 额尔古纳市| 宝应县| 大余县| 永春县| 常山县| 南乐县| 武胜县| 常州市| 兴隆县| 抚远县| 攀枝花市| 循化| 米泉市| 建水县| 东宁县| 临海市| 佳木斯市| 宁明县|