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

搜索资源列表

  1. io port

    0下载:
  2. direct access of io address/memory
  3. 所属分类:其他小程序

    • 发布日期:2012-02-23
    • 文件大小:822.52kb
    • 提供者:ahhuat123
  1. DOS4G

    0下载:
  2. DOS下进入Protect Mode,任意访问0-4GB内存地址数据。-DOS into Protect Mode, random access memory address 0-4GB of data.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:10.36kb
    • 提供者:卜随义
  1. fzmxj

    1下载:
  2. 计算机组成原理课程设计.模型机设计四大类指令共十六条,其中包括算术逻辑指令、I/O指令、访问存储器及转移指令和停机指令。-Principles of Computer Organization Course Design. Model design commands a total of four major categories of 16, including the arithmetic logic instruction, I/O commands, access memory and
  3. 所属分类:Other systems

    • 发布日期:2015-01-18
    • 文件大小:10.62kb
    • 提供者:刘家兵
  1. DMA

    1下载:
  2. DMA Directly memory acce-DMA Directly memory access
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:28.24kb
    • 提供者:quanghien666
  1. source_delete_new

    0下载:
  2. 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2.45kb
    • 提供者:gezhenjiang
  1. Sorted_Link

    0下载:
  2. Linked lists are among the simplest and most common data structures, and are used to implement many important abstract data structures, such as stacks, queues, hash tables, symbolic expressions, skip lists, and many more. The principal benefit o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.18kb
    • 提供者:neha
  1. fifo

    0下载:
  2. 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存-Generate a need to access the instruction address stream. It is a series of instructions need to access the addre
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3.49kb
    • 提供者:郭小小
  1. LRU

    0下载:
  2. 1、产生一个需要访问的指令地址流,它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分。   2、指定合适的页面尺寸(例如以 1K或2K为1页);   3、指定内存页表的最大长度,并对页表进行初始化; 4、每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存——如果该页已在主存,则打印页表情况
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:677byte
    • 提供者:黄俊
  1. mapfile

    0下载:
  2. 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -Create or open a file kernel object, the object is used to identify the disk you want to be used as memory-mapped file to create a file-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.43kb
    • 提供者:fans
  1. Using_Malloc_in_VB

    0下载:
  2. Using Malloc in VB6 - In computing, malloc is a subroutine for performing dynamic memory allocation. This code shows how to create little chunks of memory completely independently of variables or classes, how to access their contents, reallocate them
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:8.17kb
    • 提供者:trendbend
  1. sdssasa

    0下载:
  2. 内存读写,适合初学者进行学习研究,不错的源码-Memory access, suitable for beginners to learn research, a good source
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:
  1. Cache-and-main-memory

    0下载:
  2. 由于cache比主存小很多,为了保证CPU执行指令时可正确访问存储单元,需将用户程序中的逻辑地址转换为运行时由机器直接寻址的物理地址,这一过程称为地址映射,所以必须使用一种机制将主存地址定位到cache中,就构成了地址映射,因为需求不同,也就导致了不同的地址映射方式,主要有直接映射、组相联映射、全相联映射三种地址映射方式-Because cache than main memory small many, to guarantee CPU implementation instruction c
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:28.39kb
    • 提供者:zcc
  1. api-access-memory-graphics-source

    0下载:
  2. api取内存图形源码,可以实现读取内存的图像数据-api access memory graphics source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:20.32kb
    • 提供者:chen
  1. dynamic-access-memory

    0下载:
  2. C++下的动态内存申请,软件开发的入门级别例程,有利于初学者的理解。-Dynamic access memory in cpp environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:128.51kb
    • 提供者:冯建设
  1. memory

    1下载:
  2. 设计一个能够对实验台上的存储器读写的部件,满足以下目标: (1)一个16位的存储器地址寄存器。该寄存器在reset为低电平时清零,在时钟clk的上升沿加1,地址寄存器在超过ox000f后下一个时钟上升沿回到0。 (2)一个标志寄存器,在reset为低电平时复位为0,当存储器地址寄存器等于0x000f后,下一个时钟clk的上升沿标志寄存器翻转。 (3)在标志寄存器为0时执行存储器存数功能,从存储器的0单元开始存16个16位数。按动一次单脉冲按钮,存一次数,存的数由内部产生,不由实验台开
  3. 所属分类:Other systems

    • 发布日期:2014-06-26
    • 文件大小:1kb
    • 提供者:薛妮
  1. Access-memory

    0下载:
  2. 用vhdl写的一个存储器访问程序,下载到FPGA运行通过,有助于了解memory的工作原理。-The vhdl write a memory access program, downloaded to the FPGA to run through the help understand memory works.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:209.76kb
    • 提供者:lei liming
  1. ECAN-参考

    0下载:
  2. 实现增强型控制器局域网(ECAN )模 块功能过程中直接存储器访问(DMA)模块的作用。 此文档对使用CAN协议进行通信的工程师非常有用。(Implementation of an enhanced controller LAN (ECAN) module The function of the direct memory access (DMA) module in the block function process. This document is very useful for
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:7kb
    • 提供者:龙藏
  1. STM32 DMA实验

    0下载:
  2. 无需CPU直接控制传输 直接存储器访问 CPU功率提高(Direct control of direct memory access to CPU power improvement without CPU direct control)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1.47mb
    • 提供者:jie726
  1. rqm_popup.user.js

    0下载:
  2. This is a memory access tripartite windows library, through which you can access the memory data.
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:YU-------
  1. __64-winio64.dll3.0.0.0

    0下载:
  2. This is a memory access tripartite windows library
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:23kb
    • 提供者:YU-------
« 12 3 »
搜珍网 www.dssz.com