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

搜索资源列表

  1. iomem_winnt_msvc.zip

    0下载:
  2. Win95和NT下直接存取物理内存和端口IO地址的程序
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:110219
    • 提供者:
  1. 端口及物理内存操作.zip

    1下载:
  2. 所属分类:弱点检测代码

    • 发布日期:
    • 文件大小:200129
    • 提供者:
  1. DirectAccessMEM

    0下载:
  2. Windows98下直接访问物理内存(带部分源代码)-Windows98 direct access to physical memory (with source code)
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7329
    • 提供者:王震
  1. 用 C 语言编写 Windows 服务程序的五个步骤

    1下载:
  2. Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30783
    • 提供者:杨杰
  1. PhysMemSource

    0下载:
  2. Windows NT有映射物理内存到一个Device,这个源码告诉你怎么去访问物理内存。-Windows NT are mapping physical memory to a Device, the source tell you how to access physical memory.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29491
    • 提供者:李中国
  1. Win95和NT下直接存取物理内存和端口IO地址的程序

    0下载:
  2. Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:110665
    • 提供者:吴均
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. Delphi-hide-porcess

    1下载:
  2. Delphi下真正隐藏进程的代码,由VC的代码转成D的,不是采用hook的方法实现的,真正从物理内存中去隐藏,绝大部分进程查看器找不着,效果不错-Delphi genuine process of hidden code, the code by VC D conversion. instead of using the hook method, and from physical memory to conceal most of the process viewer could not fi
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:178253
    • 提供者:cy
  1. iomem_winnt_msvc.zip

    0下载:
  2. Win95和NT下直接存取物理内存和端口IO地址的程序,Program in which physical memory and IO port address can be accessed directly in Win95 and NT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:110532
    • 提供者:
  1. WinIo.rar

    2下载:
  2. WinIo.dll源码及VC演示程序,WinIO是一个对I/O端口和物理内存进行存取操作的系统链接组件,通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,可以绕过了Windows系统的保护机制,从而连接指定端口可以成功。,WinIo.dll source code and VC demo, WinIO is an I/O ports and physical memory access links operating system components, through the use o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:190449
    • 提供者:zhong
  1. WinMem_wfh

    1下载:
  2. 绕过Windows操作系统的限制,直接访问物理内存-To bypass the Windows operating system limitation, direct access to physical memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:41186
    • 提供者:王华
  1. IntercessorreportsrcbinIntercessor

    0下载:
  2. 内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect vario
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1567643
    • 提供者:欣烁
  1. Readphysicalmemoryfromregistry

    0下载:
  2. 运用win32 api函数,从寄存器中读取物理内存中的信息.-Use win32 api functions, from the register to read the information in the physical memory.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1359
    • 提供者:21
  1. bios

    0下载:
  2. bios读取bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存 -bios read bios information exists physical memory f000: 0000, the key is how to read physical memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1827
    • 提供者:张星
  1. MMU_PowerPC_ARM_MemoryMapUint_VxWorks

    0下载:
  2. 讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制以及PowerPC下的MMU机制,并且详细讲述了VxWorks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存以及物理内存映射的很好资料。-This paper introduced MMU and VxWorks s MMU. It also explained the ARM and PowerPC.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:157839
    • 提供者:高竹红
  1. memoryinside

    0下载:
  2. 深入解析各种物理内存的结构和原理,对深入了解计算机的内存结构和原理非常有帮助。-Various depth Analysis of the structure and principles, a deeper understanding of the computer' s structure and the principle of very helpful.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:704872
    • 提供者:邹鹰
  1. getinformation

    0下载:
  2. 电脑系统信息的获取,包括操作系统、CPU信息、物理内存、虚拟内存和驱动器信息。-Access to information computer systems, including operating system, CPU information, physical memory, virtual memory, and drive information.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1605593
    • 提供者:jiaojiao003
  1. cache_server

    0下载:
  2. Cache Server网络内存数据库是将所有数据加载到物理内存,不需要访问磁盘 就直接访问数据,从而获得极高的存取速度和极强的并发访问能力的数据库管理系统,在设计风格上兼容主流数据库(MS SQL SERVER、SYBASE)的特点,客户端通过TCP网络的方式来访问Cache Server,目前不支持嵌入式。 -Memory Database Cache Server network is all data loaded into physical memory, without ac
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1217836
    • 提供者:刘孟
  1. srramdisk_au3

    0下载:
  2. 虚拟磁盘,能够让你把物理内存划出一部分作为硬盘使用。-Virtual disk, enabling you to set aside part of the physical memory as a hard disk to use.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:97166
    • 提供者:刘建华
  1. 内存监视

    0下载:
  2. 存储器管理 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
  3. 所属分类:系统编程

    • 发布日期:2014-04-17
    • 文件大小:2816
    • 提供者:psunny68
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com