搜索资源列表

  1. ProcessMonitor

    0下载:
  2. 很好的内存管理算法, -Very good memory management algorithms,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:1097728
    • 提供者:月禾
  1. effectiveC++

    0下载:
  2. 从c转向c++,内存管理,构造函数,析构函数,赋值函数,类和函数的设计实现,继承和面向对象设计-C shift from c++, Memory management, constructor, destructor, assignment functions, classes and functions designed to achieve, inheritance and object-oriented design
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:463872
    • 提供者:feng
  1. MemoryManage

    0下载:
  2. 内存管理系统,此实验是本人大三上操作系统课时上实验课时做的实验,不错,自己下来看看吧-Memory management system, this experiment is my third year on the operating hours of the experimental class to do the experiment, yes, their own look at the bar down
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:1930240
    • 提供者:dmin
  1. memmgr

    0下载:
  2. 模拟内存管理。 申请内存时,若当前结点指示的内存为空且大小相同,则直接将该节点的标志位置成0,并返回该节点的首地址,若当前结点指示的内存空间大于申请的空间,则申请一个新结点插入到当前结点的后面,将当前节点的标志位置成0,内存块大小改成申请的内存的大小,将新建结点的标志位置成空,大小为原来块的大小减去当前结点块的大小。 若申请的内存空间大于当前空结点的块的大小,则继续向后查找。 释放内存时,定义*prev,*prv *pre
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:zhaoyan
  1. Linux_pragram

    0下载:
  2. 《linux编程白皮书》—本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:14465024
    • 提供者:jiangwen
  1. vxworks_can

    0下载:
  2. 论文分析了总线和嵌入式操作系统的特点,重点分析了与移植关系密切的的启动部分!讨论了节点源代码组织结构,概括分析了的内存管理!进程管理和它的实时性以及总线控制的 实现。-Thesis analyzes the bus and the characteristics of embedded operating systems, the focus of analysis is closely related with the trans
  3. 所属分类:VxWorks

    • 发布日期:2024-05-11
    • 文件大小:2996224
    • 提供者:song xiaoli
  1. MemoryManagement

    0下载:
  2. C++编写的内存管理源代码,适合定制自己内存池的程序员参考。-C++ Prepared memory management source code, customize their own memory pool for the programmer
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:赵同
  1. Linux

    0下载:
  2. 本书主要介绍嵌入式LINUX的各种资源以及性能,比较系统的阐述了LINUX的文件结构和内存管理,资源释放等-This book introduces a variety of resources embedded LINUX, as well as performance, a more systematic exposition of the LINUX file structure and memory management, re
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:508928
    • 提供者:lijunfeng
  1. Linux

    0下载:
  2. 《Linux Kernel核心中文手册 》——硬件基础知识、软件基础、内存管理、进程、进程间通讯机制、PCI- Linux Kernel core Chinese manual - basic knowledge of hardware, software infrastructure, memory management, process, inter-process communication mechanism, PCI
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:553984
    • 提供者:kele2010
  1. WINDOWS

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:26989568
    • 提供者:桃子
  1. os

    0下载:
  2. 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the h
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:870400
    • 提供者:Cherie
  1. memory_management

    0下载:
  2. 操作系统内存管理模拟,最优适应和最先适应算法-Simulation of the operating system memory management, optimal adaptation and the first adaptation algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:138240
    • 提供者:林大为
  1. LOAD

    0下载:
  2. Delphi下深入Windows核心编程,内存管理-Delphi depth under the Windows core programming, memory management
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:
  1. linux_memory_manager_code

    1下载:
  2. linux下内存管理源代码。。。精、简、强!-memory management under linux source code. . . Refined, simple, strong!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:53248
    • 提供者:陈必明
  1. C++neicunguanli

    0下载:
  2. VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:5730304
    • 提供者:顾箫剑
  1. LinuxKernelReport

    0下载:
  2. Linux内核内存管理研究报告,包括mmap,brk,do_page_fault的函数细节分析-Linux kernel memory management study report, including mmap, brk, do_page_fault a function of the details of analysis
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:532480
    • 提供者:xnby
  1. 1

    0下载:
  2. 操作系统进程内存管理模拟 -Operating system memory management process simulation
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:21504
    • 提供者:吴用
  1. neichunguanli

    0下载:
  2. 这是我做的操作系统实验内存管理 包括代码和文档-This is my operating system to do the experiment, including memory management code and documentation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:147456
    • 提供者:张志文
  1. memory

    0下载:
  2. vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
  3. 所属分类:VxWorks

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:jugovic
  1. Ring_mem_VHDL

    0下载:
  2. 响铃和内存管理功能的VHDL语言,用于程控交换机中的Xillinx芯片与DSP和ADDA等芯片配合实现交换机的功能-Ringing and memory management features VHDL language, for program-controlled switchboards in Xillinx and ADDA chip and DSP chip, etc. with the function of switche
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:alanwater
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org