Welcome![Sign In][Sign Up]
Location:
Search - first fit

Search list

[Windows DevelopMem_Test2.0

Description: 虚拟内存管理,用最先适配法,最优适配法,最差适配法-Virtual Memory management using First-fit, Best-fit and Worst-fit
Platform: | Size: 2518 | Author: 河南 | Hits:

[OS DevelopMEMORY_1

Description: 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
Platform: | Size: 2441 | Author: crony | Hits:

[WEB Codefirstaid

Description: 操作系统中实现内存分配中要用到的首次适应算法-achieve operating system memory allocation, use of the first-fit algorithm
Platform: | Size: 2731 | Author: gnehc_663 | Hits:

[OS DevelopZCKJFPHS

Description: 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorithm to complete the design of three types of algorithms.
Platform: | Size: 280536 | Author: 罗小明 | Hits:

[Data structsfirstfit

Description: 装箱问题的首次适应firstfit方法实现。VC开发图形界面显示。每次点击一下运行按钮装入一个箱子。箱子大小随机生成-crates of the first to adapt firstfit method. VC graphical interface shows. Each button click operation packed a box. Box size random generation
Platform: | Size: 38912 | Author: 胡一 | Hits:

[OS DevelopMEMORY_1

Description: 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
Platform: | Size: 2048 | Author: crony | Hits:

[OS DevelopMemory_assign

Description: 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
Platform: | Size: 113664 | Author: 王卫国 | Hits:

[OS DevelopZCKJFPHS

Description: 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorithm to complete the design of three types of algorithms.
Platform: | Size: 280576 | Author: 罗小明 | Hits:

[Mathimatics-Numerical algorithmsyang

Description: 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。 -Algorithm to adapt the first time (First Fit): free the partition table from the first table heading search from the table, the first to meet the requirements of the free zone allocated to the operation, this approach aims to reduce the search time. Order to adapt to this algorithm, the partition table is idle (idle area chain) in the free district in accordance with the address from low to high sort. The algorithm given priority in the use of low idle part of the site area, site of space caused by the low number of small free zone, in the high address space to retain a large free area.
Platform: | Size: 2048 | Author: 王峰 | Hits:

[Data structsMemory

Description: 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用c++语言实现了,First-fit,next-fit。两种分配算法。并实现了测试程序 -Design a memory management memory management, and support for at least two types of allocation strategies. On the performance of different allocation strategies for evaluation. Using c++ language achieved, First-fit, next-fit. Two allocation algorithm. And the realization of the test procedure
Platform: | Size: 715776 | Author: 张帅 | Hits:

[Windows Developneicunguanli

Description: 本实验要求建造一个没有虚拟功能的内存管理系统.任务如下:  设计一个内存管理器,支持至少两种分配策略,如first-fit,next-fit,best-fit,worst-fit等.  对不同分配策略的性能进行评估. 这次实验主要实现了first fit和best fit两个算法。 -This experiment did not require the construction of a virtual memory management system functions. Tasks are as follows:  the design of a memory manager to support the allocation of at least two strategies, such as first-fit, next-fit, best-fit, worst-fit and so on.  on the performance of different allocation strategies for evaluation. The main achievement of the experiment the first fit and best fit the two algorithms.
Platform: | Size: 273408 | Author: 小江 | Hits:

[Othermemory

Description: 模拟内存分配算法,功能强大,first fit-Analog memory allocation algorithm, a powerful, first fit
Platform: | Size: 2048 | Author: XIEXIE | Hits:

[Other4140521

Description: 分析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, storage allocation function ma lloc () and memory release function mfree (), and algorithms to identify the elements. Modify the above algorithm as the ingredients, so that, respectively, embody BF (best fit, best fit) the principle of distribution WF (worst fit, the worst adaptation) distribution.
Platform: | Size: 1024 | Author: 高飞 | Hits:

[Embeded-SCM Developcode

Description: VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
Platform: | Size: 223232 | Author: 赵凯 | Hits:

[Linux-Unixcunchuguanli

Description: 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the data structure, storage allocation functions malloc () and memory release function mfree (), to identify the components and algorithms. 2. Modify the above related components and algorithms, it must show the BF (Best Fit, Best Fit) distribution and WF (Worst Fit, the worst adaptation) distribution.
Platform: | Size: 2048 | Author: pearl | Hits:

[Data structsfirst-fit_mem_manage

Description: 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
Platform: | Size: 2048 | Author: 石皓伟 | Hits:

[OS Developbest-fit-and-first-fit-in-c

Description: First fit and Best fit memory managment scheme implementation in C-First fit and Best fit memory managment scheme implementation in C++
Platform: | Size: 1024 | Author: Pranshu Jaiswal | Hits:

[Software Engineeringfirst-fit

Description: 一维装箱问题的First Fit算法伪代码-First fit algorithm of 1D bin packing program
Platform: | Size: 1024 | Author: joker yu | Hits:

[OS DevelopFirst-fit-algorithm

Description: 在可变分区管理方式下采用首次适应算法实现主存分配和回收。-In variable partition management algorithm used first to adapt the main memory allocation and recovery.
Platform: | Size: 222208 | Author: | Hits:

[OS programFirst Fit算法的java实现

Description: JAVA模拟内存分配与释放:首次适应算法(JAVA analog memory allocation and release)
Platform: | Size: 1024 | Author: Tiger_SC | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net