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

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

單片機(jī)C語(yǔ)言

  • 本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議

    本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議, Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。 Wi n s o c k是網絡編程接口,而不是協議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了 許多東西,后者能訪問多種網絡協議。在Wi n 3 2環境中,Wi n s o c k接口最終成為一個真正的 “與協議無關”接口,尤其是在Winsock 2發布之后。

    標簽: 編程 網絡協議

    上傳時間: 2015-07-08

    上傳用戶:thinode

  • 本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經通過了國際標 準化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內置布爾數據類型新的強制轉換方式而且還大量

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

    標簽: RTTI 變化 內置 國際

    上傳時間: 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]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 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

    標簽: one-dimensional consideration calculation and

    上傳時間: 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

    標簽: one-dimensional consideration calculation and

    上傳時間: 2015-07-17

    上傳用戶:wendy15

  • SH401.C 單片機驅動直流電機的例程 SH402.C 單片機數模輸出控制LED亮度的例程 SH403.C 單片機PWM輸出控制電機的轉角 404 介紹光耦的作用 SH405.C 單片機驅動

    SH401.C 單片機驅動直流電機的例程 SH402.C 單片機數模輸出控制LED亮度的例程 SH403.C 單片機PWM輸出控制電機的轉角 404 介紹光耦的作用 SH405.C 單片機驅動壓電應變片的例程 SH406.C 單片機控制語音芯片的例程 SH407.C 單片機控制充電芯片的例程 SH408.C 單片機控制時鐘芯片的例程

    標簽: SH 401 402 LED

    上傳時間: 2013-11-25

    上傳用戶:dave520l

  • 基于DOS的多任務系統的實現 1. 用C語言完成線程的創建和撤消

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

    標簽: DOS C語言 多任務系統 線程

    上傳時間: 2013-12-20

    上傳用戶:趙云興

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

    英文版,pdf格式。 詳細說明: 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.

    標簽: Programming Reference Standard Tutorial

    上傳時間: 2015-09-02

    上傳用戶:Breathe0125

  • 說明: 此計算機可以計算同時超過多個操作項的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值

    說明: 此計算機可以計算同時超過多個操作項的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括號區分優先級,如果有大量很長的算式需要計算,可以試一下這個計算器. 開發語言: C#語言,用Stack原理實現

    標簽: sinPI 64 計算機 計算

    上傳時間: 2013-12-22

    上傳用戶:change0329

  • 文件名 :Calender.c // 描述 :日歷時鐘模塊

    文件名 :Calender.c // 描述 :日歷時鐘模塊,用于不帶時鐘芯片的系統 // 語言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 說明 :原來的程序用于

    標簽: Calender 時鐘模塊

    上傳時間: 2015-09-16

    上傳用戶:zhangliming420

主站蜘蛛池模板: 招远市| 喜德县| 南江县| 商城县| 商河县| 麻阳| 定兴县| 高邑县| 资阳市| 嘉定区| 襄樊市| 稷山县| 赤水市| 正镶白旗| 安国市| 普兰店市| 蒙城县| 道孚县| 鹤岗市| 辽宁省| 华阴市| 历史| 东乡县| 突泉县| 清水河县| 临清市| 岳池县| 沂水县| 嘉义县| 四川省| 南陵县| 定陶县| 平山县| 项城市| 嘉兴市| 霍林郭勒市| 青河县| 子长县| 东光县| 浦城县| 乌什县|