CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - virtual memory

搜索资源列表

  1. 10_90

    0下载:
  2. 问题的提出:编写一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资5000元另加其所管部门销售额的5%),要求用虚函数实现-the problem : the preparation of a small company's wage ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1096
    • 提供者:萝卜
  1. 人工智能要求

    0下载:
  2. //主函数,主要是用于启动用于模拟虚存活动和进行监控的两个线程;-/ / main function is mainly used to launch virtual memory used to simulate and monitor activities of the two threads;
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3092
    • 提供者:张亚
  1. ParallelLBM

    2下载:
  2. Parallel LBM in C++ In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-10-13
    • 文件大小:766
    • 提供者:lcg
  1. LRU

    0下载:
  2. 虚拟内存中的LRU算法,有需要的可以拿去参考一下啊-Virtual memory in the LRU algorithm, there is a need to be taken to refer to the ah
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-26
    • 文件大小:46392
    • 提供者:海阔天空
  1. yemianzhihuan

    0下载:
  2. 在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtual memory in the virtual space
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:245782
    • 提供者:小江
  1. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:284962
    • 提供者:0
  1. uOttawaDevice

    0下载:
  2. virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:27736
    • 提供者:杜天宇
  1. yizhilinkedlist

    0下载:
  2. 异质链表的实现。实现异质链表的查找、插入、删除和遍历。面向对象编程,类,多态,继承,虚函数,虚析构函数,内存泄露 -Heterogeneous linked list implementation. Find heterogeneous linked list to achieve, insert, delete, and traverse. Object-oriented programming, classes, polymorphism, inheritance, virtual fu
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:599214
    • 提供者:panwang
  1. LRUsuanfamoni

    0下载:
  2. 1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7980
    • 提供者:LIULIU
  1. suanfa_diaodu

    0下载:
  2. 设计一个虚拟存储区和内存工作区 , 并使用下述算法计算访问命中率。 (1) 先进先出的算法 (FIFO) (2)最近最久未使用的算法调度-Design a virtual memory storage area and work area, and access using the following algorithm to calculate the hit rate. (1) FIFO method (FIFO) (2) lack of use of the algorithm i
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2189
    • 提供者:晒晒太阳
  1. RP094_VOL.5-2234

    0下载:
  2. artithe intelligent virtual environment in an artificial fish of virtual auditory system is designed in this paper. Firstly, the model of artificial fish of auditory system in intelligent virtual environment (IVE) is built. Secondly, two-laye
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:689793
    • 提供者:LH
  1. parallel-computation2010

    0下载:
  2. 使用虚拟处理器的SPMD 并行程序,我将介绍使用虚拟处理器的一些结果 技术,并行计算程序的一些SPMD。 “ 测试的技术真正的处理器是英特尔超线程, 和程序,浮点计算的MATLAB脚本。 工作的关注实用和限制的结论 使用的方法。主要结果是,使用虚拟处理器 不仅为改善并行程序是一个很好的技术 基于内存的计算,但在大量的磁盘存储的情况下 操作太多。 -Using virtual processors for SPMD parallel programs,I
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:97631
    • 提供者:linpandr
  1. GetMemoryStatus

    0下载:
  2. 使用系统函数GlobalMemoryStatus()和数据结构MEMORYSTATUS查看系统内存和虚拟存储空间使用情况,使用VirtualAlloc()函数和VirtualFree()函数分配和释放虚拟内存空间。-Using the system function of the GlobalMemoryStatus () and data structure the MEMORYSTATUS view the system memory and virtual memory space, us
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1190559
    • 提供者:slp
  1. sizeof_virtual

    0下载:
  2. 测试虚函数的例程,测试虚函数所占用的内存,内存分部-Test virtual functions routines, the memory occupied by the test virtual functions, memory segments
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:709
    • 提供者:hsj
  1. 4zhongyemiandiaodusuanfa

    0下载:
  2. 基于一个虚拟存储区和内存工作区,设计下述算法并计算访问命中率。 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3082
    • 提供者:颜灏澜
搜珍网 www.dssz.com