b tree how to operate on b tr
上传时间: 2014-01-20
上传用户:开怀常笑
加密算法 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
asfk ldgtrgjhytkj lyu m,n,
标签: ldgtrgjhytkj asfk lyu
上传时间: 2015-07-16
上传用户:372825274
B.Aazhang写的一篇论文,第一次提出了神经网络如何在应用多用户检测中。
上传时间: 2015-07-17
上传用户:ljmwh2000
C++ Standard Library, The: A Tutorial and Reference Nicolai M. Josuttis Publisher: Addison Wesley First Edition August 06, 1999 ISBN: 0-201-37926-0, 832 pages
标签: M. Reference Publisher Standard
上传时间: 2014-12-04
上传用户:llandlu
EM algorithm with a Rauch-Tung-Striebel smoother and an M step,内有说明
标签: Rauch-Tung-Striebel algorithm smoother with
上传时间: 2014-01-06
上传用户:mhp0114
实现一个B/S结构聊天室的基本功能。用法简单,适合上手。
标签:
上传时间: 2014-01-01
上传用户:bibirnovis
这是几种滤波器的MATLAB的M文件源码,可以实现特定的滤波器设计
上传时间: 2014-11-15
上传用户:1159797854
MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码
上传时间: 2015-07-18
上传用户:363186
//=== === === === === === === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double *Yg-- 结点估计值,个数为m(过程变量) // int m------ 结点个数(已知条件) //注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
标签: Correlation 函数 计算 最小二乘法拟合
上传时间: 2013-11-26
上传用户:change0329