搜索资源列表

  1. 动态分配内存空间

    0下载:
  2. 一个小实验 ,操作系统动态分配-a small experiment, the operating system dynamic allocation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8786
    • 提供者:晓丽
  1. 动态分配内存空间

    0下载:
  2. 一个小实验 ,操作系统动态分配-a small experiment, the operating system dynamic allocation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:晓丽
  1. StackQueue

    0下载:
  2. 动态分配内存的代码-dynamic memory allocation code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:scarpel
  1. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:86016
    • 提供者:叶黄
  1. 动态分区的分配和回收算法

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:程倩
  1. 动态分区

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收。-dynamic way through the distribution of the main deposit and recycling. Through this experiment to help students understand the dynamic partition management practice
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:王飞
  1. 动态域名基础知识

    0下载:
  2. 动态域名基础知识 什么是IP地址 IP地址是在网络上分配给每台计算机或网络设备的32位数字标识。在Internet上,每台计算机或网络设备的IP地址是全世界唯一的。IP地址的格式是 xxx.xxx.xxx.xxx,其中xxx是 0 到 255 之间的任意整数。例如,科迈网站主机的IP地址是 210.22.12.54。 -dynamic domain knowledge what is the basis o
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:45056
    • 提供者:实姓名
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:362496
    • 提供者:陈任全
  1. Teson_DynamicStorage

    1下载:
  2. 操作系统实验之动态分区分配模拟,模拟操作系统分区动态分配的功能,用C#编写.-experimental operating system dynamic regional distribution and the simulated operating system Outline dynamic allocation function C# prepared.
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:162816
    • 提供者:刘铁声
  1. zz4

    0下载:
  2. 动态资源分配系统的设计 目的与要求: 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:zz
  1. Cellular_Telecommunications_Systems

    0下载:
  2. 该源程序代码实现了对蜂窝移动通信系统的模拟仿真,用DCA(动态分配信道)实现信道的分配,并在蜂窝系统中使用阵天线,并仿真了CIR传输特性。-The source code of the cellular mobile communication system simulation, with DCA (dynamic channel allocation) to achieve the distribution channel, and
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:郭顺利
  1. shiyan3

    0下载:
  2. 用银行家算法实现资源分配。多个进程动态共享系统的资源可能会产生死锁现象。但只要资源分配策多个进程动态共享系统的资源可能会产生死锁现象。但只要资源分配策略能保证进程不出现循环等待,系统就不会发生死锁。本实验通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效的防止和避免死锁的发生。-Bankers algorithm using the allocation of resources. More t
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:490496
    • 提供者:yang
  1. MemoryFit

    0下载:
  2. 模拟内存的动态分配,可以选择首次适应算法或者最佳适应算法进行分配,结构小巧功能简单-Simulation of the dynamic allocation of memory, you can choose the first or the best adaptation algorithm to adapt to the allocation algorithm, the structure features a simple co
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:1630208
    • 提供者:陈华龙
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:machunyu
  1. a

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:liu
  1. danymic

    0下载:
  2. 一种基于概率的动态分配资源的呼叫准入策略-dynamic
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-09
    • 文件大小:972800
    • 提供者:wenchao
  1. 0807114040

    0下载:
  2. 操作系统实验,模拟内存动态分配,有说明文档做详细说明。-Operating system, experiment, simulation of dynamic allocation of memory, there is documentation to do in detail.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:379904
    • 提供者:minipuss
  1. 9_08117028

    0下载:
  2. 设计一个实现添加与删除的通讯录,要实现记录的动态添加与删除,记录可以不连续存放,方便查询、插入、删除、打印记录。 2. 设计方案论证 链表可以动态分配内存空间,可以不连续存放数据而能实现数据的有效连接操作主要有查询、插入、删除、打印,对数据的操作方便。 3. 详细设计 首先设计一个创建链表的代码,创建一个链表,设计好表头,利用指针使表头指向下一个接点,利用动态内存分配,来为新加入的记录分配内存 -Design an
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:1954816
    • 提供者:杨少华
  1. 动态规划解答资源(设备)分配问题

    1下载:
  2. 动态规划解答资源(设备)分配问题,利用动态规划方法,应用于设备分配,使得分配总利润最大化。(Dynamic programming solutions for allocation of resources (equipment))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:28672
    • 提供者:林枫林云
  1. 05 内存的动态分配与释放

    0下载:
  2. C++程序,内存的动态分配与释放。。。。。。。(C++ program, dynamic allocation and release of memory)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:曹正纲
« 12 3 4 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org