搜索资源列表
free141full
- 这个系统属于自动化的搜索引擎,它可以从一个网址列表开始,自动寻找这些网址的下一级网页。可以让中小网站也有有自己特色的搜索引擎。适合与于对某一指定领域里的网站进行搜索,比如建立一个内网的搜索引擎。 升级内容: 1.增加屏蔽网址功能 。 2.修正上一版本处理网页重定向时判断部分网址的错误。 3.增加了删除重复数据功能,可选择是否采用重复页面删除模式,可定义索引重复数据的数据表。 4.首次采用注册码注册完全版本,共享版本限制每网址索引10个页面。 -this system i
neicun
- 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
hyplas
- ************************************************************************ * * * * * 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
Memory
- 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用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
neicunguanli
- 内存管理实验,设计一个内存管理器,支持至少两种分配策略,如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
neicunguanli
- 本实验要求建造一个没有虚拟功能的内存管理系统.任务如下: 设计一个内存管理器,支持至少两种分配策略,如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
913899041
- 适合放在网站上的 通栏位置,作为导航的FLASH,同样有翻页的效果!-Fit on the banner on the site location, as the navigation FLASH, also have the effect of next page!
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,
Minix_brk
- Minix下brk系统调用的改进与实现(含文档)-Minix improved under the brk system call
curve-fitting
- 采用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
dongtaifenqu
- 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
OS_lab3_mm
- 本次实验主要围绕动态分区分配方式展开。熟悉并掌握动态分配五大算法: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
vbhuobiduihuan
- VB实现货币兑换,可把各国之间的货币进行对等兑换功能,主要使用VB的selectcase语句来实现。兑换币种支持人民币、美元、德国马克、欧元、法国法郎、英镑、港币、日元、韩元、加元。汇率是自己设定的,为了兑换准确,需要查询最新的汇率修改代码里的汇率,下一步可扩展成适合采集最新汇率实现兑换-VB realized currency exchange, money can be put between the countries on an equal exchange functions, the
neicunmoni
- 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
内存管理
- 模拟实现动态分区内存管理机制,使用两种策略first-fit和next-fit(Simulation Implementation of dynamic zoning memory management mechanism Using two strategies, first-fit and next-fit)
二维矩形条带装箱问题的底部左齐择优匹配算法
- 针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest—level left align bestfit,简称LLABF).LLABF算法遵循最佳匹配优先原则,该原则综合考虑完全匹配优先、宽度匹配优先、高度匹配优先、组合宽度匹配优先及可装入优先等启发式规则.与BL(bottom-left),IBL(improved-bottom-left)与BLF(bottom—left-fill)等启发算法不同的是,LLABF能够在矩形装入过程中自动选择与可装区域匹配的下一个待