资源列表
dwt_recover
- 数字水印提取算法,利用离散余弦变换的(dct)算法-Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm
1
- it is LFSR encryption and decryption in C
gerki
- des加密解密 算法的应用 功能:实现des加密过程中从56位的K密钥产生16个48位Ki子密钥-des encryption and decryption algorithms application functions: des encryption from the 56 K-16 48-bit key generation sub-key Ki
the-RC4-algorithm
- RC4算法是一种在电子信息领域加密的技术手段,用于无线通信网络。-The RC4 algorithm is the encryption technology in the field of electronic information means for wireless communication networks.
RSA
- Implementation of RSA cryptographic encryption and decryption algorithm source code
SuperHidden
- 在右键显示隐藏文件、扩展名的VBS代码 GOOD-the right-show that the hidden documents, the VBS extension code GOOD!
demofb
- linux下操作framebuffer来显示的示例代码. 给大家参考下.-linux operating framebuffer to display the sample code. under for your reference.
Delhpitip
- 一个用delphi编写的冒泡提示信息的例子,简单方便的函数,很不错的。-Bubbling with a reminder written in delphi example, simple and convenient functions, very good.
login
- implement several bash commands as proccesses in unix
cuboot-85xx
- Old U-boot compatibility for 85-Old U-boot compatibility for 85xx
cls_multi_sshort
- Check passing of multiple signed short values.
main
- 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,