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

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

Compiler-Compiler

  • The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu

    The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly different than the code shown in the article. The directory SieveMFC contains an MFC version of a component equivalent to the ATL version discussed in the article. It was built with version 5 of the C++ compiler and the MFC version provided with it. The code discussed in the article was later adapted for Hardcore Visual Basic, Second Edition. Comparable Visual Basic versions are discussed in Chapter 10 of the book. Bruce McKinney

    標(biāo)簽: The for Template Library

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

    上傳用戶:古谷仁美

  • dsPIC30F4011 + 4*4 metrix Keypad(flexible pin I/O) + Timer0 service >> MPLAB Project files &

    dsPIC30F4011 + 4*4 metrix Keypad(flexible pin I/O) + Timer0 service >> MPLAB Project files >> C30-compiler

    標(biāo)簽: flexible Project service Keypad

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

    上傳用戶:腳趾頭

  • dsPIC30F4011 + CLCD 4*16ch (flexible pin I/O) >> MPLAB Project files >> C30-compile

    dsPIC30F4011 + CLCD 4*16ch (flexible pin I/O) >> MPLAB Project files >> C30-compiler

    標(biāo)簽: gt flexible Project compile

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

    上傳用戶:guanliya

  • Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or

    Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object. This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which means that it can be compiled with the V3.x compiler.

    標(biāo)簽: HANDLE contained Rotation totates

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

    上傳用戶:han_zh

  • C++ is a programming language. It is a programming language of many different dialects, just like

    C++ is a programming language. It is a programming language of many different dialects, just like each language that is spoken has many dialects. In C though, they are not because the "speakers" live in the North, South, or grew up in some other place, it is because there are so many compilers. There are about four major ones: Borland C++, Microsoft Visual C++, Watcom C/386, and DJGPP. You can download DJGPP http://www.delorie.com/djgpp/ or you may already have another compiler. Each of these compilers is a little different. The library functions of one will have all of the standard C++ functions, but they will also have other functions or, continuing the analogy, words. At times, this can lead to confusion, as certain programs will only run under certain compilers, though I do not believe this to be the case with the programs in these tutorials.

    標(biāo)簽: programming language different dialects

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

    上傳用戶:lz4v4

  • Interfacing AVR to LED, Tact switch+7-segment, Matrix Keypad, HD44780 Character LCD and LED dot matr

    Interfacing AVR to LED, Tact switch+7-segment, Matrix Keypad, HD44780 Character LCD and LED dot matrix. Compiler: CodeVisionAVR. Proteus simulation included.

    標(biāo)簽: Interfacing Character LED segment

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

    上傳用戶:dongqiangqiang

  • ATMEGA16 控制PWM電機(jī)轉(zhuǎn)動(dòng)

    FILE NAME: dc_motor.c CHIP TYPE: ATMEGA16 CLOCK FREQUENCY: 8MHZ IDE: VSMStudio COMPILER: AVR-GCC

    標(biāo)簽: PWM

    上傳時(shí)間: 2015-03-01

    上傳用戶:abilibili

  • dmath

    TPMath is a library of scientific programs written in Pascal. Available in several versions according to the compiler, it is proposed as an alternative to the famous Numerical Recipes, for which the Pascal version is no longer developed, or to the Borland Numerical Methods Toolbox which is no longer available.

    標(biāo)簽: delphi math

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

    上傳用戶:y_flin

  • compilerr

    this is exemple unit compiler

    標(biāo)簽: comp

    上傳時(shí)間: 2015-03-15

    上傳用戶:我的名字

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個(gè)免費(fèi)的 C++ 的跨平臺(tái)函式庫(kù)集合,基本上應(yīng)該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個(gè)經(jīng)過「同行評(píng)審」(peer review,可參考維基百科)、開放原始碼的函式庫(kù),而且有許多 Boost 的函式庫(kù)是由 C++ 標(biāo)準(zhǔn)委員會(huì)的人開發(fā)的,同時(shí)部分函式庫(kù)的功能也已經(jīng)成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標(biāo)準(zhǔn)了。 它的官方網(wǎng)站是:http://www.boost.org/,包含了 104 個(gè)不同的 library;由於他提供的函式庫(kù)非常地多,的內(nèi)容也非常地多元,根據(jù)官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數(shù)學(xué)與數(shù)字(Math and numerics) 正確性與測(cè)試(Correctness and testing) 資料結(jié)構(gòu)(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項(xiàng) Broken compiler workarounds 其中每一個(gè)分類,又都包含了一個(gè)或多個(gè)函式庫(kù),可以說是功能相當(dāng)豐富。

    標(biāo)簽: Boost C++ Libraries

    上傳時(shí)間: 2015-05-15

    上傳用戶:fangfeng

主站蜘蛛池模板: 南汇区| 平江县| 甘谷县| 宜昌市| 汽车| 法库县| 冕宁县| 揭东县| 苏尼特左旗| 珲春市| 德钦县| 龙陵县| 龙州县| 荥经县| 玉环县| 宁武县| 杭锦旗| 康乐县| 新昌县| 峨眉山市| 西林县| 报价| 遂昌县| 临安市| 高要市| 南投县| 麻栗坡县| 视频| 申扎县| 同江市| 汉川市| 潼南县| 洪江市| 理塘县| 澄迈县| 昌都县| 卢氏县| 含山县| 富锦市| 赤峰市| 高青县|