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

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

測(cè)量計(jì)

  • 可用于對VC++、C++ Builder、Delphi、VB、C/C++、 ASM、Java等程序源碼進行詳細的統計

    可用于對VC++、C++ Builder、Delphi、VB、C/C++、 ASM、Java等程序源碼進行詳細的統計,可以非常準確的 分析出程序中代碼行、注釋行和空白行的行數。程序會 自動根據你選擇的文件類型選擇相應的統計方式,并將 所有文件的分析結果進行匯總,便于方便直觀的對程序 代碼量進行全面的統計。本軟件是綠色軟件,不需要安 裝,展開到任意目錄,直接運行即可。

    標簽: Builder Delphi Java ASM

    上傳時間: 2015-05-02

    上傳用戶:zuozuo1215

  • 本文件為用C語言實現的可實現廣義異或問題的bp神經網絡算法。該問題是對標準異或問題的推廣。在標準異或問題中

    本文件為用C語言實現的可實現廣義異或問題的bp神經網絡算法。該問題是對標準異或問題的推廣。在標準異或問題中,輸入X1和X2取離散量-1或+1,在廣義異或問題中,輸入(X1,X2)可以在區間[-1,+1] X [-1, +1]內任意取值,而輸出為Y=sign(x1,x2),其中sign()為符號函數,在區間[-1,+1] X [-1, +1]內隨機產生500個訓練樣本.本程序用標準BP網實現該分類問題.

    標簽: 標準 C語言 廣義 神經網絡算法

    上傳時間: 2015-05-03

    上傳用戶:清風冷雨

  • 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.

    標簽: Programming Reference Standard Template

    上傳時間: 2014-01-19

    上傳用戶:netwolf

  • 加密算法 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

  • 基于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

  • C語言圖像處理寶典,擁有非常詳細的c圖像處理:二值化

    C語言圖像處理寶典,擁有非常詳細的c圖像處理:二值化,灰度變換,噪聲消除,微分運算,投影量計算,黑區域處理,特征提取,圖像間的運算,幾何變換

    標簽: 圖像處理 C語言 寶典

    上傳時間: 2015-09-17

    上傳用戶:qw12

  • Hulft-Message是用來在Internet上傳輸文件數據的商用MiddleWare,特別用于數據量小

    Hulft-Message是用來在Internet上傳輸文件數據的商用MiddleWare,特別用于數據量小,但是頻繁度高的業務。支持不同平臺和編碼體系間的代碼和數據的自動識別和轉換。 本代碼是Hulf-Message的Client的源代碼和lib庫,平臺包括LINUX/UNIX/OS400/Windows,功能包括和Server端建立連接,發送和取得數據功能,語言包括C語言和JAVA語言。

    標簽: Hulft-Message MiddleWare Internet 數據

    上傳時間: 2015-10-01

    上傳用戶:陽光少年2016

主站蜘蛛池模板: 鹤岗市| 邯郸市| 延川县| 桂林市| 双牌县| 彝良县| 万山特区| 资溪县| 砀山县| 庄河市| 左权县| 旌德县| 敦化市| 休宁县| 吴桥县| 曲麻莱县| 东丰县| 雅江县| 滕州市| 密山市| 阜康市| 屯昌县| 平利县| 上思县| 乌兰浩特市| 三门县| 合江县| 仁布县| 平舆县| 罗山县| 宁南县| 平邑县| 灵川县| 囊谦县| 福州市| 溧水县| 新疆| 左贡县| 刚察县| 垫江县| 二连浩特市|