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

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

單片機(jī)(jī)C語(yǔ)言應(yīng)(yīng)用程序

  • C51編寫的1602液晶片驅(qū)動(dòng)程序

    C51編寫的1602液晶片驅(qū)動(dòng)程序,是C語(yǔ)言編寫的!

    標(biāo)簽: 1602 C51 編寫 液晶

    上傳時(shí)間: 2014-11-22

    上傳用戶:

  •  ? 本書第一章的部分內(nèi)容 第 一 章 Java語(yǔ) 言 的 產(chǎn) 生 及 其 特 點(diǎn) 1.1 Java產(chǎn) 生 的 歷 史 與 現(xiàn) 狀 1.1.1 Java產(chǎn) 生 的 歷 史   

     ? 本書第一章的部分內(nèi)容 第 一 章 Java語(yǔ) 言 的 產(chǎn) 生 及 其 特 點(diǎn) 1.1 Java產(chǎn) 生 的 歷 史 與 現(xiàn) 狀 1.1.1 Java產(chǎn) 生 的 歷 史   Java來 自 于Sun公 司 的 一 個(gè) 叫Green的 項(xiàng) 目, 其 原 先 的 目 的 是 為 家 用 消 費(fèi) 電 子 產(chǎn) 品 開 發(fā) 一 個(gè) 分 布 式 代 碼 系 統(tǒng), 這 樣 我 們 可 以 把E-mail發(fā) 給 電 冰 箱、 電 視 機(jī) 等 家 用 電 器, 對(duì) 它 們 進(jìn) 行 控 制, 和 它 們 進(jìn) 行 信 息 交 流。 開 始, 準(zhǔn) 備 采 用C++,但C++太 復(fù) 雜, 安 全 性 差, 最 后 基 于C++開 發(fā) 一 種 新 的 語(yǔ) 言O(shè)ak(Java的 前 身),Oak是 一 種 用 于 網(wǎng) 絡(luò) 的 精 巧 而 安 全 的 語(yǔ) 言,Sun公 司 曾 依 此 投 標(biāo) 一 個(gè) 交 互 式 電 視 項(xiàng) 目, 但 結(jié) 果 是 被SGI打 敗

    標(biāo)簽: Java 1.1

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

    上傳用戶:songyue1991

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標(biāo)簽: Programming Reference Standard Template

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

    上傳用戶:netwolf

  • 本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過了國(guó)際標(biāo) 準(zhǔn)化這不但為語(yǔ)言增加了新的特性比如異常處理運(yùn)行時(shí)刻類型識(shí)別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強(qiáng)制轉(zhuǎn)換方式而且還大量

    本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過了國(guó)際標(biāo) 準(zhǔn)化這不但為語(yǔ)言增加了新的特性比如異常處理運(yùn)行時(shí)刻類型識(shí)別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強(qiáng)制轉(zhuǎn)換方式而且還大量修改并擴(kuò)展了現(xiàn)有的特性比如模 板template 支持面向?qū)ο髈bject-oriented 和基于對(duì)象object-based 程序設(shè)計(jì)所需 要的類class 機(jī)制嵌套類型以及重載函數(shù)的解析機(jī)制也許更重要的是一個(gè)覆蓋面非 常廣闊的庫(kù)現(xiàn)在成了標(biāo)準(zhǔn)C++的一部分其中包括以前稱為STL 標(biāo)準(zhǔn)模板庫(kù)的內(nèi)容新 的string 類型一組順序和關(guān)聯(lián)容器類型比如vector list map 和set 以及在這些類型 上進(jìn)行操作的一組可擴(kuò)展的泛型算法generic algorithm 都是這個(gè)新標(biāo)準(zhǔn)庫(kù)的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進(jìn)行程序設(shè)計(jì)的新的思考方法簡(jiǎn)而 言之實(shí)際上不但C++已經(jīng)被重新創(chuàng)造本書第三版也是如此

    標(biāo)簽: RTTI 變化 內(nèi)置 國(guó)際

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

    上傳用戶:784533221

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標(biāo)簽: Cryptographic Primitives generate Library

    上傳時(shí)間: 2015-07-16

    上傳用戶:wqxstar

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標(biāo)簽: one-dimensional consideration calculation and

    上傳時(shí)間: 2015-07-17

    上傳用戶:royzhangsz

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標(biāo)簽: one-dimensional consideration calculation and

    上傳時(shí)間: 2015-07-17

    上傳用戶:wendy15

  • SH401.C 單片機(jī)驅(qū)動(dòng)直流電機(jī)的例程 SH402.C 單片機(jī)數(shù)模輸出控制LED亮度的例程 SH403.C 單片機(jī)PWM輸出控制電機(jī)的轉(zhuǎn)角 404 介紹光耦的作用 SH405.C 單片機(jī)驅(qū)動(dòng)

    SH401.C 單片機(jī)驅(qū)動(dòng)直流電機(jī)的例程 SH402.C 單片機(jī)數(shù)模輸出控制LED亮度的例程 SH403.C 單片機(jī)PWM輸出控制電機(jī)的轉(zhuǎn)角 404 介紹光耦的作用 SH405.C 單片機(jī)驅(qū)動(dòng)壓電應(yīng)變片的例程 SH406.C 單片機(jī)控制語(yǔ)音芯片的例程 SH407.C 單片機(jī)控制充電芯片的例程 SH408.C 單片機(jī)控制時(shí)鐘芯片的例程

    標(biāo)簽: SH 401 402 LED

    上傳時(shí)間: 2013-11-25

    上傳用戶:dave520l

  • 基于DOS的多任務(wù)系統(tǒng)的實(shí)現(xiàn) 1. 用C語(yǔ)言完成線程的創(chuàng)建和撤消

    基于DOS的多任務(wù)系統(tǒng)的實(shí)現(xiàn) 1. 用C語(yǔ)言完成線程的創(chuàng)建和撤消,并按優(yōu)先權(quán)加時(shí)間片輪轉(zhuǎn)算法對(duì)多個(gè)線程進(jìn)行調(diào)度; 2. 改變時(shí)間片的大小,觀察結(jié)果的變化。思考:為什么時(shí)間片不能太小或太大; 3. 假設(shè)兩個(gè)線程共用同一軟件資源(如某一變量,或某一數(shù)據(jù)結(jié)構(gòu)),請(qǐng)用記錄型信號(hào)量來實(shí)現(xiàn)對(duì)它的互斥訪問; 4. 假設(shè)有兩個(gè)線程共享一個(gè)可存放5個(gè)整數(shù)的緩沖,一線程不停的計(jì)算1到50的平方,并將結(jié)果放入緩沖中,另一個(gè)線程不斷的從緩沖中取出結(jié)果,并將他們打印出來,請(qǐng)用記錄型信號(hào)量實(shí)現(xiàn)這一生產(chǎn)者和消費(fèi)者的同步問題; 5. 實(shí)現(xiàn)消息緩沖通信,并于3,4中的簡(jiǎn)單通信進(jìn)行比較; 6. 思考:在線程間進(jìn)行消息緩沖通信時(shí),若對(duì)消息隊(duì)列的訪問沒有滿足互斥要求,情況會(huì)怎么樣?

    標(biāo)簽: DOS C語(yǔ)言 多任務(wù)系統(tǒng) 線程

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

    上傳用戶:趙云興

  • 英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標(biāo)簽: Programming Reference Standard Tutorial

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

    上傳用戶:Breathe0125

主站蜘蛛池模板: 任丘市| 曲周县| 瑞金市| 当阳市| 平安县| 鹤山市| 田东县| 鄂托克旗| 包头市| 巴青县| 建瓯市| 宣恩县| 榆林市| 阳曲县| 义马市| 道孚县| 库车县| 长武县| 林芝县| 莱州市| 上饶县| 宁乡县| 克什克腾旗| 尼勒克县| 德昌县| 漳州市| 六枝特区| 衡阳市| 禄丰县| 四会市| 扎兰屯市| 若尔盖县| 军事| 阳朔县| 斗六市| 浙江省| 鄂尔多斯市| 盐山县| 庄浪县| 大港区| 岢岚县|