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

搜索资源列表

  1. MEMORY_1

    0下载:
  2. 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2441
    • 提供者:crony
  1. enlinux_showpci.tar

    0下载:
  2. linux 下的PCI设备枚举源码 此文件非常复杂,适合大侠们看-linux equipment under the PCI enumeration source of this very complex document, we see fit Shanhaiguan
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4249
    • 提供者:Jacky
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9505
    • 提供者:王卫国
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-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 algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:280536
    • 提供者:罗小明
  1. 20030112012143371A

    0下载:
  2. 這個是會員網頁檔,功能很多,內容也很豐富! 適合大家可以事是-this website stalls, many functions, and the content is very rich! We can fit things
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:91145
    • 提供者:李國誠\
  1. dongtaiguanli

    0下载:
  2. 在对数据结构有一定掌握程度的情况下设计合理的数据结构来描述存储空间,实现分区存储管理的内存分配功能,应该选择最合适的适应算法(首次适应算法,最佳适应算法,最后适应算法,最坏适应算法),实现分区存储管理的内存回收算法,在这些存储管理中间必然会有碎片的产生,当碎片产生时,进行碎片的拼接,等等相关的内容-structure of the data in a certain degree of master of rational design of the data structure to desc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:306934
    • 提供者:sunwei
  1. fit

    0下载:
  2. 最小二乘法的曲面拟合方法代码,可以下载!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4266223
    • 提供者:emma
  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
    • 文件大小:2706
    • 提供者:ruikobe
  1. li

    0下载:
  2. 最佳适应算法(Best Fit): 它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2140
    • 提供者:王峰
  1. gg

    0下载:
  2. 一个自已写的,很多data用一个gaussian distribution 去fit。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1704
    • 提供者:博邻
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit algorithm and the worst fit al
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:509662
    • 提供者:踏雪
  1. DES_TOOL

    2下载:
  2. delphi做的用于计算常用算法的小工具:异或,DES和3DES各种工作模式,MAC值计算.本工具全部符合PBOC2.0规范.-The tool for XOR,DES,3DES,MAC.All of this fit to PBOC2.0
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:344169
    • 提供者:huntern`
  1. ap

    0下载:
  2. 演示操作系统的内存分配的三种方式,邻近适配,最佳适配,首次适配-Demonstration of the operating system memory allocation of three ways, adjacent adapter, the best fit, for the first time Adapter
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:210275
    • 提供者:r
  1. CBUILDER6

    0下载:
  2. 签于目前市场上结合Query万能查询的第三方控件,适合DELPHI的特别多,如武稀松先生的WNQUERY,但适合CBUILDER的几乎是麟毛凤脚,由于公司产品上需要用到该功能,所以特别花了一天时间编了这个适合CBUILDER6版本的万能查询模块(如有需要亦可提供CBUILDER5的版本),供大家参考使用,改天有时间我会推出该系列的第三方控件,希望大家多提宝贵意见。 功能特点: 1、结合adoQuery(只适合adoQuery),如需支持Query,请另行通知我; 2、结合ado
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:347490
    • 提供者:天下第三
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. best-fit-and-first-fit-in-c

    0下载:
  2. First fit and Best fit memory managment scheme implementation in C-First fit and Best fit memory managment scheme implementation in C++
  3. 所属分类:OS Develop

  1. Least-squares-Curve-Fit-unit

    1下载:
  2. 最小二乘是由方程式近似的数据点的一组的方式,让你预测中间值,或计算的数据的一些措施。您可能已经通过绘制通过数目的数据点图上绘制的直线近似的趋势线。最小二乘这不只是“装修”,但在数学的方式,最大限度地减少错误,从而导致。我的单元延伸最小二乘从仅仅是一种直线拟合到高阶多项式为更复杂的数据(其中可能有一平方律拟合的物理原因,例如),或更好的匹配的数据。-Least-squares is a way of approximating a set of data points by an equation
  3. 所属分类:Delphi VCL

    • 发布日期:
    • 文件大小:221705
    • 提供者:liu
  1. Fit-VI-window-to-Largest-Decoration

    0下载:
  2. 软件前面板适应最大的Decoration LABVIEW版本-Fit VI window to Largest Decoration
  3. 所属分类:LabView

    • 发布日期:2017-03-30
    • 文件大小:20901
    • 提供者:t
  1. Linear-fit

    0下载:
  2. 线性拟合,几种拟合方式来进行数据拟合,分类。-Linear fit
  3. 所属分类:LabView

    • 发布日期:2017-04-16
    • 文件大小:444477
    • 提供者:shan
  1. Least-Squares-Fit

    2下载:
  2. Labview最小二乘法拟合,适合初学者学习-Least Squares Fit
  3. 所属分类:LabView

    • 发布日期:2017-04-24
    • 文件大小:14374
    • 提供者:黄祖良
« 12 3 4 5 6 »
搜珍网 www.dssz.com