搜索资源列表
Rijindael
- 对称密码体制的发展趋势将以分组密码为重点。分组密码算法通常由密钥扩展算法和加密(解密)算法两部分组成。密钥扩展算法将b字节用户主密钥扩展成r个子密钥。加密算法由一个密码学上的弱函数f与r个子密钥迭代r次组成。混乱和密钥扩散是分组密码算法设计的基本原则。抵御已知明文的差分和线性攻击,可变长密钥和分组是该体制的设计要点。
m5
- 详细说明: 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
newt_g
- 牛顿迭代法求非线性方程的根 调用格式:f_name函数名; x0初值; xmin,xmax:x坐标; n_point描绘曲线所用点数-Newton iteration of nonlinear equations for root Call format: f_name function names x0 initial value xmin, xmax: x coordinates n_point curve described by points
Linux-driver-development13
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动
DES
- des (1)初始置换 (2)16轮f函数迭代-des (1) the initial displacement (2) 16 f function iteration
DES
- DES是一个迭代分组密码,它使用56比特长度密钥加密64比特长度明文获得64比特长度的密文。它的轮函数使用的是Feistel结构,迭代的轮数为16轮。-DES is an iterated block cipher, it uses 56 bits encryption key 64 bits 64 bit length plaintext ciphertext. Its round function is using the Feistel structure, iterative round
fractal
- 1. 分形插值 2. 洛伦茨函数 3. 迭代函数系统 4. Julia 分形 5. MB分形-Fractal interpolation. Lorenz function iterated function systems 4. Julia Fractal 5 MB fractal
cstl-1.0.0
- 使用ANSI C编写的通用的数据结构和常用算法的库, 它模仿STL的接口形式, 包括序列容器,关联容器,容器适配器,迭代器,函数,算法等.CSTL为C编程中的数据管理提供了方便易用的程序库.包括详细使用手册-Written in ANSI C, a common data structure, and a library of commonly used algorithms, which mimics the interface in the form of STL sequence cont
1
- 1. 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。 -Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* X
sha1
- 实现sha1函数。特点是速度快。适合多次迭代中使用,已经接口,可以直接调用。-Achieve sha1 function. Characterized by fast. Suitable to use iterations has interfaces that can be called directly.
work
- 针对带时间窗的车辆配送问题,用遗传算法,有很多程序,这些程序都是对遗传算法中需要的函数注释以及函数用途说明。并且画图来看遗传算法的优化过程和迭代次数及最优解-For vehicles with time window distribution problem, using genetic algorithms, there are many programs that are required for the function of the genetic algorithm function
cPPexample
- c++的各种例子,例如继承,重载,容器,迭代子,vector,多态,模版,虚函数,友元,指针,作用于等等,超级多的例子,每个例子都是用中文标识,对学习c++的朋友很有帮助。-Various examples of c++, such as inheritance, overloading, containers, iterators, vector, polymorphism, templates, virtual functions, friend, pointer, acting, etc.
RD
- 通过matlab变成来实现RD函数迭代算法,并绘制出RD函数图像-realise the algorithm of RD and draw the image of RD
SM4-in-single-Feistl-Iteration
- 单轮迭代结构SM4算法实现,该电路结构通过一个复合域轮函数的迭代实现整个SM4加密过程,具有非常小的资源消耗。-Single iteration structure SM4 algorithm, the circuit structure achieves the entire encryption process SM4 domain by iterating a complex round function, with a very small resource consumption.
SHA
- 安全哈希算法(SHA-1) 具有169bite消息摘要的迭代hash函数,学生原创 《密码学原理与实践》安全hash算法 sha-1 实现 -The Secure Hash Algorithm (SHA-1) has an iterative hash function with a 169bite message digest. The student s original cryptography principle and practice safe hash algorithm sh
hudmrg51
- 用Jacobi迭代法计算大型方程组的MATLAB函数文件 不错-Using Jacobi iteration method to calculate large equations of MATLAB function file is good