搜索资源列表
200482712133053
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The
ArcFour
- RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval -RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval
LibTomCrypt
- LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
MTRandom
- Mersenne Twister Pseudo-Random Number Generator -MT Pseudo-Random Number Ge nerator
FCFS_LRU_OPT
- 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of virtual memory pages of illustra
CreatPexDatasource_dll
- 生成超大随机数的小程序 .-Random Number Generation super small procedures.
common101
- The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The follow
Rsa1Kit_V1.0
- RSA的小程序,源码产生随机素数调用方法:N.GetPrime(bits)返回值:N被赋值为一个bits位(0x100000000进制长度)的素数-RSA small program source random-number call methods : N. GetPrime (bits) Returns : N has been assigned a bits - (0x100000000 band length) of prime numbers
操作系统通过随机数产生一个指令序列
- 操作系统试验--通过随机数产生一个指令序列。将指令序列变换为页地址流。-pilot operating system -- through a random number generator instruction sequences. Instruction sequences will transform page address to flow.
数字水印
- 对原始信号做DCT的算法:Cox 和Piva 等人提出的DCT技术的经典之作。Cox利用随机数发生器产生标准正态序列作为水印信息对图像进行整体DCT变换后,选取除去DC系数之外部分较低频率系数叠加水印信息 Piva则修改整幅图像的中频部分。对原始信号分块后,再作DCT的算法:Hsu和Wu 把图像进行8*8分块,将一个二进制序列作为水印放入DCT的中频区;有些学者则计算整个图像的DCT,把一个实数序列嵌入DCT的中频系数上。选择中频区的好处是一方面尽量减少嵌入信息对图像主观视觉的影响;同时,尽量避
mimaxue_md5
- md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use
random
- 是高精度的随机数产生程序,可以用于实际MC模拟的随机数产生。-Is a high-precision random number generator procedures, can be used to simulate the actual MC random number generator.
Random
- 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
khalil2006_true_random_number_generator
- a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are requ
My-Random-Letters-Numbers-Generator-for-Linux
- This is random letter and number string generator. It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux.-This is random letter and number string generato
random
- 自己优化过的一个linux系统上一个强大的随机数生成器,非常好用,欢迎下载-Optimized linux system on a powerful random number generator, very easy to use, welcome to download
Csharp-encrypted-random
- C#生成加密的随机数,适合初学者学习,希望对各位有帮助。-C# generates an encrypted random number, suitable for beginners to learn, and I hope to help.
random
- random.c A strong random number generator. -random.c A strong random number generator.
random
- An improved random number generation package Device Driver for linux v2.13.6.
random
- 此程序是生成基本随机数及各种分布的随机数。菜鸟水平,来此学习。-Generates a random number and variety of basic random number distribution