搜索资源列表
encode
- 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
这是一个数据图象学的,简单通过64比
- 这是一个数据图象学的,简单通过64比\\这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。-This is a study of the image data, simple than 64 \\ This is a study of the image data, a simple 64-bit encryption engine. Procedures bag complete the procedure.
PersonNote
- 采用用户名和密码信息作为密钥 对联系人信息加密 防止用户通过删除用户名和密码来获取联系人信息 密钥:用户名、密码、存储的时间 每次打开时将联系人信息读入到数据结构中 操作时只操作数据结构 可以定时保存到文件中 每次关闭时将联系人信息加密后存到文件中-The use of user name and password information as contact information for the encryption key to prevent u
dashu
- 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
md5TurebyC
- 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
jiamijiemi
- 数据结构中关于加密解密的上机实验作业,本人亲做-Data structure on the encryption and decryption operations on the test machine, I do pro-
1
- 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由 26 个小写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左 到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz等字符串都是升序字符串。现在对字母表A 产生的升序字符串按照字典序排列 并编号如下。-Lexicographic problem
md5
- MD5加密算法,很好的加密算法!!! 可以对数据进行加密,已经封装好的功能类。里面的方法很多很灵活-MD5 encryption algorithm
AESTest
- aes算法,对算法的分析,数据加密程序,设和初学者,-aes algorithm, algorithm analysis, data encryption, set up and for beginners,
rsa
- rsa数据加密算法实现,上传发放点福利,试试效果-rsa encryption algorithm, upload distribution points welfare, try the effect
Vigenere
- C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
jiemi
- 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。-In the data encryption and data compression is often the need for special strings to be encoded
HuffmanCode
- 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
file encryption
- 利用数据结构中的队列结构,实现简单的文件加密(Using the data structure of the queue structure, to achieve simple file encryption)