搜索资源列表

  1. opt

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

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:tian
  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
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:704512
    • 提供者:yaowenxue
  1. OPT

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

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:曾华
  1. Ant-Algorithmcpp

    0下载:
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:260096
    • 提供者:占志刚
  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. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:钱小冬
  1. ex2

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1926144
    • 提供者:营私
  1. opt

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

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:op
  1. ant

    0下载:
  2. 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3737600
    • 提供者:newshowing
  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:kkk
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:李明博
  1. 2opt.tsp.cpp

    0下载:
  2. Its a C/C++ implementation of 2-opt algorithm for Solving Travelling Salesman Problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Prasenjit Nag
  1. opt-aiNet

    1下载:
  2. 免疫网络优化程序,用于多峰函数优化,精度高,收敛性好-Immune network optimization program for multimodal function optimization, high accuracy, good convergence
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:shixuhua
  1. OPT-sequence-alignment

    0下载:
  2. OPT基因序列比對 也為字串比對是一個簡單比對string的範例-OPT gene sequence alignment for pattern matching is a simple example of string comparison
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:330752
    • 提供者:dennis
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:soong
  1. OPT

    0下载:
  2. OPT(最优选择)算法的设计与实现,分析该算法的命中率和缺页率-OPT (optimal choice) algorithm design and implementation, analysis of the algorithm hits and page fault rate
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lj
  1. GA-opt-BP

    0下载:
  2. 用遗传算法优化bp神经网络,很好用,可以试试。-GA opt bp
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:83968
    • 提供者:王秋实
  1. FIFO-LRU-OPT

    0下载:
  2. opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:291840
    • 提供者:
  1. OPT

    0下载:
  2. 实现opt算法,在vc++环境下.便于实现最佳页面替换算法。-Achieve opt algorithm, vc++ environment. Easy to achieve the best page replacement algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:MIKE
  1. gpso4.2-opt

    0下载:
  2. 基于遗传微粒群算法,对旅行商问题求解,采用2-opt进行局部搜索。GPSO4tsp-Genetic particle swarm algorithm for solving the traveling salesman problem, using 2-opt local search. GPSO4tsp
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:940032
    • 提供者:wuwu
« 1 2 34 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org