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

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

C-Free

C-Free是一款集成開發(fā)環(huán)境(IDE),支持多種編譯器的專業(yè)化C/C++,使用者可以輕松地編輯、編譯、連接、運(yùn)行、調(diào)試C/C++程序。
  • 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

    上傳時(shí)間: 2016-12-05

    上傳用戶:semi1981

  • free c standard file C

    free c standard file C

    標(biāo)簽: standard free file

    上傳時(shí)間: 2017-01-04

    上傳用戶:Andy123456

  • free c++ standard file Cpp2003

    free c++ standard file Cpp2003

    標(biāo)簽: standard free file 2003

    上傳時(shí)間: 2013-12-10

    上傳用戶:

  • This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,

    This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex

    標(biāo)簽: binary compiles converts chain

    上傳時(shí)間: 2017-01-07

    上傳用戶:wyc199288

  • sample bayesian in c++ design view and free source program

    sample bayesian in c++ design view and free source program

    標(biāo)簽: bayesian program sample design

    上傳時(shí)間: 2017-05-10

    上傳用戶:hoperingcong

  • Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is

    Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License" All brand names, product names, or trademarks belong to their respective holders.

    標(biāo)簽: Permission Copyright 259 Dumitriu

    上傳時(shí)間: 2015-04-02

    上傳用戶:jackgao

  • MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is f

    MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.

    標(biāo)簽: MantisChess Copyright Chengtao Chinese

    上傳時(shí)間: 2015-06-22

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • 編程精粹 ─── Microsoft 編寫優(yōu)質(zhì)無錯(cuò)C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-fr

    編程精粹 ─── Microsoft 編寫優(yōu)質(zhì)無錯(cuò)C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜靜波 佟金榮 譯 麥中凡 校 電子工業(yè)出版社 編寫優(yōu)化、高效、無錯(cuò)地代碼 2 這份電子書籍由PC Home 俱樂部、C++ Bulider 討論區(qū)數(shù)位網(wǎng)友分別整理完成,基本 上完全按照所據(jù)譯本原貌,極少數(shù)文字為通順起見稍作修改。由于并非一人整理完成,書 中例程各章節(jié)代碼書寫風(fēng)格可能稍有不同,如指針聲明,以下兩種寫法都存在: void* pv // ‘*’號(hào)與類型說明符相連 void *pv // ‘*’號(hào)與變量名相連

    標(biāo)簽: Microsoft Developing Techniques Writing

    上傳時(shí)間: 2014-01-23

    上傳用戶:啊颯颯大師的

  • OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a

    OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入門教程

    標(biāo)簽: collection functions Computer Library

    上傳時(shí)間: 2015-09-12

    上傳用戶:zhangyi99104144

  • This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing

    This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and patterns.

    標(biāo)簽: introduction professional conclude learning

    上傳時(shí)間: 2016-01-06

    上傳用戶:ljmwh2000

主站蜘蛛池模板: 烟台市| 商洛市| 隆昌县| 防城港市| 元阳县| 山阳县| 西华县| 石河子市| 苍南县| 武邑县| 沙洋县| 都兰县| 平安县| 哈尔滨市| 蓬溪县| 石渠县| 莱州市| 洛宁县| 涟源市| 赤城县| 乡宁县| 井冈山市| 宝应县| 吉木萨尔县| 尼木县| 扶沟县| 莫力| 周宁县| 岚皋县| 灌云县| 武功县| 栖霞市| 綦江县| 高邮市| 太原市| 新竹市| 东台市| 翼城县| 屏东县| 茌平县| 梅河口市|