搜索资源列表
kbfiltr1
- 键盘模拟算法实现,先添加驱动kbfiltr.sys 然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
模拟页面置换算法
- 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-through writing and debugging of storage management simulation program to increase the storage management program understanding. Virtual Memory Management familiar with the pages out algorithm.
VBSSTF
- 是用VB写的操作系统课程设计SSTF模拟算法程序-is written in VB courses on operating system design simulation algorithm procedures SSTF
changyuxiao
- 操作系统课程设计,模拟算法生产者与消费者-courses on operating system design, simulation algorithm for producers and consumers
MyStack
- 用C++开发的基于类模版的堆栈的模拟算法.
FIFO算法
- 模拟操作系统的FIFO算法----- 功能齐全
des加密模拟
- 用matlab仿真的DES算法加密源码
RSA.rar
- RSA加密解密,密码编码学与网络安全课程的重点之一。本程序用于模拟实现RSA的加密和解密算法,RSA encryption and decryption, password, encoding and network security course learn one of the key points. This procedure used to simulate the realization of RSA encryption and decryption algorithm
RSA
- RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
000
- 简单的模拟可变式分区管理,按各算法进行分配和回收空间 -Simple analog variable partition management, according to the algorithm of space allocation and recovery
P_C
- 生产者消费者问题的模拟算法,运行环境在VC-Consumer producer problem simulation algorithms, runtime environment in VC++
Banker_ResAllot
- 避免死锁的银行家算法模拟算法(书籍源码)-Bankers algorithm avoid deadlock of the simulation algorithm (book source)
cpu_time
- 按时间片轮转法进行CPU调度模拟算法(源码)-Rotary tablet press time CPU scheduling simulation method algorithm (source)
Banker_ResAllot1
- 避免进程运行死锁的银行家模拟算法(源码)-Avoid the deadlock of the bankers run the process simulation algorithm (source)
dongtai
- 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
jinchengdiaodusuanfa
- 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
TSP
- 有遗传算法及模拟退火算法对TSP的应用,有框架窗口。-A genetic algorithm and simulated annealing algorithm for TSP applications, there are frame window.
调页算法
- 大学操作系统课程中的虚拟内存管理,调页算法模拟,共有三种算法FIFO、LRU、OPT(Paging algorithm for virtual storage management in operating system)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
First Fit算法的java实现
- JAVA模拟内存分配与释放:首次适应算法(JAVA analog memory allocation and release)