搜索资源列表
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
cryptology
- 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
lkb32
- 锁定键盘的程序,演示了9x和2k平台上应用程序从三级切换到零级,并执行键盘端口i/o,还演示了直接从dll中调用函数的代码。关键部分采用嵌入汇编,演示了一些编程技巧。-keyboard lock procedures, and demonstrated the 2k 9x platform application switch from three to zero level and the implementation of keyboard i / o, also demonstrated
jxt
- 基本功能高效的CAN通讯应用.同样,CAN232 不仅适应基本CAN-bus产品,也满足基于高层协议如ModBUS、DeviceNet...之间可选 3. RS232接口,波特率在1200bps -basic functions of CAN efficient communications applications. Similarly, the CAN232 not only meet the basic CAN-bus products, but also to meet for hig
FileSystem
- 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
RHCE
- 红帽RHCE认证题库,完全是bible,啥也不说了。有兴趣考取RHCE认证的可以考前自测一下,总之,这就是bible.想背题库的,想自身检测下水平的都可以下来看看,三四百道题的样子-Red Hat RHCE certification question bank, is entirely bible, Sha did not say. Interested in obtaining the RHCE certification exam self-test can look, in short,
FoodBevManage
- 系统共分为值班员、主管和经理三种用户角色,其级别由低到高。其中值班员只具有前台管理的功能,而主管在值班员权限的基础上增加了部分后台管理,如进货、注册员工(值班员)和财务查询功能,而经理则具有系统操作的所有权限。-The system consists of attendant, supervisor and manager of three user roles, and its level from low to high. Which the attendant has only the f
pgtable-32
- Basically we have the same two-level (which is the logical three level Linux page table layout folded) page tables as the i386.
pkcs
- pfx格式或者p121格式文件的解析器, PfxTest文件 使用一个BASE64编码的P12文件字节数组,默认密码123456,CERT为三级证书,使用BC库作为JCE实现-pfx test java code , decrypt a p12 format file (such as .pfx,.p12 file) the pfxtest use a sampled p12 file which is base64 encoded, the pfx password is 1234
pgtable-3level
- Intel Physical Address Extension (PAE) Mode - three-level page tables on PPro+ CPUs.
pgtable_32
- The Linux memory management assumes a three-level page table setup.
thesis
- finite control set model predictive control for three phase two level voltage source converter connected to RL load
640048
- WinsockAPI高级编程调用大全,里面包含有三个VB模块,-WinsockAPI high-level programming calls, it contains three VB module,
ThreeLevelSVPWM.mdl
- 三电平svpwm仿真模型,matlab/simulink仿真模型。(Three level SVPWM simulation model)