搜索资源列表
pallard_p
- 用vc编写的实现密码学中Pollard p离散对数算法的小程序。-vc prepared with the realization of cryptography which Pollard p discrete logarithm algorithm for small procedures.
java实现的表达式计算器
- java实现的表达式计算器
Kalman
- 非常好的卡尔曼滤波学习程序。文章中有原题,有解题步骤,有实现程序。适合卡尔曼学习过程中的人。-Very good learning process Kalman filter. The article in the original title, there are problem-solving steps to achieve the procedure. Kalman learning process for people.
com.ostrichmyself.api.combinePermute
- 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
Lagrange
- 数据插值的基本出发点是根据函数f(x)的一组数据{xi,f(xi)}(i=0,1,…,n),按照插值条件构造简单易算的函数P(x)去近似f(x)。本代码用高级程序设计语言实现Lagrange插值,-The basic starting point of data interpolation is based on the function f (x) of a set of data (xi, f (xi)) (i = 0,1, ..., n), constructed in accordanc
RGB
- 在matlab中实现简单的牛顿插值算法(此算法引用自NED工程与技术大学)-scr ipt for Newton s Interpolation. Muhammad Rafiullah Arain Mathematics & Basic Sciences Department NED University of Engineering & Technology- Karachi Pakistan. --------- x and y are two Row Matr
5
- 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS2.DAT中。 替代关系:f(p)=p*13 mod 256(p是数组中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果计算后f(p)值小于等于32或其ASCII值是偶数,则该字符不变,否则将f(p)所对
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
C-P-P-least-squarefitting
- C++的最小二乘法实现曲线拟合,改后缀名为cpp即可-C++ least-square realize curve fitting, change the suffix as CPP
Primitive-root
- 给定大素数P,如果求其原根?给出算法描述。并编程实现具体功能。 利用随机数生成大素数q,P是形如2*q+1的大素数,P也为素数,若P不为素数,则重新生成大素数q,重复上述步骤。生成随机数g,1<g<p-1,要满足:g^2 mod p!=1, g^q mod p!=1, 则g为P的本原根。-Given a large prime number P, if you find its original roots? Algorithm descr iption is given. A
repeated-measures-ANOVA
- 用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素- function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors. function [p, table] =
L-MOMENT FOR LogPE3
- 计算Log P-III分布的参数,实现了全球不同数据长度的站点,均能通过该函数计算(Calculate the parameters of Log P-III distribution)