搜索资源列表
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
file_scaner
- 扫描器类的设计1. 构造算术表达式的四元式翻译文法 2. 设计算术表达式的递归下降子程序分析算法 3. 设计算术表达的四元式生成算法 4. 实现代码并调试运行 -scanner category of a design. Construction arithmetic expressions four yuan grammar-translation 2. Design arithmetic expression analysis subroutine decline recur
dfdfg
- 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点。
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
DES算法源代码
- 除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5\\setupkit\\kitfil32或VB98\\Wizards\\PDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compression and Disk Layout Tool》一文
huffman
- huffman树的构造方法和加密解密算法-huffman tree application
rsa_small_num
- 本程序主要功能: 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。-Main function of this procedure: 1, construct an RSA key programming 2, programming algorithm for fast index 3, write a program generating large prime numbers 4, to achieve
ImageEncryptionAlgorithm
- 以两个简单的logistic映射构造一个双混沌互扰系统,提出了基于双混沌互扰系统的图像加密算法.-An image encryption algorithm is proposed with inter-perturbations of dual chaotic systems constructed based on two simple logistic mapping.
Storage_management_partition_algorithm
- 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器, 编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点-Partition Manager is the application of a broader storage management techniques. In this study, requested in a structured high-level language construct partition descr ipt
huffman
- 哈夫曼树的构造算法,提供对二叉排序树的遍历。-Hoffmann tree structure algorithm,Provide for binary sort tree traverse.
RSA
- 实现RSA密码体制实验 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -Achieve the RSA cryptosystem- an experiment
DES
- 1. 编写程序实现DES的加、解密: 1)编程构造DES的密钥; 2)应用上述获得的密钥将一段英文或文件进行加、解密。 2. 用DES算法实现口令的安全 -1. Write a program to achieve DES, encryption and decryption: 1) programming construct DES key 2) applications, such access will be a key document in English or en
RSA-yuan
- rsa可实现的源程序1 编写程序构造一RSA密钥;编写程序实现快速指数算法;编写程序生成大素数;实现RSA密码体制。-rsa source code enables a programming construct an RSA key write a program for rapid index algorithm write programs generate large prime numbers to achieve RSA cryptosystem.
Logistichecat
- 将猫映射(cat map ) 与Logist ic 映射相结合, 构造了一种语音加密算法. 该算法首先将语音数据堆叠成二维, 然后利用二维猫映射将数据的位置置乱, 最后利用一维Logist ic 映射构造替换表, 对数据进行扩散.-The cat map (cat map) and Logist ic mapping the combination of a voice encryption algorithm is constructed. The algorithm first voic
PEG
- PEG算法是在编码构造方面的一种有效的方法,它基于Tanner图,能有效的增大围长,使得构造出来的码的性能更好-PEG algorithm is constructed in terms of an effective coding method, based on Tanner graph, which can effectively increase the girth, making the code constructed with better performance
StructRC01
- 对磁盘数据01的构造,主要是对磁盘固件中rpm文件的操作。利用磁盘数据恢复算法生成01文件。可在windowsXP下运行,编译环境是VS2008。-Data on the disk structure of 01, mainly in the rpm file on disk firmware operation. Using disk data recovery algorithm to generate 01 files. Run in windowsXP, build environmen
md5
- MD5算法是一种消息摘要算法(Message Digest Algorithm),此算法以任意长度的信息(message) 作为输入进行计算,产生一个128-bit(16-byte)的指纹或报文摘要(fingerprint or message digest)。两个不同的message产生相同message digest的几率相当小,从一个给定的message digest逆向产生原始message更是困难(不过也有可能从message digest构造(message),因此MD5算法适合用在
six
- 观察死锁产生的现象,考虑解决死锁问题的方法。从而进一步加深对于死锁问题的理解。解决死锁问题的几种算法的编程和调试技术。怎样构造管程和条件变量,利用管程机制来避免死锁和饥俄问题的发生。-Have observed the phenomenon of deadlock, consider solving the deadlock problem. So as to further deepen the understanding of the issues for the deadlock. Sev
bayes-sort
- 电子书,一篇论文,----用于分类规则挖掘的贝叶斯信念构造算法-For Classification Rule Mining Algorithm for Constructing Bayesian Belief
AES
- 本书是当前世界上介绍AES最全面的书了,详细的介绍了AES的数学基础,原理算法的构造,以及密码的相关知识,并且有C语言实现代码,是学习AES难得的一本好书. -This book is currently the world s most comprehensive book introduces AES, and a detailed descr iption of the mathematical basis of AES, algorithm construction principles