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

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

The-C-Answer-Book

  • The BeeStack Application Development Guide describes how to develop an application for BeeStack, in

    The BeeStack Application Development Guide describes how to develop an application for BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications for BeeStack-based products using Freescale development tools. It is assumed the reader is a programmer with at least rudimentary skills in the C programming language and that the reader is already familiar with the edit/compile/debug process.

    標(biāo)簽: BeeStack Application Development application

    上傳時間: 2016-04-17

    上傳用戶:lijianyu172

  • If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus

    If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source

    標(biāo)簽: metaprogramming you template excited

    上傳時間: 2016-07-20

    上傳用戶:gundamwzc

  • The sample software includes, common library, peripheral APIs, and test modules for the APIs. The c

    The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic interrupt related APIs, timer routine, and scatter loading file. The peripheral directories include, GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external interrupt, etc.

    標(biāo)簽: APIs peripheral The includes

    上傳時間: 2014-01-15

    上傳用戶:zl5712176

  • C語言編程經(jīng)典教程

    C語言編程經(jīng)典教程,The.C...Programming.Language.Third.Edition.Addison.Wesley.Bjarne.Stroustrup

    標(biāo)簽: C語言編程 教程

    上傳時間: 2016-10-22

    上傳用戶:cx111111

  • Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

    Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.

    標(biāo)簽: libraries peer-reviewed emphasize provides

    上傳時間: 2016-12-05

    上傳用戶:semi1981

  • Please read this document before attempting to compile and run the libraries and applications! The p

    Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more

    標(biāo)簽: applications attempting and libraries

    上傳時間: 2014-01-16

    上傳用戶:Late_Li

  • The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kerne

    The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.

    標(biāo)簽: package GPIB The contains

    上傳時間: 2016-12-17

    上傳用戶:cccole0605

  • 用C語言編的一個小解釋器

    用C語言編的一個小解釋器,可以執(zhí)行C程序的!算是可以執(zhí)行C程序的C程序吧! 選自最新C語言精華(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!

    標(biāo)簽: C語言

    上傳時間: 2013-12-20

    上傳用戶:kelimu

  • C++ 標(biāo)準(zhǔn)程序庫提供一組通用類別(classes)和接口(interfaces)

    C++ 標(biāo)準(zhǔn)程序庫提供一組通用類別(classes)和接口(interfaces),可大幅擴(kuò)充 C++ 核心語言。由于程序庫本身并不容易,為了完整運用其組件并從其強(qiáng)大的威力中獲得幫助,你需要一份完善的資源,而非一份僅僅陳列類和函數(shù)的普通文檔。《The C++ Standard Library》不僅對每一個程序庫組件提供范圍廣泛的說明,也對繁雜的感念提供清楚明亮的解釋,并描述高效運用這些組件時需要的實際編程細(xì)節(jié),提出一個又一個的范例程序。這本包含最新資料的完整書籍,反映出被 ANSI/ISO C++ 語言標(biāo)準(zhǔn)規(guī)格書納入的 C++ 標(biāo)準(zhǔn)程序庫的結(jié)構(gòu)。更明確地說,本書將焦點放在標(biāo)準(zhǔn)模板庫(Standard Template Library)身上,檢驗其中的容器(containers)、迭代器(iterators)、仿函數(shù)(functors)和算法(algorithms)。你還可以找到特殊容器、字符串(strings)、數(shù)值類別、國際化議題、IOStream。每一個組件都有深刻的呈現(xiàn),包括其介紹、設(shè)計、運用實例、細(xì)部解說、陷阱、意想不到的危險,以及相關(guān)類別和函數(shù)的確切標(biāo)記(signature)和定義。一份見解深刻的基礎(chǔ)概念介紹和一個程序庫綜合鳥瞰,會對新手帶來快速的提升。

    標(biāo)簽: interfaces classes 標(biāo)準(zhǔn) 接口

    上傳時間: 2017-02-10

    上傳用戶:天涯

  • C++標(biāo)準(zhǔn)庫源代碼_C++ STL Source Code 請不要修改任何文件

    C++標(biāo)準(zhǔn)庫源代碼_C++ STL Source Code 請不要修改任何文件,如果您修改某些文件,會導(dǎo)致庫內(nèi)部的不統(tǒng)一。請參考The C++ Programming Language及 The C++ Standard Library。

    標(biāo)簽: Source Code STL 標(biāo)準(zhǔn)庫

    上傳時間: 2014-01-11

    上傳用戶:songrui

主站蜘蛛池模板: 尼木县| 晋城| 郸城县| 托克托县| 齐齐哈尔市| 皮山县| 错那县| 石屏县| 营山县| 新丰县| 章丘市| 临洮县| 兴义市| 大兴区| 沂南县| 邮箱| 义乌市| 东至县| 仪陇县| 凉城县| 广州市| 开江县| 冀州市| 新安县| 利川市| 湘阴县| 涪陵区| 潜山县| 衢州市| 天镇县| 临猗县| 堆龙德庆县| 高台县| 平山县| 社旗县| 西盟| 格尔木市| 安丘市| 龙井市| 同德县| 南宫市|