CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - memory management

搜索资源列表

  1. mmuos

    1下载:
  2. 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:74.88kb
    • 提供者:韦东
  1. mem_admin

    0下载:
  2. 一个ARM内核通用的内存管理程序。通过使用三个链表进行管理,能减少内存碎片的发生。-a generic ARM kernel memory management procedures. Through the use of three chain management, can reduce the incidence of memory debris.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:6.17kb
    • 提供者:许晖冬
  1. pc_simulate

    0下载:
  2. 一个内存管理的PC端的模拟器。是初学者对内存管理有个感性的认识-a memory management on the PC simulator. Yes beginners memory management is a perceptive understanding
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:801.43kb
    • 提供者:许晖冬
  1. C_memory_manage

    0下载:
  2. C语言的内存管理函数和说明,对C和C++的开发人员很有帮助-C language memory management functions and instructions.It is helpful to C and C++ developers
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:10.32kb
    • 提供者:Michael Zhang
  1. s3c2410_MMU

    0下载:
  2. 关于s3c2410 如何操作MMU(虚拟内存管理)的文档,有助于了解三星的ARM原理-S3C2410 how to operate on the MMU (virtual memory management) of documents, help to understand the principle of Samsung
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:260.24kb
    • 提供者:江涛涛
  1. C

    0下载:
  2. arm的C语言教程 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计-arm of the C language tutorial without operating system support for embedded systems software, including
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-21
    • 文件大小:5.75mb
    • 提供者:朱明健
  1. User_manual_2410x

    0下载:
  2. This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1.93mb
    • 提供者:Quang Truong
  1. arm_architecture

    0下载:
  2. ARM Architecture Reference Manual The purpose of this manual is to describe the ARM instruction set architecture, including its high code density Thumb® subset, and three of its standard coprocessor extensions: • The standard System
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3.33mb
    • 提供者:wazzup
  1. elecfanss3c2410datasheet

    0下载:
  2. arm 指令集,内存管理,外围接口,中断,通信协议,驱动,falsh.-arm instruction set, memory management, peripheral interfaces, interrupt, communication protocols, drivers, falsh.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:helen
  1. MPCFPE32B

    0下载:
  2. powerpc架构下的32位编程完全手册。包括指令集,存储空间排序,内存管理机制等-powerpc architecture 32-bit programming completely manual. Including the instruction set, storage space for sorting, memory management mechanisms
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:颜纪迅
  1. ARM_memory_management_unit_classic_tutorials

    0下载:
  2. ARM存储器管理单元经典教程ARM memory management unit classic tutorials-ARM memory management unit classic tutorial ARM memory management unit classic tutorials
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:65.78kb
    • 提供者:yo
  1. ARM926EJ-S

    0下载:
  2. The ARM926EJ-S implements ARM architecture version 5TEJ and is targeted at multitasking applications where full memory management, high performance, low die size and low power are all important features.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:83.53kb
    • 提供者:Daniel Goetza
  1. armplat_MMU

    0下载:
  2. 在ARM9中实现对MMU(内存管理单元的初始化)和它的实现功能-Initialize an ARM9 MMU (memory management unit) and its realization
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:31.45kb
    • 提供者:彭亦钊
  1. MMU

    0下载:
  2. ARM9 S3C2440内存管理mmu代码-ARM9-based S3C2440 memory management mmu code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:17.09kb
    • 提供者:冯克达
  1. memory-of-8086

    0下载:
  2. 微型计算机存储空间的管理,讲述微机的存储空间的设置和应用-Setting and application of the management of the storage space of the microcomputer, about the storage space of the microcomputer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-30
    • 文件大小:873.65kb
    • 提供者:于德焘
  1. testMem

    0下载:
  2. 开发的内存管理的代码,用于嵌入式非linux等的平台上自己进行内存管理-Development of the memory management code for embedded non-linux platform on their own memory management
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-18
    • 文件大小:65.07kb
    • 提供者:yuping
  1. mxos

    0下载:
  2. 为CM3、CM4处理器使用,集成任务调度(freertos)内存管理、中断管理、设备管理等模块。编译后生成静态库给应用程序调用。已测试芯片:lm3s系列stm32系列 飞思卡尔k10等芯片-As CM3, CM4 processor, integrated task scheduler (freertos) memory management, interrupt management, equipment management module. Compiler generates a stat
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:965.55kb
    • 提供者:刘宁
  1. MEMORY_MANAGEMENT

    0下载:
  2. 简单的内存管理算法,适合小型嵌入式系统使用-Simple memory management algorithms, suitable for small embedded systems
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:王伟
  1. UCOSIII-Memory-management

    0下载:
  2. 如何在STM32F429 开发板上移植 UCOSIII 操作系统-How to transplant UCOSIII on STM32F429 development board operating system
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-01
    • 文件大小:13.11mb
    • 提供者:李正广
  1. FreeRTOS 内存管理实验

    0下载:
  2. 本例程用于STM32单片机,应用FreeRTOS操作系统,完成操作系统的内存管理实验(This routine is used in the STM32 single chip computer and uses the FreeRTOS operating system to complete the memory management experiment of the operating system.)
  3. 所属分类:微处理器开发

    • 发布日期:2018-04-20
    • 文件大小:6.05mb
    • 提供者:煜沉
« 12 »
搜珍网 www.dssz.com