CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - physical memory

搜索资源列表

  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
    • 文件大小:30.06kb
    • 提供者:杨杰
  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
    • 文件大小:174.08kb
    • 提供者:cy
  1. HDDIO

    1下载:
  2. 直接访问硬件端口和物理内存.读硬盘参数和主板BIOS信息。-direct access to hardware ports and physical memory. Reading drive and motherboard BIOS parameter information.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:liuqing
  1. WinMemoryTest

    0下载:
  2. 对Windows分配虚拟内存、改变内存状态,以及对物理内存(physical memory)和页面文件(pagefile)状态查询的API函数的功能、参数限制、使用规则
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20.14kb
    • 提供者:mating
  1. WinIO的应用

    0下载:
  2. 使用BCB直接访问硬件端口和物理内存的源程序 -use BCB direct access to hardware ports and physical memory of the source
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.15kb
    • 提供者:王华
  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
    • 文件大小:185.99kb
    • 提供者:zhong
  1. windriver

    0下载:
  2. 用于WINDOWS下的硬件直接访问,端口,物理内存等-for driver windows hardware,very useful,port,physical memory and so on
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-23
    • 文件大小:6.96mb
    • 提供者:jiangsiling
  1. phymem

    0下载:
  2. 访问物理内存、端口和PCI配置空间,利用了ACPI开放库-Access to physical memory, ports and PCI configuration space, the use of the ACPI open database
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:58.74kb
    • 提供者:aaa
  1. WinIoTest

    0下载:
  2. 本程序可以饶过WINDOWS操作系统对端口和物理内存直接读写!-This procedure can not executed on the WINDOWS operating system ports and physical memory directly read and write!
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:7.76kb
    • 提供者:Luo
  1. RAMInspector

    1下载:
  2. 内存性能状态指示器 2.0(VB.NET2005) =================================== 这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =====================
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:359.81kb
    • 提供者:qq306099455
  1. RegistryNET

    0下载:
  2. 内存性能状态指示器 2.0(VB.NET2005) =================================== 这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =====================
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:26.11kb
    • 提供者:qq306099455
  1. windows

    0下载:
  2. 显示系统信息,和驱动器序号.内存物理内存的使用和剩余-Display system information, and the drive serial number. Memory physical memory use and the remaining
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:4.26kb
    • 提供者:韩济蓬
  1. SourceWinIO

    0下载:
  2. The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques. -The
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:75.62kb
    • 提供者:ChameLeon
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8.15kb
    • 提供者:jeevan
  1. 7-2

    0下载:
  2. 虚拟内存操作 如何分配一个大容量空间,将物理存储委托给其中的很小一部分(千分之一)并加以使用。 -Virtual memory operations How to allocate a large-capacity space, physical memory assigned to a small fraction of them (one thousandth) and to use them.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:802byte
    • 提供者:li yang
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:96.46kb
    • 提供者:xianghengfu
  1. NtOpenProcess

    0下载:
  2. Hook legal para aprender NtOpenProcess[Inline Hook]
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:16.22kb
    • 提供者:munizf
  1. pp

    0下载:
  2. 1、编程接收从键盘上输入的页面使用序列,序列长度不确定,根据输入内容不同而变化。 2、设置分配策略(全局分配或局部分配),设定每个进程分给的页数以及整个物理内存容量 3、显示出了页面走向图 4、计算出该序列的缺页率 5、内存不足时的淘汰算法采用LRU法-1, programmed to receive input from the keyboard on the page using the sequence, sequence length uncertainty, varie
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.26kb
    • 提供者:唐媛
  1. Memoryinfo

    0下载:
  2. Gets and shows info about physical memory -Gets and shows info about physical memory ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:109.02kb
    • 提供者:stxneos
  1. DRIVER

    0下载:
  2. 如何加内存!一种User Mode下访问物理内存及Kernel Space的实现-How do I increase the memory! Of a User Mode to access physical memory, and the realization of Kernel Space
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:29.41kb
    • 提供者:helen
« 12 3 4 »
搜珍网 www.dssz.com