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

搜索资源列表

  1. pxc3900945

    0下载:
  2. Overview of Relay Selection and Dynamic Resource Allocation for Cooperative Wireless Network
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:456704
    • 提供者:mosty
  1. NianHuaDaoYing-wifiZuBoPeiWang-master

    0下载:
  2. 一个C语言的轻量级动态内存管理,包括动态内存分配,回收,内存访问越界(写)检测。解决某些平台缺少动态内存管理的问题(A C language lightweight dynamic memory management, including dynamic memory allocation, recovery, memory access transboundary (write) detection.Some platforms lack dynamic memory management)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:97280
    • 提供者:royzhuang
  1. 动态规划解答资源(设备)分配问题

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

    • 发布日期:2018-01-07
    • 文件大小:28672
    • 提供者:林枫林云
  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:244736
    • 提供者:theisness
  1. 实验四代码

    0下载:
  2. 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链(表)来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)给出初始状态、可用内存空间、请求序列,分别采用首次适应算法和最佳适应算法进行内存块的分配和回收,要求每次分配和回后显示出空闲内存分区链的情况(共有多个空闲分区,每个空闲分区的大小分别为多大)(Dynamic partition allocation process alloc ())
  3. 所属分类:Windows编程

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:问问1111
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:翼展
  1. 回溯法

    0下载:
  2. 利用回溯算法和动态规划函数,编写了资源约束下的二维动态规划算法,可用于资源分配方面的问题(Using backtracking algorithm and dynamic programming function, we write a two-dimensional dynamic programming algorithm under resource constraints, which can be used for resource allocation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:trust123
  1. 银行家算法

    1下载:
  2. 根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。(According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock.
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1531904
    • 提供者:超儿曾
  1. 操作系统实验

    1下载:
  2. 本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algor
  3. 所属分类:

    • 发布日期:2019-12-11
    • 文件大小:445440
    • 提供者:挨踢民工
  1. 动态规划算法举例

    1下载:
  2. 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
  3. 所属分类:matlab例程

    • 发布日期:2020-06-22
    • 文件大小:196608
    • 提供者:water7
  1. 住院管理信息系统

    0下载:
  2. 采用B/S架构,运用JSP开发语言和SQL server数据库开发完成,能够较好的完成病人的挂号、住院分配、开医嘱、划价缴费以及系统配置等功能,以方便医生对病人住院信息的管理。系统能够实现对住院病人、病房以及医师的动态管理,简化了医师护士和管理人员的工作,具有检索迅速、查找方便、可靠性高、存储量大、成本低等优点,极大地提高了管理的效率。(Using B/S architecture, using JSP development language and S QL server database,
  3. 所属分类:其他

    • 发布日期:2021-02-20
    • 文件大小:27550720
    • 提供者:捕食者
  1. deep-learning

    1下载:
  2. Dynamic resource allocation dqn
  3. 所属分类:其他

    • 发布日期:2021-04-18
    • 文件大小:3300352
    • 提供者:Gordo
  1. C和指针课后习题答案

    0下载:
  2. 本书书写了C和指针的课后习题答案,供大家参考。 Pointers On C Instructor’s Guide Chapter 1 A Quick Start Chapter 2 Basic Concepts Chapter 3 Data Chapter 4 Statements Chapter 5 Operators and Expressions Chapter 6 Pointers Chapter 7 Functions Chapter 8 Arrays
  3. 所属分类:编程文档

    • 发布日期:2023-03-31
    • 文件大小:228080
    • 提供者:AHappyEngineer
« 1 2 ... 17 18 19 20 21 22»
搜珍网 www.dssz.com