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

搜索资源列表

  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  1. mmse_diedai08

    0下载:
  2. 最佳权向量自适应迭代更新MSE对比波形,内有详细说明,供大家参考。-optimal weight vector adaptive waveform update MSE contrast, with detailed notes for reference.
  3. 所属分类:matlab例程

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

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

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

    0下载:
  2. 均匀直线阵的自适应波束形成,采用MVDR算法,对一个均匀直线阵求出最佳权,得到方向图。-Uniform linear array adaptive beamforming, MVDR algorithm to find the optimal weight of a uniform linear array pattern.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:951byte
    • 提供者:小雨
  1. newton

    0下载:
  2. 自适应中的牛顿法。结论,当u靠近0.5时,wk 迅速增加到最佳权, 当u小于0.5时,wk 沿着一个方向单向靠近最佳权;u大于0.5时wk沿着起始点指向最佳权的方向左右振荡并向最佳权收敛 ! -The Newton method adaptive. Conclusion, when u close to 0.5, wk quickly right to the best, when u is less than 0.5, wk along the a direction clo
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.73kb
    • 提供者:蓉儿
  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
    • 文件大小:558byte
    • 提供者:yunguangmei
  1. zuijiachuangchang090408

    0下载:
  2. 求解窗长自适应的短时傅立叶变换最佳窗长算法-Solving long-adaptive window short-time Fourier transform algorithm for the best window length
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:唐婷婷
  1. MyDspToolbox

    2下载:
  2. 使用Matlab Gui实现的数字信号处理常用算法,包括卷积,FFT,FIRIIR数字滤波器设计,最佳滤波器,自适应滤波,卡尔曼滤波等-Implemented using the Matlab Gui commonly used digital signal processing algorithms, including convolution, FFT, FIRIIR digital filter design, the best filters, adaptive filtering, K
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:355.18kb
    • 提供者:张辉
  1. kongxianqulian

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

    • 发布日期:2017-03-31
    • 文件大小:53.98kb
    • 提供者:陈强
  1. OS-Practice

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

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

    0下载:
  2. 内存分配算法的模拟实现(含紧凑算法):首次适应算法、最佳适应算法、最差适应算法。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.43kb
    • 提供者:SEAN
  1. DTassign

    0下载:
  2. 简单完成计算机的动态内存分配功能,利用链表结点存储内存,实现了最佳适应算法,最坏算法,首次适应算法,循环适应算法和紧凑算法。-Simply complete the function of the computer' s dynamic memory allocation, linked list of nodes using storage memory, to achieve the best fit algorithm, the worst algorithm, the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.76kb
    • 提供者:冰与火
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:112.48kb
    • 提供者:朱婧
  1. cPP

    0下载:
  2. 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:mt
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:张华
  1. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand the dynamic partition in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:sunxb10
  1. First_Best_Next_Worst_fit

    0下载:
  2. 计算机内存分配,首次适应策略、最佳适应策略、循环适应策略、最坏适应策略。matlab代码,略简单-Storage Allocation First_fit/Best_fit/Next_fit/Worst_fit
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1.99kb
    • 提供者:liu
  1. pso_goldstein_

    1下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。编译运行通过修改优化模型即可直接用来优化你所需求解问题,本人在弹道优化方面已测试成功。代码内总共进行50次pso搜索运算,以提高算法的可靠性,迭代最大次数限制在500次以内,输出最佳适应值和取得最佳适应值时的迭代次数,平均进行每次pso运算要多少次迭代才能得到满足条件的解-Standard PSO algorithm code using C++ preparation Notes rich wi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:11.03kb
    • 提供者:ke
  1. PSO

    0下载:
  2. pso算法通过初始化参数,更新每个粒子的速度和位置,计算粒子的适应度值,找到最佳适应值。该代码以图形的形式形象地说明了粒子最佳位置随着迭代次数的变化趋势。-Pso algorithm initializes some parameters, updates the speed and position of each particle, calculates the fitness value of particles, and finds the best fitness. The sourc
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:HENAN
  1. 自适应轨迹跟踪算法

    2下载:
  2. 自适应( self-adaptive)是指处理和分析过程中,根据处理数据的数据特征自动调整处理方法、处理顺序、处理参数、边界条件或约束条件,使其与所处理数据的统计分布特征、结构特征相适应,以取得最佳的处理效果(Self-adaptive refers to the automatic adjustment of processing methods, processing sequence, processing parameters, boundary conditions or constr
  3. 所属分类:仿真建模

    • 发布日期:2021-02-23
    • 文件大小:1kb
    • 提供者:Sunshine0421
« 12 3 »
搜珍网 www.dssz.com