CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opt

搜索资源列表

  1. opt

    1下载:
  2. C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:200322
    • 提供者:woaic
  1. 页片置换中的FIFO、LRU和OPT算法

    1下载:
  2. 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
  3. 所属分类:Windows编程

    • 发布日期:2010-06-13
    • 文件大小:438072
    • 提供者:zhang20082100
  1. ccgl

    0下载:
  2. 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:704204
    • 提供者:yaowenxue
  1. Ant-Algorithmcpp

    1下载:
  2. 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-08
    • 文件大小:260103
    • 提供者:占志刚
  1. aaa

    0下载:
  2. FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:14924
    • 提供者:yourname
  1. read_location_data

    0下载:
  2. this is a simple2-opt code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:870
    • 提供者:aunler
  1. FIFO.OPT

    0下载:
  2. 操作系统课程设计(源码和报告) 请求页式管理缺页中断模拟设计--FIFO、OPT-Operating systems curriculum design (source code and reports) request page management page fault analog design- FIFO, OPT
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1090518
    • 提供者:wangyao
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:eddycen
  1. os

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1068
    • 提供者:bartok
  1. fifo-opt

    0下载:
  2. 四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:55571
    • 提供者:how
  1. R-Opt-Lin-Kernighan

    0下载:
  2. Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:17898
    • 提供者:云祖
  1. opt

    0下载:
  2. matlab 多种非线性优化的实例程序!-matlab!!!!!!!!!!!!!!!!!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:133304
    • 提供者:tian
  1. OPT

    0下载:
  2. 置换策略:也称淘汰策略,涉及的是当内存可用空间不能装下需要调入的信息时,决定调出已占用内存某个区域的那一块信息以便腾出空间。 OPT该算法的基本思想是:发生缺页时,有些页面在内存中,其中有一页将很快被访问(包含紧接着的下一条指令的那页),而其他页则可能要到10、100、或1000条指令之后才被访问,每个页都可以用在该页面首次被访问前所要执行的指令数进行标记 -Replacement Policy: also known as the phase-out strategy, involvi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:171887
    • 提供者:曾华
  1. OPT

    0下载:
  2. 页面调度OPT算法:基于C++的关于模拟页面调度的算法、代码。OPT:最佳页面调度算法。仅供参考。-OPT paging algorithm: C++ based on the simulation of paging algorithms, code. OPT: optimal scheduling algorithm for page
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:1304
    • 提供者:钱小冬
  1. ex2

    0下载:
  2. FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:wangyi
  1. yemianzhihuansuanfa

    0下载:
  2. MFC实现页面置换,可视化! 先入先出法(FIFO) 最优置换算法(OPT) 最久未使用算法(LRU)-AppWizard has created this group_20 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1926505
    • 提供者:营私
  1. opt

    0下载:
  2. 象棋OPT文件,实现相关功能,希望有所帮助-Chess OPT file for the relevant functions
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:3422
    • 提供者:op
  1. opt光源控制源码

    0下载:
  2. OPT光源控制C#源码及协议,对于机器视觉这一块的很有帮助(OPT source control C# source code and protocol)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:35840
    • 提供者:czl760
  1. opt光源控制源码

    0下载:
  2. OPt厂家光源控制源码,含有具体的通信协议,怎么通过指令控制(OPt source control light source, contains specific communication protocols, how to control through instructions.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-01
    • 文件大小:35840
    • 提供者:jason666
  1. 2-opt

    1下载:
  2. 运用2-opt算法解决TSP(旅行商问题),满足自定义五个点及自设迭代次数,包括可视化结果。(TSP (Traveling Salesman Problem) is solved by using 2-opt algorithm, which satisfies five custom points and self-designed iteration times, including visualization results.)
  3. 所属分类:*行业应用

    • 发布日期:2020-05-13
    • 文件大小:1024
    • 提供者:glam
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com