搜索资源列表
NRU
- 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is practical use out of the many
clock_xiaoyi
- 这是编写的一个操作系统的clock算法。是在vc++环境下编绎的。-This is the preparation of an operating system clock algorithm. In vc environment unravel the series.
wangnianlidesuanfa
- 关于多工能数字时钟的年月日及闰年和平年的算法-On the multi-tasking digital clock date and the leap year algorithm Year of Peace
Pagereplacementalgorithm
- 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
clock
- 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
timing_syn
- 用Gardner算法时钟同步的BPSK的源程序-Gardner algorithm for clock synchronization with the source code BPSK
Ch_RTT_TWT_UTD_HAICEHUI
- 功能:该程序用于仿真时间同步算法双向不等时间同步方法(TWT-UTD)与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂,输出:两幅同步误差比对图。-Features: The program for the simulation time synchronization method of time synchronization algorithm for two-way ranging (TWT-UTD) and no drift from the time when the meth
Ch_RTT_TWT_UTD
- 功能:该程序用于仿真时间同步算法双向不等时间同步方法与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂。输出:两幅同步误差比对图。-Features: The program for the simulation of two-way time synchronization algorithm for time synchronization methods ranging from no time when the drift from school method (RTT). Inpu
BandpassSignalGen
- generation of wideband high dynamic range analog signal for area-efficient MADBIST, especially for the on-chip testing of wireless communication IF digitizing sigma–delta modulator chip. Via increasing the order of the one-bit bandpass sigma–delta m
page_replacement1
- visual c++描述的页面时换算法,此程序提供三个算法,分别是LRU,CLOCK,FIFO算法-visual c++ conversion method described in the page, this program provides three algorithms, namely LRU, CLOCK, FIFO algorithm
clockal
- 一个钟表,算法很经典。从CSDN上下来的东西。嘿嘿。-A clock, the algorithm is very classic. CSDN down from things. Hehe.
accurate-time
- 一种精确时钟同步协议的最佳主时钟算法,实现网络的高度精确校时-An accurate clock synchronization protocol best master clock algorithm, to achieve highly accurate timing network
clock
- 页面调度算法,带有修改位的clock算法。-the modified clock algorithm
clock
- 改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=0的页面,若找到,则置换页面,第一次扫描过程中不修改访问位。
clock
- CLOCK改进算法, 按照最多5块的内存分配情况,编程实现所选算法,动态输入访问内存的块号序列,输出置换结果; 测试:输入合法、非法的访问序列数据,检查程序的正确性和健壮性。-CLOCK algorithm improvements, in accordance with up to five memory allocation in programming to the selected algorithm, the dynamic input access memory block n
refraction_column_outer
- 用已知的空间两点求解声束穿过去界面的声束传播路径非线性算法。-Known spatial two o' clock solve the acoustic beam to pass through to the interface of the sound beam propagation path algorithm.
test_rate_OK
- 主要仿真了基于物理层的时钟同步的仿真,耦合作用下,基于O.Simeone同步算法的处理过程,4个节点的时钟周期经过短暂的波动后逐渐达到稳定状态,实现了时钟偏差(skew) 的补偿,达成时钟频率的同步。-Major simulation clock synchronization based on physical layer simulation, coupling effect, based on O.Simeone synchronization algorithm process no
4zhongyemiandiaodusuanfa
- 基于一个虚拟存储区和内存工作区,设计下述算法并计算访问命中率。 1、最佳淘汰算法(OPT) 2、先进先出的算法(FIFO) 3、最近最久未使用算法(LRU) 4、简单时钟(钟表)算法(CLOCK) 命中率=1-页面失效次数/页地址流(序列)长度 -Based on a virtual memory storage area and work area, the following algorithm design and calculate the h
Language
- LANGAUGE,可以用在GPS轨道拟合和卫星钟差拟合等场合,算法简单,值得尝试-LANGAUGE, can be used in GPS orbit fitting and satellite clock error fitting occasion, algorithm is simple, is surely worth a try
testSortings
- 编写选择排序、插入排序、冒泡排序、快速排序、堆排序、希尔排序、归并排序、基数排序算法,加上C++库函数sort,调用系统时钟clock对排序算法做效率比较。-Write selection sort, insertion sort, bubble sort, quick sort, heap sort, Hill sort, merge sort, radix sort algorithm, plus C++ library function sort, calling the system c