资源列表
logisticdiedaifuzhi
- The logistic map is a polynomial mapping (equivalently, recurrence relation) of degree 2, often cited as an archetypal example of how complex, chaotic behaviour can arise very simple non-linear dynamical equations. -The logistic map is a polynomial m
generatepulses.m
- generate a single pulse
qq--no--ad
- 最新版QQ聊天界面去掉文字广告,适用于windows下的QQ客户端-The latest version of the QQ chat interface to remove text ads for the windows client QQ
Fcfs
- Implementation Of FCFS algorithm-Implementation Of FCFS algorithm..
Selection-Sort
- 用冒泡法对整型和双精度型数组进行排序的c++程序-Bubble Act of integer and double-precision array sort c++ program
a
- 用c++编写和调试一个进程调度的算法程序,能够运行,仿真操作系统中进程调度的原理和过程。进程调度要求使用高响应比优先的动态优先级调度算法。-failed to translate
priority-dispatching-procedures
- 设计一个按优先数调度实现处理器调度的程序-a number of priority dispatching procedures
link
- 操作系统调试技术,操作系统只用,操作系统调试技术,操作系统只用-Debugging operating system technology
detection
- dead lock detection algorithm used in os
aslr
- Minix操作系统中实现Address space layout randomization的补丁。-Minix operating system to achieve Address space layout randomization of the patch.
1
- (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如P1~P5。 • 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 • 状态——假设两种状态:就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态。 (2) 开始运行之前,为
sun
- FIFo Page Replacement Source Code