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

搜索资源列表

  1. CHAPTER-07.-MEMORYMGR

    0下载:
  2. 一个内存管理器的完整实现和一个小型测试程序.-Full implementation of a memory manager and a small test program.
  3. 所属分类:Other Games

    • 发布日期:2017-11-08
    • 文件大小:8626
    • 提供者:ianke
  1. testiocp2

    0下载:
  2. IOCP服务器,acceptEx,内存管理,心跳-The IOCP server acceptEx, memory management, heartbeat
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-20
    • 文件大小:692476
    • 提供者:罗韦刚
  1. MemoryManager

    0下载:
  2. 是一款内存管理器,基于安卓系统的手机应用。可以通过简单操作进行内存的清理-Is a memory manager, and Android-based mobile phone applications. Memory cleanup can be performed through a simple operation
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:82504
    • 提供者:will
  1. HtmlParser

    0下载:
  2. C++开发,用于html解析,拥有完善的线程同步和内存管理功能-C++ development for HTML parsing, has a perfect thread synchronization and memory management functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:18350
    • 提供者:park
  1. MemoryBuffer

    0下载:
  2. VC++开发,内存管理模块的缓存封装类,支持流式操作,带有测试程序-VC++ development, cache memory management module wrapper class, supports streaming, with testing procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:4096
    • 提供者:park
  1. VirtualMemory

    0下载:
  2. 内存管理的介绍,主要是内存的互斥访问策略。比如说MUTEX,SEMPHORE还有一些消息或者标志位的控制-The introduction of memory management, memory mutually exclusive access policy. For example, the MUTEX, SEMPHORE some message or logo bit control
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:152662
    • 提供者:sunwenwen
  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
    • 文件大小:66628
    • 提供者:yuping
  1. MEM

    0下载:
  2. 内存管理预研,针对嵌入式平台通用的内存使用分析与方案简述-Memory management pre-research, common platform for embedded memory usage analysis and programs outlined
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:7468
    • 提供者:yuping
  1. main

    0下载:
  2. 停车场仿真 结果:学生成功完成这个作业将掌握下列结果 1,理解使用STL堆栈适配器    2,创建一个完整c++程序    3,用文件I / O    4,使用动态内存管理    5,使用指针 -Parking Lot Simulation Goals: This assignment is designed to improve the student s knowledge of stacks and their use of the STL stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1292
    • 提供者:xiaoxiaoyinzi
  1. Introduction-of-Xilkernel_API

    0下载:
  2. Xilkernel是Xilinx公司提供的用于EDK系统的小型、模块化的操作系统,支持MicroBlaze、PowerPC405以及PowerPC440处理器。支持可移植操作系统接口(POSIX)。 Xilkernel功能函数包括:线程管理、信号量、消息队列、共享内存、互斥锁、动态内存管理、软件定时、用户层中断处理API等几个方面。 -Xilkernel Xilinx EDK system for small, modular operating system, to support t
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:8695
    • 提供者:zmz
  1. CPP-Memory-management-algorithms-n

    0下载:
  2. 一本很好的讲述c++内存管理的书,对c++编程者有很大的帮助-failed to translate
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5718426
    • 提供者:火云
  1. mem

    0下载:
  2. 利用单片机自行分配的全局静态数组,完成单片机的malloc和free内存管理-Management of microcontroller malloc memory
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-25
    • 文件大小:1118
    • 提供者:shufeng
  1. memoryMagement

    0下载:
  2. 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:1783
    • 提供者:小董
  1. buffer

    0下载:
  2. 内存管理类,实现内存拷贝、追加等操作,用户不需要关心内存泄露-implement memory manage
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1046
    • 提供者:GreatMan
  1. virtualmemory

    0下载:
  2. 此代码为虚拟内存 用于操作系统的内存管理-This code for the operating system memory management for virtual memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:1386
    • 提供者:李成娟
  1. memory-management

    0下载:
  2. 内存管理:模拟在连续分配与分页管理两种方式下,主存空间的分配与回收-Memory management: simulation in a row with paging management in two ways, main memory space allocation and recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:18210
    • 提供者:踪粽子
  1. 80x86-Protect-Mode

    0下载:
  2. 详细介绍了80x86的保护模式的要点, 包括 GDT LDT 段描述符 和 内存管理 分页机制 -Details of the main points of 80x86 protected mode, including GDT LDT descr iptor and memory management, paging mechanism
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:1513472
    • 提供者:Satan
  1. ARM-Memory-And-And-ASM

    0下载:
  2. 一份文档资料 包含了ARM的 内存管理和基本汇编指令.-Documentation includes an ARM memory management and basic assembly instructions.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:318388
    • 提供者:Satan
  1. HandsOnMemoryAndTransaction

    0下载:
  2. Java Card规范JCOP的内存管理源代码-Java Card specification JCOP memory management source code
  3. 所属分类:Applet

    • 发布日期:2017-11-24
    • 文件大小:8365
    • 提供者:kdd
  1. neicun

    0下载:
  2. 操作协同实验中的内存管理,适用于大学生的操作系统报告-good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:2048
    • 提供者:朱以汀
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com