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

搜索资源列表

  1. LockMemory

    0下载:
  2. 锁住PC机的物理内存,不让操作系统其它程序访问。这种锁内存的方法在某些场合非常有用。-The code can lock PC physical memory, let other programs of the operating system can not access. This method of locking the memory is very useful in some situations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:18695
    • 提供者:Lee
  1. c_create_srv

    0下载:
  2. 本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。-This article will establish and implement a simple service program, its function is to query the number of physical memory available in the system, and then writes the results to a text file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6312
    • 提供者:cds
  1. Demo

    0下载:
  2. 通过此程序可以及时获取自己主机的物理内存的详细信息-Through this program can have timely access to their host physical memory details
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2274664
    • 提供者:安杰
  1. vcMemory

    0下载:
  2. VC++ 获取物理内存参数一例,获取本地电脑的内存使用率、总物理内存大孝物理内存可用数、页文件总数、虚拟内存总数、虚拟内存可用数等。 -VC++ to obtain physical memory parameters one example, access to the local computer' s memory usage, total physical memory physical memory available a large number of filial pie
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:10812
    • 提供者:
  1. KernelMem

    1下载:
  2. 通常在WINDOWS下的应用程序工作在保护模式,只能读取WINDOWS虚拟内存管理分配的地址空间 DOS下16位程序可以以虚拟86模式下访问实模式地址空间,WINDOWS提供了一个物理内存内核对象,经由此对象可以访问整个物理内存区,BIOS信息就在物理内存的FF400处.-Generice Physical memory access under win32 plateform. In x86 protect mode,windows application only can access 4G
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:171018
    • 提供者:ht Zhang
  1. hakhdakd

    0下载:
  2. Windows 9x下VxD读写物理内存,适合初学者进行学习研究,不错的源码-Under Windows 9x VxD to read and write physical memory, suitable for beginners to learn research, a good source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:452123
    • 提供者:ideae5
  1. eqeqwed

    0下载:
  2. Windows 9x下用16位DLL读写物理内存,适合初学者进行学习研究,不错的源码-Under Windows 9x 16-bit DLL used to read and write physical memory, suitable for beginners to learn research, a good source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:497090
    • 提供者:ideae5
  1. ashdkadhjk

    1下载:
  2. Windows NT2000读写物理内存,适合初学者进行学习研究,不错的源码-Windows NT2000 read and write physical memory, suitable for beginners to learn research, a good source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-01-16
    • 文件大小:319488
    • 提供者:ideae5
  1. Memory

    0下载:
  2. 界面比较友好,能比较清楚地看到物理内存和虚拟内存的大小和使用情况;还能整理内存。-More friendly interface, can more clearly see the physical memory and virtual memory size and usage can order memory.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:37239
    • 提供者:吴彬逸
  1. CheckMemory

    0下载:
  2. 检查内存大小,查看物理内存总大小,可用大小.C#开发.-Check the memory size, see the total size of physical memory, available size. C# development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:34607
    • 提供者:
  1. WinIo

    0下载:
  2. WinIo.dll源码及VC演示程序,WinIO是一个对I/O端口和物理内存进行存取操作的系统链接组件-WinIo.dll demo program source code and VC, WinIO is an I/O ports and physical memory access operation of the system link components
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:188462
    • 提供者:王小二
  1. os_exp2

    0下载:
  2. 编程序模拟请求页面调度中的页面置换算法,基于同样的页面序列对比它们的命中率,观察当物理内存容量变化时算法的结果有什么不同。-Programmable analog paging request in the page replacement algorithm, based on the same page sequence comparison of their hit rate was observed when the algorithm changes the physical memo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2246
    • 提供者:lixinkai
  1. ucore-lab2

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:777572
    • 提供者:gyh
  1. DeviceDriveDemo

    0下载:
  2. 基于对话框的应用程序,应用List Box和List Control可以获取磁盘名和空间、显示器分辨率、物理内存使用情况。-Dialog-based application, List Box and List Control applications can access the disk name and space, display resolution, physical memory usage.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:28713
    • 提供者:冯冯
  1. yuhao3

    0下载:
  2. 理解操作系统文件系统设计的原理。利用逻辑内存和物理内存的方法分配-this is the os
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2099359
    • 提供者:俞颢
  1. sysinf11

    0下载:
  2. 系统信息组件:注册信息,windows类型版本,网络计算机名,登陆名,可用物理内存,GDI,用户资源- System info component for Delphi 32. It shows following information: Register information of operating system (Owner, Organisation) Windows type, version, build, install date, path and temp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:9437
    • 提供者:陈波
  1. process_monitor

    0下载:
  2. 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。-Design a memory monitor, real-time display of current system memory usage, including the layout of the system address space, physical memory usage real-time display of a p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-02
    • 文件大小:14794277
    • 提供者:wilma
  1. Get-Memory-Info

    0下载:
  2. 获取物理内存的参数,虽然简单,但是是熟悉WINDOW高阶编程的很重要的一步!-Access to physical memory parameters, although simple, but it is a very important step familiar with the high-end programming of the WINDOW!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:12551
    • 提供者:沈辉
  1. AMMU_PowerPC_b

    0下载:
  2. 讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制和PowerPC下的MMU机制,并且详细讲述了VxWorrks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存和物理内存映射的很好资料。 已通过测试。 -About the MMU address mapping mechanism, and described the mechanism of the ARM architecture MMU mechanisms and PowerPC MMU, and a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:157646
    • 提供者:zhebaiye
  1. MemoryUsageManager

    0下载:
  2. c++ 代码实现动态占用物理内存功能,需要管理员权限-physical memory use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7006993
    • 提供者:elly
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com