搜索资源列表

  1. malloc.tar

    0下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:夏洪他
  1. os_c

    0下载:
  2. 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:qinli
  1. huan111

    0下载:
  2. 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:ll
  1. memory_administration

    0下载:
  2. 操作系统课程设计中的内存分配与回收! 有参考价值!-courses on operating system design and distribution of memory recovery! Reference value!
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:邹建青
  1. MIMO-WATERFILLING

    0下载:
  2. MIMO注水原理的简单运用,有助于理解SVD分解,注水算法,不同发送天线上如何进行功率分配-MIMO injection principle of a simple application helps to understand SVD decomposition algorithm injection, Send different antennas on how power distribution
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:徐侃
  1. DynamicMemoryManage

    0下载:
  2. 操作系统的内存分配源码,用vc编写,是优先分配,最小块合并,上下回收自动合并-operating system source code memory allocation using vc preparation is the priority, the most small merger The next automatic recovery merger
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:224256
    • 提供者:张良
  1. mmy

    0下载:
  2. 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果-simulation memory management, memory allocation and memory recovery, with interface shows the distribution and recovery results
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者:李森
  1. ConMemMan

    0下载:
  2. 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:王晓栋
  1. neicunfenpeimonichengxu

    0下载:
  2. 这是一个用C语言实现的计算机内存分配的模拟程序-This is a C language of computer memory allocation simulation program
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:yue
  1. ziyuan

    0下载:
  2. 用delphi语言实现运筹学资源分配问题程序-used language tacticians resource allocation procedures
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-14
    • 文件大小:198656
    • 提供者:wuxiaoyan
  1. illu_buddy

    0下载:
  2. 自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:419840
    • 提供者:
  1. mmc(skyw)

    0下载:
  2. 用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:204800
    • 提供者:skyw
  1. luxue

    0下载:
  2. 内容:主存空间的分配和回收 内附模块说明和详细解释-: main memory space allocation and recovery module contains descr iptions and detailed explanation
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:陆雪
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变
  3. 所属分类:技术管理

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:stevephen
  1. abc-de

    0下载:
  2. 在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和回收。 一个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间-in pagination management practice adopted Bitmap to express distribution of main memory, main memory space realization of t
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:啊传
  1. hangling_pointer

    0下载:
  2. 本程序模拟100块球场的资源分配,足球场代号0~99,可以申请和释放足球场的场地,,申请和释放必须是连续的场地,申请过的人或者公司以名字为标记,可以随时查看场地的占用情况(程序有显示)。-the simulation 100 pitches allocation of resources, codenamed Pitch 0 ~ 99, can apply and release of soccer venues, the applic
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:jones
  1. xitongkeiyass

    0下载:
  2. 这是操作系统的一个课程设计.主存空间的分配与回收 包含多种算法. 花了不少心思才编写出来.还有实验报告-This is the operating system of a curriculum design. Main storage space for the distribution and recovery contains many algorithms. Spent a lot of heart only thinking o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:149504
    • 提供者:
  1. lianxu

    0下载:
  2. 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。-simulation in a row and pagination distribution management in two ways, the main memory space for the distribution and recovery, to help students better understand the sto
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:王铮
  1. tWord

    0下载:
  2. 采用最优适应算法完成主存空间的分配与回收;最后编写主函数对所做工作进行测试-optimal adaptation algorithm used to complete the main memory space allocation and recovery; Finally the main function of the preparation work done by testing
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:高刚
  1. ZF-SIC_TPA

    0下载:
  2. MIMO多径瑞利信道下的迫零+串行干扰抵消+自适应功率分配预编码算法仿真链路(simulink+m files)-Rayleigh MIMO multi-path channel under the zero forcing serial interference cancellation adaptive power distribution pre-coding algorithm simulation Chains (Simuli
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org