加密算法 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 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 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
電壓計(c語言編寫的) 通過led燈顯示 電路圖說明: 1、R1、R2、D1、D2 組成發光二極管顯示,顯示過壓或過流狀態; 2、PC3外接模擬信號 采用內部參考電壓所以AREF傳電容接地抗干擾AVCC接VCC提供AD轉換電壓 3、PC5提供164的時鐘信號 PC4提供串行輸入信號 164具有10ma的輸出電流,又具有串入并出以及信號鎖存的動能,數碼管又為共陰管,所以無須另加驅動 這里采用靜態顯示 4、現以在程序中加入小數點顯示
上傳時間: 2014-12-04
上傳用戶:冇尾飛鉈
- 嚴蔚敏《數據結構(c語言版)習題集》 參考答案 [數據結構與算法——面向對象的C++設計模式.rar] - 本書的主要內容是數據結構和算法的基本原理--這是設計大而復雜的軟件產品所必須具備的基礎 [課程設計稀疏矩陣運算器.zip] - 數據結構的課程設計---稀疏矩陣運算器 希望可以給大家參考 [ARMprogramoptimize.rar] - ARM程序設計優化策略與技術 很不錯和大家分享 [稀疏矩陣的運算器.zip] - 稀疏矩陣的運算器 [基本要求] 以“帶行邏輯鏈接信息”的三元組順序表表示稀疏矩陣,實現兩 個矩 陣相加、相減、相乘的運算。稀疏矩陣的輸入形式采用三元組表?BR>
上傳時間: 2013-12-22
上傳用戶:SimonQQ
- 嚴蔚敏《數據結構(c語言版)習題集》 參考答案 [數據結構與算法——面向對象的C++設計模式.rar] - 本書的主要內容是數據結構和算法的基本原理--這是設計大而復雜的軟件產品所必須具備的基礎 [課程設計稀疏矩陣運算器.zip] - 數據結構的課程設計---稀疏矩陣運算器 希望可以給大家參考 [ARMprogramoptimize.rar] - ARM程序設計優化策略與技術 很不錯和大家分享 [稀疏矩陣的運算器.zip] - 稀疏矩陣的運算器 [基本要求] 以“帶行邏輯鏈接信息”的三元組順序表表示稀疏矩陣,實現兩 個矩 陣相加、相減、相乘的運算。稀疏矩陣的輸入形式采用三元組表?BR>
上傳時間: 2015-08-10
上傳用戶:wff
中國象棋網絡版C#源碼 Visual studio 2005,C#開發 中國象棋網絡版,具有人工智能,可采用人工下棋、電腦參謀、電腦下棋等模式參加互聯網比賽。采用ClickOnce發 布到你的網站上,選擇只能聯機運行,可以讓玩家只能上你的網站玩游戲。 共有三個項目: Game是主項目; CChessThinker是用C++寫的人工智能DLL類庫; Thinker是用C#寫的DLL,只是簡單的封裝了CChessThinker,目的是讓有些朋友可以直接用C#開發人工智能的DLL直 接替換 Thinker.dll,使得程序的智能程度得到提高。如果用C++等語言開發出來的人工智能類庫就直接替代 CChessThinker.dll 本源代碼可以自由傳播,隨意修改,自由增加廣告。
上傳時間: 2015-08-12
上傳用戶:lht618
摘 要: 本文件是C8051單片機I2C總線讀寫測試程序;將跳線器JP6短接,使用外部22.1184MHz晶振. 功能:定義 0 ~ 9 鍵為數字鍵, A ~ F 為功能鍵。按 A 鍵后,可按0 ~ 9 數字鍵, 從零地址開始存儲該鍵值,并送LED數碼管上顯示該鍵值。按 C 鍵停止后,按 B 鍵, 從零地址開始讀取數據值,并送LED數碼管上顯示。讀取速度每秒一次。在按 C 鍵停止后,可按 A 鍵重新輸入。
上傳時間: 2015-09-02
上傳用戶:sevenbestfei
英文版,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
文件名 :Calender.c // 描述 :日歷時鐘模塊,用于不帶時鐘芯片的系統 // 語言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 說明 :原來的程序用于
上傳時間: 2015-09-16
上傳用戶:zhangliming420