搜索资源列表
turboc2(1)
- 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
PkgClnup
- 最佳适应动态分配算法在宏观上每次为作业分配后存储空间所切割下的剩余部分,总是最小的,这样,在存储器中会留下许多这样难以利用的小空闲区。所以本算法就是将每次调出作业后释放出来的空间与最小的空间相加,从而减少那些难以利用的小空闲区的存在!-fhsdio jfkl gjl jklasdj gkp sjdlp jgl dsjgflsd hjgl hgsdpg
OS_source_code
- 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
1
- 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-The operating system using the best-fit algorithm worst-fit algorithm loop first-fit algorithm first-fit algorithm to achieve dynamic memory allocation and recovery of memory
BestFit
- 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-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
4140521
- 分析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,
bestfit
- 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
LMS
- LMS自适应算法 自适应横向滤波器两个权值,输入随机信号r(n)的样本间相互独立,且它的平均功率为Pr =E[r2(n)]=0.01,信号周期为N=16个样点。求最佳权向量解ω0和收敛因子μ的取值范围,并分别汇出ω(0)=[0 0]T,μ=0.1及ω(0)=[4 -10]T,μ=0.05时,两种情况下的权值变化轨迹和第一种情况下误差e(n)与迭代次数n的关系曲线。-LMS adaptive algorithm The right value of the change trajector
Momery
- 基于最佳适应算法的模拟内存分配和回收控制台实现源码-Based on the analog memory allocation and recovery console to achieve the best fit algorithm source code
partition-allocation
- 此为操作系统中分区分配演示程序。包括1)首次适应算法 2)最佳适应算法 3)循环首次适应算法。适用于学习操作系统的人员-Operating system partition allocation demo program
lab7
- 要求采用某种分配算法(首次适应算法,循环首次适应算法,最佳适应算法,最差使用算法)实现可变存储算法的模拟操作,并实现回收空间的操作,这里要求使用链表的形式实现,建议采用最佳适应算法,首次适应算法-Some allocation algorithm (first-fit algorithm, the first cycle of adaptation algorithm, best-fit algorithm, the worst use of the algorithm) variable st
hanshuubijin
- 用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 -By using Chebyshev poly
changable
- 可变式分区适应算法以最佳适应为例,给出可变式分区的分配回收算法。 -changable C++
pso_goldstein
- 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。编译运行通过修改优化模型即可直接用来优化你所需求解问题,本人在弹道优化方面已测试成功。代码内总共进行50次pso搜索运算,以提高算法的可靠性,迭代最大次数限制在500次以内,输出最佳适应值和取得最佳适应值时的迭代次数,平均进行每次pso运算要多少次迭代才能得到满足条件的解-Standard PSO algorithm using C++ code compiled Notes rich with
gatbx
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
Dynamic-partitioning-allocation
- 动态分区分配算法源代码,这是实验报告,这个实验通过首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法四种动态分区分配算法模拟分区分配过程-Dynamic partitioning allocation algorithm source code, which is the lab report, the experiment by first-fit algorithm, circulation for the first time adaptive algorithm, best ad
Dynamic partition allocation
- 使用首次适应算法和最佳适应算法来模拟动态分区分配(Using the first adaptive algorithm and the best adaptive algorithm to simulate dynamic partition allocation)
模拟动态存储管理设计
- C模拟操作系统动态分区式存储管理中最佳适应算法的实现(The realization of the best adaptive algorithm in C dynamic operating system dynamic partition storage management)
代码
- 基于空时阵列最佳旋转角度的卫星导航抗干扰信号处理仿真代码,在MVDR算法基础上进行改进(The simulation code of anti-jamming signal processing of satellite navigation based on the best rotation angle of space-time array is improved on the basis of MVDR algorithm)
大气湍流
- 在多层共轭自适应光学中,采用相位屏模拟湍流的大气,用以研究湍流大气的最佳分层,确定层边界位置。文中提出了湍流大气的实验室相位屏模拟原理及相位屏个数与边界确定的仿真算法。仿真结果表明。可使用较少的相位屏模拟多层大气湍流,从而使系统结构简化。(In the multi-layer conjugate adaptive optics, the phase screen is used to simulate the turbulent atmosphere, so as to study the op