CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - virtual memory

搜索资源列表

  1. lcx_LINUX-mlock

    0下载:
  2. LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system call mlock code analysis, LINUX,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:114696
    • 提供者:liyu
  1. Frontier_Processors_Architecture

    0下载:
  2. instruction level parallel caches pipeline virtual memory
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9132136
    • 提供者:wangqian
  1. understand_the_Linux_Virtual_Memory

    0下载:
  2. 深入理解linux/unix下的虚拟内存工作原理-Depth understanding of linux/unix work under the principle of virtual memory
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1044117
    • 提供者:li
  1. Virtual_Memory_and_IO

    0下载:
  2. Virtual Memory and IO
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:483752
    • 提供者:Vmware007
  1. virtual_memory

    0下载:
  2. virtual memory concept
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:9268
    • 提供者:santu
  1. redis_study_handwrite

    1下载:
  2. 一、redis 环境搭建 2 二、redis学习笔记之数据类型 3 三、redis学习笔记之排序 11 四、redis学习笔记之事务 五、redis学习笔记之pipeline 20 七、redis学习笔记之持久化28 八、redis学习笔记之主从复制 30 九、redis学习笔记之虚拟内存 -Redis environment to build two redis the data type of the study notes, redis learning the notes of the
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:29581
    • 提供者:kent lee
  1. Introduction-to-File-Infection-Techniques

    0下载:
  2. This paper was written within the scope of the author´ s own learning process, during her studies of computer science and on the basis of her own malware analyses. It was published in order to offer an introduction to several file infection t
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:403326
    • 提供者:kgch
  1. virtual-memory

    0下载:
  2. 虚拟内存设备驱动实验,通过C语言编写虚拟内存设备驱动程序-Experiment of virtual memory, device drivers, virtual memory, device drivers written in C language
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:13424
    • 提供者:浏阳
  1. 13-MEMORY-MANAGEMENT

    0下载:
  2. memory management used in vc++.it shows how to use virtual memory.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:18513
    • 提供者:ravi
  1. ST32F217GZ_UMSD.RAR

    0下载:
  2. STM32F217GZ_ETH.rar - WEB server to test external memory and interaction with SK-WF43BTIBED0TP-Plug ST32F217GZ_VCOM.RAR - project a virtual COM port ST32F217GZ_UMSD.RAR - SD card reader. Attention! Communication with the card is organized not b
  3. 所属分类:Software Testing

    • 发布日期:2017-11-06
    • 文件大小:3963163
    • 提供者:Alex
  1. 1111111111

    0下载:
  2. VC类存映射源码与说明,内存映射文件与虚拟内存有些类似,通过内存映射文件可以保留一个地址空间的区域,同时将物理存储器提交给此区域,内存文件映射的物理存储器来自一个已经存在于磁盘上的文件,而且在对该文件进行操作之前必须首先对文件进行映射。使用内存映射文件处理存储于磁盘上的文件时,将不必再对文件执行I/O操作,使得内存映射文件在处理大数据量的文件时能起到相当重要的作用。-VC class source code and descr iption of the memory map, memory-m
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:1492
    • 提供者:huang
  1. Virtual-screen-and-realization-

    0下载:
  2. Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:9031
    • 提供者:iwen
  1. Python-source-code-analysis

    0下载:
  2. 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:27993901
    • 提供者:wuyong
  1. tmpfs

    0下载:
  2. Linux内存仿真虚拟硬盘的办法_tmpfs-Memory emulation virtual hard way _tmpfs
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:112430
    • 提供者:love
  1. PrimoRamdisk_pj

    0下载:
  2. Ramdisk 多余的内存虚拟成硬盘,缓存放上面,速度杠杠的. 亲测可用,-The excess Ramdisk into the hard disk virtual memory, cache, the speed of the lever. The pro
  3. 所属分类:Software Testing

    • 发布日期:2017-05-11
    • 文件大小:2353399
    • 提供者:李涛
  1. Scripting-QTP---CH03---VBScrict-Basics

    0下载:
  2. A variable is a virtual container in the computer s memory or convenient placeholder that refers to a computer memory location where you can store program information that may change during the time your scr ipt is running. Where the variable is stor
  3. 所属分类:Software Testing

    • 发布日期:2017-05-03
    • 文件大小:571846
    • 提供者:TRAN Q. Cuong
  1. ObjectModel-

    0下载:
  2. C++对象模型在内存中的实现,讲述了类,继承以及虚继承的内存布局;成员变量和成员函数的访问已经访问时的开销情况,包含虚函数的情况,考察构造函数,析构函数,以及特殊的赋值操作符成员函数是如何工作的,数组是如何动态构造和销毁的;简单地介绍对异常处理的支持。-C++ Object Model in memory, about classes, inheritance and virtual inheritance memory layout overhead circumstances access
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:309548
    • 提供者:namejiang
搜珍网 www.dssz.com