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

搜索资源列表

  1. CoolProgressBar

    0下载:
  2. Cool Progress Bar is a regular progress bar, but with some cool effects (ok, maybe I m exaggerating a bit, but this was the first name that I came up with!). It was specially made for games (where a nice progress bar when loading the gam
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:54484
    • 提供者:周长俊
  1. free141full

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

    • 发布日期:2008-10-13
    • 文件大小:115875
    • 提供者:李文超
  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. gl6

    0下载:
  2. 这个是第一部分最后一个opengl的代码,如果觉得合适我会继续传,谢谢!-This is the first part of a final opengl code, if it thinks fit, I will continue to Buddhism, Thank you!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6356
    • 提供者:gongjie
  1. coscilloscopectrl_src

    0下载:
  2. Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:3637
    • 提供者:KangBingNan
  1. coscilloscopectrl_demo

    0下载:
  2. Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:15742
    • 提供者:KangBingNan
  1. MSC

    0下载:
  2. PRINCIPLE: Each spectrum is shifted and rotated so that it fits as closely as possible to the mean spectrum of the data.The fit is achieved by LS (first-degree polynomial).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1323
    • 提供者:
  1. 1271002

    0下载:
  2. 用首次适应算法实现主存空间的分配,操作系统-With first-fit allocation algorithm main memory space, the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:many123
  1. first_fit

    0下载:
  2. First fit algorithm for memory management in linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:724
    • 提供者:Arunkumar V S
  1. storemanage

    0下载:
  2. 一个采用可变式分区分配的存储管理方案,可以模拟实现分区的分配和回收过程。分区管理法采用的是首次适应算法-Variable partition is assigned a use storage management solutions, it can be simulated distribution and recovery process partition. Partition management method uses a first-fit algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:dn
  1. Dynamic-partitioning-allocation

    0下载:
  2. 动态分区分配算法源代码,这是实验报告,这个实验通过首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法四种动态分区分配算法模拟分区分配过程-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:48831
    • 提供者:吕梦楠
  1. FCFS

    0下载:
  2. FCFS Scheduling,SJF Scheduling,Round Robin Scheduling ,Priority Scheduling,First fit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4671
    • 提供者:dgupta
  1. NeiCunFenPeiYuHuiShou

    0下载:
  2. 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation and recovery experiments compl
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:957454
    • 提供者:艾克旦
  1. 1185

    0下载:
  2. 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-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
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:9677
    • 提供者:jiao098326
  1. 892

    0下载:
  2. 采用循环首次适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况。-First-fit algorithm using cyclic block of memory allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of circumstances.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:shi533882
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:gou0751731
  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
    • 文件大小:4714496
    • 提供者:nero24
  1. 占座位

    0下载:
  2. sun所在学校的教室座位每天都是可以预占的。 一个人可以去占多个座位,而且一定是要连续的座位,如果占不到他所要求的这么多座位,那么他就一个座位也不要了。为了降低难度,每次分配座位按座位号从小到大查找,采用最先适配法分配座位。(The classroom seats at sun are available every day. A person can go to more than one seat, and must be a continuous seat, if yo
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:465920
    • 提供者:red flavor
  1. yjbmgbt

    0下载:
  2. 首次适应算法First Fit: 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目()
  3. 所属分类:大数据

  1. CPKJ

    0下载:
  2. 首次适应算法First Fit: 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目()
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:figsre
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com