加密算法 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
Thinking in C++ 2nd edition source code which are all the cores of the book Thinking in C++ second edition.that s the best thing to learn C
標簽: Thinking the edition source
上傳時間: 2013-12-17
上傳用戶:fandeshun
he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jump MCMC sampler of the same name described in Chapters 4, 5, and 6 of David Hastie s Ph.D. thesis
標簽: implementing reversible Unix-like automatic
上傳時間: 2015-07-24
上傳用戶:集美慧
X-tree的C++源碼,對應文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data.
上傳時間: 2015-08-22
上傳用戶:1101055045
44binit.s ----- 初始化中斷、存儲器、堆棧等,進行系統初始化,建立C程序運行環境。 memcfg.inc ----- 定義存儲器延時、SDRAM配置等參數 option.inc ----- 定義系統時鐘頻率等 main.c ----- 系統主程序(Main函數等) 44blib.c ----- IO端口初始化、延時和異步串口通訊等基本子程序
上傳時間: 2014-01-11
上傳用戶:hullow
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++.
標簽: multitasking protected complete Jazmyn
上傳時間: 2014-12-02
上傳用戶:奇奇奔奔
FS4510開發板示例程序demo4 壓縮包內含FS4510開發板LCD驅動程序與定時器程序 文件說明 demo4.apj 為 SDT2.51 的項目文件 init.s 為初始化文件 匯編格式 lcd.c LCD驅動文件 demo4.c 主程序 包含定時器初始化和 timer0 和 timer1 的使用 memory.a memory分配 snds.a init.s用到的硬件信息 isr.c 一些中斷啞函數 \include 包含文件 該示例程序在 SDT2.51 環境下編譯 在 ADW 下運行 使用 JTAG調試頭 通過學習該程序可以了解ARM4510 的初始化,時鐘中斷,及對lcd的控制
上傳時間: 2015-09-01
上傳用戶:bibirnovis
1.功能 利用廣義逆求解無約束條件下的優化問題(C語言) 2.參數說明 int m : 非線性方程組中方程個數 int n : 非線性方程組中未知數個數 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇異值分解中的控制精度要求 double x[n] : 存放非線性方程組解的初始近似值X(0),要求各分量不全為0 int ka : Ka=max{m,n}+1 void (*f)() : 指向計算非線性方程組中各方程左端函數值的函數名(用戶自編) void (*s)() : 指向計算雅可比矩陣的函數名 int ngin() : 函數返回一個標志值 3.文件說明 ngin.c函數文件 ngin0.c主函數文件
上傳時間: 2013-12-23
上傳用戶:大三三