CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - clock algorithm

搜索资源列表

  1. 小小秘书(SmartAssistant)

    0下载:
  2. 本软件用C#编写,功能强大,其内容有:系统时间读取与修改,正点报时,农历算法,时节算法,定时闹钟,定时关机,日程表,记事本,私人日记,语音秘书(含语音识别功能),通信录,优美活泼的界面,是网上少见的C#学习极品。你安装完试试,肯定让你喜欢。-the software with C# prepared, powerful, its contents are : system time to read with changes revealed timekeeping, the Lunar New
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1301
    • 提供者:
  1. 5个c程序源代码

    0下载:
  2. 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4900
    • 提供者:张广旭
  1. www[1].cnzz.cn

    1下载:
  2. 先进先出页面置换算法159 5.6.2最佳页面置换算法159 5.6.3最近最少使用页面置换算法160 5.6.4第2次机会页面置换算法161 5.6.5时钟页面置换 -FIFO replacement algorithm 159 pages 5.6.2 best replacement algorithm 159 pages recent 5.6.3 use at least 160 pages replacement algorithm 5.6.4 2nd chance pages repl
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2949
    • 提供者:贾冬
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. clock-algorithm

    0下载:
  2. 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:代怀凯
  1. Ex07

    0下载:
  2. 一个小时钟程序,可以开始计时和暂停,显示当前时间-a small clock algorithm, it can note the begining time and the finished time, and display the current time.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37246
    • 提供者:dy
  1. Clock

    0下载:
  2. 操作系统中的LRU的改进算法clock算法-Operating system clock Improved Algorithm LRU algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1576
    • 提供者:yang
  1. Clock

    0下载:
  2. 操作系统 的一个调度算法,主要功能已实现,clock用c++实现的-Operating system, a scheduling algorithm, the main function has been achieved, clock using c++ to achieve the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1576
    • 提供者:yang
  1. clock

    0下载:
  2. <模拟电子时钟的程序> 算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。 (显示时间格式:小时:分钟:秒) -" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (wh
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:929
    • 提供者:海涛
  1. replacement

    0下载:
  2. 页面更换实现简单常用的页面更换算法先来先服务(FIFO)、LRU(最久未使用页面更换)算法、时钟算法等-Page, the page replacement simple replacement algorithm used a first-come first-served (FIFO), LRU (most from lack of use page replacement) algorithm, the clock algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:13883
    • 提供者:
  1. Clock

    0下载:
  2. clock(时钟页面管理)算法程序代码-clock (clock page administration) algorithm code .......
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2485
    • 提供者:hehualong
  1. Clock

    0下载:
  2. 操作系统clock页面置换算法。。。自己写的-Operating system clock page replacement algorithm. . . Wrote it myself. .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1034589
    • 提供者:chezai
  1. TNachos-schedh

    0下载:
  2. 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算算法。NRU(Not Recently Used)算法SC(Second Chance)算法Clock算法Working Set算法Aging算法 -The purpose of this project is to achieve the page fault handler, this need at the appropriate time to
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:538537
    • 提供者:nanyi5452
  1. Sclockkc

    0下载:
  2. 关于操作系统clock内存调度代码,描述Clock算法的的基本原理、必要的数据结构、编码实现,已通过测试。 -On the clock of the operating system memory scheduler code Descr iption Clock Algorithm The basic principle of the necessary data structures, encoding realized has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1158
    • 提供者:消极
  1. clock

    0下载:
  2. 操作系统clock算法,用c实现。代码有详细的注释-The operating system clock algorithm, c to realize the code is detailed notes
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:959760
    • 提供者:
  1. Exam_2

    0下载:
  2. 使用MFC模拟时钟,详细的时钟算法,GDI绘图-Use MFC analog clock, the clock algorithm, GDI drawing
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-22
    • 文件大小:2476253
    • 提供者:陈敏
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  1. Clock

    0下载:
  2. 运用坐标旋转算法计较坐标旋转后的新坐标值,以及此原理制作的电子时钟,整个时钟是用GDI绘图绘制而成。在DEMO中还可以手动输入旋转角度,绘制旋转后的直线。-Coordinate rotation coordinate values ​ ​ using the new algorithm rotated coordinate care, and this principle of making electronic clock, the whole clock is made
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:66494
    • 提供者:小李
  1. clock

    0下载:
  2. Clock paging replacement algorithm - reads from a txt file for easy use and utility
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1139
    • 提供者:BOrnAgain
  1. Clock

    0下载:
  2. 用MFC实现的模拟时钟程序,用走样直线实现,和用反走样直线算法绘制指针-Use the analog clock program MFC implementation, implementation and use with aliased line, anti aliasing line drawing algorithm pointer
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1995622
    • 提供者:zhchwl
« 12 »
搜珍网 www.dssz.com