搜索资源列表
checksum
- 软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simula
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
s_box实现
- 这是一个用VC.net实现的AES的S-box的实现代码,包括求逆和s盒的实现代码-This is a realization of the use VC.net AES S-box realization of the code, including inversion and the realization s box code
UNIX环境下的日期程序(求时间的函数)
- 该函数不仅可求出某个时间前(后)一段时长的日期与时间,而且可得出这个日期是星期几,给程序设计带来不少便利,也方便了费用的计算与核实,读者可直接调用该函数。 -This function can be derived not only some time ago (after) a long time the date and time, but can come to this date is a few weeks to bring a lot of procedures to facil
BMarithmetic
- 该BM算法用来求二元域上长度为11的序列的线性综合解-the BM algorithm used for binary domain length of the sequence of 11 linear integrated solution
vc++表达式求值
- 一个很好的表达式求值程序,用vc++实现,有很好的参考价值,住要是字符串的处理问题-a good expression evaluates procedures, using vc, and it is a good reference value, live strings if the treatment! !
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
VC_RSA
- 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
vbkey
- 基于vb的加解密程序,也可用于数字签名,求素数等-on the encryption and decryption procedures, can also be used for digital signatures, and so on-demand
2006asp-erp
- 站长: 你好!这个是我的学长给我的一个毕业设计论文和他设计的一部分,但是论文是很详细的那种,我十分需要在源码仓库找一个 jsp销售管理系统的毕业设计,,最好是毕业论文+可运行程序等一套计算机本科毕业生在毕业时要交的东西,救命的东西 跪求!谢谢啦! 如果可以的话,请您帮帮我!-head : Hello! This is my seniority to one of my graduate thesis and design part of the design of his, b
五种可遇不可求的源代码
- 很好的windows代码-good windows code
tezhenzhi
- 这是求矩阵特征值的一中方法,如果大家有更好的方法可以和我联系哦-This is the matrix eigenvalue for the one which, if we have a better way to contact me and oh
cal24point
- 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
s-zhihuan
- 从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出\"求DArea中全部数据经 (1)以DTab为S-盒; (2)以DTab为P置换 -from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. T
数值求导
- VB.6的环境下一阶、二阶、三阶和四阶导数的数值算法
多线程实现求PI值程序
- 多线程求PI值,可以设置任意线程数目,最后会输出所用时间
求MD5值算法
- 实现md5值加密算法.可以对帐户密码进行加密,对文件进行求md5值运算
Locksoft
- 文件包括rsa算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Rsa algorithm for the original documents, including procedures and detailed notes. 1024 can be achieved over the use of large prime numbers for encryption an
inverse
- 有限域上逆运算是密码学中常用的运算。本程序提供有效、快速的有限域上逆运算程序解决求逆问题。-The inversion operation of a finite field is commonly used in cryptography operations. The program provides effective, fast algorithm and program for computing the inverse problem in the finite field.