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

搜索资源列表

  1. free141full

    0下载:
  2. 这个系统属于自动化的搜索引擎,它可以从一个网址列表开始,自动寻找这些网址的下一级网页。可以让中小网站也有有自己特色的搜索引擎。适合与于对某一指定领域里的网站进行搜索,比如建立一个内网的搜索引擎。 升级内容: 1.增加屏蔽网址功能 。 2.修正上一版本处理网页重定向时判断部分网址的错误。 3.增加了删除重复数据功能,可选择是否采用重复页面删除模式,可定义索引重复数据的数据表。 4.首次采用注册码注册完全版本,共享版本限制每网址索引10个页面。 -this system i
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:113.16kb
    • 提供者:李文超
  1. neicun

    0下载:
  2. 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:ruikobe
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. Memory

    0下载:
  2. 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用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 st
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:699.12kb
    • 提供者:张帅
  1. neicunguanli

    0下载:
  2. 内存管理实验,设计一个内存管理器,支持至少两种分配策略,如first-fit, next-fit-Memory management experiment, the design of a memory manager to support the allocation of at least two strategies, such as first-fit, next-fit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:121.51kb
    • 提供者:jiangyuan
  1. neicunguanli

    0下载:
  2. 本实验要求建造一个没有虚拟功能的内存管理系统.任务如下:  设计一个内存管理器,支持至少两种分配策略,如first-fit,next-fit,best-fit,worst-fit等.  对不同分配策略的性能进行评估. 这次实验主要实现了first fit和best fit两个算法。 -This experiment did not require the construction of a virtual memory management sys
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:266.89kb
    • 提供者:小江
  1. 913899041

    0下载:
  2. 适合放在网站上的 通栏位置,作为导航的FLASH,同样有翻页的效果!-Fit on the banner on the site location, as the navigation FLASH, also have the effect of next page!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:56.46kb
    • 提供者:tiger
  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
    • 文件大小:1.22kb
    • 提供者:高飞
  1. Minix_brk

    2下载:
  2. Minix下brk系统调用的改进与实现(含文档)-Minix improved under the brk system call
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:118.31kb
    • 提供者:jjc
  1. curve-fitting

    0下载:
  2. 采用matlab对两组离散点进行拟合,并在同一X轴不同Y轴(两个坐标轴中)画出拟合后的曲线,以及离散在两个y轴的单个点,在matlab中运行一次之后,将坐标轴切换到第二个y轴再次点运行即可,站长我想下modal-analysis,和examples请批准吧-Using matlab to fit the discrete points on the two groups, and different at the same X-axis Y-axis (two axes in) draw the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:730byte
    • 提供者:chenwanqun
  1. dongtaifenqu

    0下载:
  2. 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:7.77kb
    • 提供者:wuhao
  1. OS_lab3_mm

    0下载:
  2. 本次实验主要围绕动态分区分配方式展开。熟悉并掌握动态分配五大算法:first fit,next fit,best fit,worst fit,quick fit-This experiment mainly around the dynamic partitioning distribution expanded. Familiar with and master the dynamic allocation of five algorithms: first fit, next fit, be
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5.8mb
    • 提供者:春春
  1. vbhuobiduihuan

    0下载:
  2. VB实现货币兑换,可把各国之间的货币进行对等兑换功能,主要使用VB的selectcase语句来实现。兑换币种支持人民币、美元、德国马克、欧元、法国法郎、英镑、港币、日元、韩元、加元。汇率是自己设定的,为了兑换准确,需要查询最新的汇率修改代码里的汇率,下一步可扩展成适合采集最新汇率实现兑换-VB realized currency exchange, money can be put between the countries on an equal exchange functions, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:ipudn57
  1. neicunmoni

    0下载:
  2. 3)必须模拟该4种内存分配算法:first fit,next fit,best fit和worst fit中的至少2种。 4) 需显示出每次分配和回收后的空闲分区链的情况来以及内存占用情况图,并统计各种算法产生的碎片空闲区(小于3个单元(unit)的空闲区)数。 5)计算2个性能参数:碎片数、平均搜索空闲区次数-3) must simulate the four kinds of memory allocation algorithms: first fit, at least two
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:刘万友
  1. 内存管理

    0下载:
  2. 模拟实现动态分区内存管理机制,使用两种策略first-fit和next-fit(Simulation Implementation of dynamic zoning memory management mechanism Using two strategies, first-fit and next-fit)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-16
    • 文件大小:4.5mb
    • 提供者:nero24
  1. 二维矩形条带装箱问题的底部左齐择优匹配算法

    4下载:
  2. 针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest—level left align bestfit,简称LLABF).LLABF算法遵循最佳匹配优先原则,该原则综合考虑完全匹配优先、宽度匹配优先、高度匹配优先、组合宽度匹配优先及可装入优先等启发式规则.与BL(bottom-left),IBL(improved-bottom-left)与BLF(bottom—left-fill)等启发算法不同的是,LLABF能够在矩形装入过程中自动选择与可装区域匹配的下一个待
  3. 所属分类:matlab例程

    • 发布日期:2018-10-26
    • 文件大小:567kb
    • 提供者:Mr_WX
搜珍网 www.dssz.com