搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
托盘程序设计
- 系统托盘程序设计截至本文,最新的antlr版本是2.7.4,可从www.antlr.org/download.html下载。下面简单介绍一下怎样用antlr生成一个C++或者C#的简单的计算器程序(仅支持加法乘法)。由于用antlr生成java代码的介绍网上已经很多了,这里就不描述了... www.blog.edu.cn/user1/2449/ ... /4688.shtml 25K 2005-10-24 - 百度快照 www.blog.edu.cn 上的更多结果 -system t
bianshi
- 本程序是应用最小二乘法对一参考模型进行系统阶次辨识。-this procedure is the least squares method to a reference model for system order literacy.
109201281pls_model
- matlab 编程 偏最小二乘法模拟程序,希望对大家编程有启发 -Matlab programming PLS simulation program, we hope to have inspired Programming
modmule_verilog
- 实现乘法后取模运算,已调试好的。可以应用在通信加解密算法中-after realizing multiplication of modular, a good debugger. Can be used in communications encryption algorithm
hl_strsn
- C++编写的高性能矩阵乘法的Stranssen算法,能够有效提高矩阵乘法的效率。-C preparation of high-performance Stranssen matrix multiplication algorithm, can effectively improve the efficiency of matrix multiplication.
inverse
- 用C编写的求一个数关于另一个数模的乘法逆元的算法!! 源文件、EXE文件、头文件
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
test_wj
- 动态链接库(DLL)客户端调用程序 实现加法和乘法运算以及字符串连接
8086
- 8086的加法和乘法 以及除法 总线结构
SUBSITE
- 是AES算法中求有限域乘法逆的可行实现程序,算法来源是Joan Daemen,Vincent Rijmen编写的《Rijdael的设计》一书
gg1
- 在控制台下人们可以进行乘法计算的乘法计算器
linux-cgi
- linux 下的一个CGI 程序,含HTML程序文件。里面有一些注释。 非常适合处学者。 功能实现一个基于WEB页面的简单的乘法计算器
abcde
- 数值拟合程序示例。拟合公式为一个幂级数。方法为最小二乘法。
RSAprogram
- 本程序使用了欧几里得算法求乘法逆元,采用二进制分解算法求a^b mod n,算法简明,思路清晰,适合深入了解程序的基本原理,直接运行demo文件即可完成程序的运行。-This program uses the Euclidean Algorithm for Finding multiplicative inverse, using the binary decomposition algorithm for getting a ^ b mod n, algorithm concise, clea
PthreadMulti
- 用Pthread线程库编写多线程矩阵乘法-With Pthread thread library to write multi-threaded matrix multiplication
large_integer
- VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
Desktop
- 在一些应用中,特别是现在的密码学中,常常需要用超过100位的整数来做乘法,以此来对数据加密。现在有两个小于等于100位的大整数a和b(位数相同),请写程序计算出这两个大整数乘积的结果。-In some applications, in particular, cryptography is now often need to do more than 100 integer multiplication as a way to encrypt the data. There are two le
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
最小二乘法拟合曲线C语言代码
- 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)