CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 内存管理

搜索资源列表

  1. NudtCommonTree

    0下载:
  2. 由STL扩展的树范型。该范型支持边的加权。树封装了内存管理,使得程序员免予释放、分配节点内存。附有实例程序-STL extended by the tree-Fan. Fan support for the type of edge-weighted. Tree Packaging, a memory management, allowing programmers to exempt from release, distribution nodes memory. With examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16379
    • 提供者:邓熠
  1. neichuo

    0下载:
  2. 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9801
    • 提供者:wgz
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. MemoryManageFIFO

    0下载:
  2. 内存管理,可变分区的最先适应算法! 用链表做的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19277
    • 提供者:Rush
  1. 操作系统进程内存管理模拟

    1下载:
  2. 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25960
    • 提供者:李华
  1. 最佳适应法内存分配

    0下载:
  2. 确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码;最后编写模拟分配和回收过程的主函数
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:1198
    • 提供者:red_eyed_hare
  1. MCB

    0下载:
  2. 实现动态分区内存管理: 1.数据结构、分配算法设计 2.加深对动态分区存储管理方式及其实现过程的理解。 -Dynamic partition memory management: 1. Data structure, distribution algorithm 2. Better memory management for dynamic partitions and its realization process of understanding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1958567
    • 提供者:jim
  1. Memory

    0下载:
  2. 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用c++语言实现了,First-fit,next-fit。两种分配算法。并实现了测试程序 -Design a memory management memory management, and support for at least two types of allocation strategies. On the performance of different allocation st
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:715895
    • 提供者:张帅
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:322464
    • 提供者:zhou
  1. capi-0.01.tar

    0下载:
  2. < 多任务下的数据结构与算法>>一书的配套源代码,含有链表、哈希表、红黑树、AVL树、复合二叉树、无碎片内存管理、垃圾内存管理、多任务遍历等源代码-" " Multi-tasking data structures and algorithms under the " " a book supporting the source code, containing lists, hash tables, red-black tree, AVL
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:178459
    • 提供者:zhou
  1. TheAnnotatedSTLSources

    0下载:
  2. STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
  3. 所属分类:STL

    • 发布日期:2017-05-29
    • 文件大小:11512369
    • 提供者:品牌
  1. memery-management

    0下载:
  2. 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:227751
    • 提供者:Foster
  1. The-Annotated-STL-Source

    0下载:
  2. STL源码剖析,向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧-The Annotated STL Source, for management of memory, algorithm, data structure and accomplish of STL component.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11514154
    • 提供者:徐赫
  1. AutoMemory

    0下载:
  2. C++中的自动内存管理。利用的是smart pointer,通过引用计数,将垃圾自动处理。这只是一个简单的处理。-C++, automatic memory management. Use the smart pointer, by reference counting, garbage automatically. This is just a simple process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:Liao Jinxing
  1. STL-source-analysis

    0下载:
  2. STL源码剖析.pdf 向专家学习 强型检验、内存管理、算法、数据结构、 及 STL 各类组件之实作技术-STL source analysis. PDF
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2187084
    • 提供者:xk
  1. 1

    1下载:
  2. 一个简单的机票预订方案 的先决条件,目标和成果 先决条件:学生应掌握以下必备技能。 • 指针 - 使用指针间接引用和修改对象 • 链表 - 理解的链表实现 • 动态内存管理 - 使用new和delete 目标:这项任务旨在加强学生的理解链表。 结果:成功地完成这项任务的学生将掌握以下成果。 • 了解链表的实现 • 使用指针 • 使用动态内存管理 描述 一个简单的机票预订程序应显示下列选项菜
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2244
    • 提供者:Carl
  1. dongtaifenqu

    0下载:
  2. 操作系统中动态分区分配算法,是内存管理重要算法,可用于操作系统课设-Dynamic operating system partition algorithm, is an important memory management algorithm that can be used to operate the system class-based
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:250113
    • 提供者:赵宇
  1. zlibching__reference

    0下载:
  2. 内存管理系统, 用VB编写,希望对大家有点用处,可以用-Memory management system, using VB to write, I hope to be useful, can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:Nukmar
  1. FSNSSS

    0下载:
  2. 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理-This is a simulation operating system Including the process management of memory management, file management
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-13
    • 文件大小:19814
    • 提供者:ijdicathos
« 12 3 »
搜珍网 www.dssz.com