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

搜索资源列表

  1. LMS-AR

    1下载:
  2. 本程序利用自适应LMS算法实现FIR最佳维纳滤波器。可用于观察影响自适应LMS算法收敛性,收敛速度以及失调量的各种因素-This procedure using adaptive LMS algorithm is optimal FIR Wiener filter. Can be used to observe the impact of adaptive LMS algorithm convergence, convergence speed and the amount of imbalan
  3. 所属分类:Algorithm

    • 发布日期:2015-01-06
    • 文件大小:558
    • 提供者:yunguangmei
  1. LMSAdptiveFilter

    0下载:
  2. 采用最小均方准则误差的自适应滤波器,根据输入信号的统计特性自动调整其结构参数,以满足某种最佳准则的要求。-Guidelines for use of minimum mean-square error of the adaptive filter, according to statistical characteristics of the input signal automatically adjusting its structural parameters, in order to m
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10702
    • 提供者:韩一广
  1. tang

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区-To achieve a rational allocation of memory, using the first-fit algorithm and the best-fit algorithm to achieve dynamic partitioning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7129
    • 提供者:tangx
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. vc724557724455

    0下载:
  2. 内存分配,采用的是最佳适应法来实现的对内存的分配和回收-memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:75266
    • 提供者:伍兴
  1. zhucunfenpeiyuhuishou

    0下载:
  2. 操作系统中主存分配与回收,包括最佳适应算法,首次适应和循环首次适应-In the operating system main memory allocation and recovery, including the best-fit algorithm, for the first time cycle for the first time to adapt and adjust
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:107451
    • 提供者:huang
  1. zuixian

    0下载:
  2. 最佳适应算法的各种实现及循环首次适应算法、最先适应算法 -The best-fit algorithm to achieve and recycling a variety of first-fit algorithm, the first-fit algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-04-04
    • 文件大小:1595
    • 提供者:周冬卫
  1. BestFit

    0下载:
  2. 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-With the adoption of best-fit algorithm for memory block allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1177
    • 提供者:高飞
  1. 4140521

    0下载:
  2. 分析Unix最先适应(first fit,ff)存储分配算法。即map数据结构、存储分配函数ma lloc()和存储释放函数mfree(),找出与算法有关的成分。修改上述算法有关成分,使其分别体现BF(best fit,最佳适应)分配原则WF(worst fit,最坏适应)分配原则。-Analysis of Unix was first to adapt to (first fit, ff) memory allocation algorithm. The map data structure,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1247
    • 提供者:高飞
  1. memory

    0下载:
  2. 模拟磁盘分区算法,有最佳适应算法和最先适应算法-Simulated disk partition algorithm, there are FS, and FF
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2976
    • 提供者:lyb
  1. best

    0下载:
  2. 一个编程实例:采用最佳适应算法,实现动态分派内存及回收存储空间。-A programming examples: the optimum algorithm, and realize the dynamic dispatch memory and recovery of storage space.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:5090
    • 提供者:乐乐
  1. bestfit

    0下载:
  2. 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2363
    • 提供者:man哥
  1. kongxianqulian

    0下载:
  2. 空闲区链分配内存,最佳适应法。 应付操作系统老师。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:55276
    • 提供者:陈强
  1. DynamicMemoryAllocation

    1下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:478488
    • 提供者:何志芬
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memory parts: the simulation of fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2469968
    • 提供者:你超哥
  1. qw123

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-safsdfdsfsdafdsfdsfdsf
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:949821
    • 提供者:钱薇
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. OS-Practice

    0下载:
  2. 最佳适应算法 初始化,选择内存分配适应算法-Best fit algorithm initialization, select the memory allocation algorithm to adapt
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3756
    • 提供者:哈达
  1. xunmi

    0下载:
  2. 操作系统课程设计_最佳适应算法的C++编程-Operating System Course Design _ best fit algorithm C++ programming
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4907
    • 提供者:xunmi
  1. firstfitalgorithm

    0下载:
  2. 这是一个首次适应算法和最佳适应算法【讲解】,简单易懂-This is a first fit algorithm and the best fit algorithm】 【explain, easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:28637
    • 提供者:CAKE同学
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com