您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Login Control

  2. Author: aspnet100@yahoo.com LoginControl Revision History:V.1.2.2.1 - 09-28-2003 *New: 1.Login (and Password) label can be in a separate row from the input text box. 2.Login Confirmation is available by option. 3.Add ValidatorStyle fo r LoginID and
  3. 所属分类:C#

    • 发布日期:2004-06-15
    • 文件大小:27648
    • 提供者:chenxh
  1. Christopher Tremblay,

  2. Mathematics for Game Developers is just that—a math book designed specifically for the game developer, not the mathematician. As a game developer, you know that math is a fundamental part of your programming arsenal. In order to program a game that
  3. 所属分类:硬件开发

    • 发布日期:2009-05-03
    • 文件大小:5120
    • 提供者:naughtybynature
  1. asp连接数据库代码实例

  2. 连接数据库代码实例 1,连接数据库代码 文件名称 conn.asp 所有访问数据库的文件都调用此文件 <% dim badword badword=\"\'|and|select|update|chr|delete|%20from|;|insert|mid|master.|set|chr(37)|=\" if request.QueryString\"\" then chk=split(badword,\"|\") for each query_name in request.quer
  3. 所属分类:C

    • 发布日期:2009-05-09
    • 文件大小:32768
    • 提供者:syna_yang
  1. 曲线拟合工具CurveExpert 1.0

  2. ct. 18, 1995 v. 1.00 =========================================================================== + First release of CurveExpert 1.0. Oct. 26, 1995, v. 1.01 =========================================================================== New Features: + M
  3. 所属分类:Perl

    • 发布日期:2009-07-21
    • 文件大小:458752
    • 提供者:wlbml02110612
  1. php Smarty模板

  2. Preface[序] It is undoubtedly one of the most asked questions on the PHP mailing lists: how do I make my PHP scr ipts independent of the layout? While PHP is billed as "HTML embedded scr ipting language", after writing a couple of projects that mixed
  3. 所属分类:PHP

    • 发布日期:2009-07-23
    • 文件大小:370688
    • 提供者:dxfox
  1. 桌面时钟,时间同步,时钟

  2. Analogue Vista Clock launguages Analogue Vista Clock version 1.12 and later versions support multiple languages. It comes with 3 predefined language sets, but users can very easily create their own translations. Latest version of Analogue Vista Cloc
  3. 所属分类:C

    • 发布日期:2009-10-15
    • 文件大小:750592
    • 提供者:cqyyps5
  1. 微软内部资料-SQL性能优化5

  2. Contents Overview 1 Lesson 1: Index Concepts 3 Lesson 2: Concepts – Statistics 29 Lesson 3: Concepts – Query Optimization 37 Lesson 4: Information Collection and Analysis 61 Lesson 5: Formulating and Implementing Resolution 75 Module 6: Troubleshoot
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:2097152
    • 提供者:songsu
  1. 动态分区分配内存管理源代码(附有实验报告)最佳适应算法(Best Fit)循环首次适应算法(Next Fit)

  2. 实验题目 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,尝试对用256MB的内存空间进行动态分区方式模拟管理。内存分配的基本单位为1KB,同时要求支持至少两种分配策略,并进行测试和对不同分配策略的性能展开比较评估。 最佳适应算法(Best Fit):    它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算
  3. 所属分类:其它

    • 发布日期:2010-06-23
    • 文件大小:168960
    • 提供者:nangongqing
  1. np难问题近似算法(绝版好书)

  2. 这本书在国内已经绝版。目录如下 Introduction Dorit S. Hochbaum 0.1 What can approximation algorithms do for you: an illustrative example 0.2 Fundamentals and concepts 0.3 Objectives and organization of this book 0.4 Acknowledgments I Approximation Algorithms for Sc
  3. 所属分类:其它

    • 发布日期:2010-12-22
    • 文件大小:13631488
    • 提供者:dragonxin28
  1. 操作系统实验2_内存管理

  2. 注:源码粘贴在报告中。原创,转载请注明。 本实验要求建造一个没有虚拟功能的内存管理系统。任务如下: • 设计一个内存管理器,支持至少两种分配策略, 如first-fit, next-fit, best-fit, worst-fit 等。 • 对不同分配策略的性能进行评估。
  3. 所属分类:Windows Server

    • 发布日期:2011-07-22
    • 文件大小:163840
    • 提供者:vim0729
  1. First Fit next fit best fit off line源代码 和包含测试程序

  2. on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line on line ,off line
  3. 所属分类:C/C++

    • 发布日期:2012-01-03
    • 文件大小:8192
    • 提供者:chinesechow
  1. 内存分配与回收模拟

  2. 内存分配模拟,分别是first fit 和worst fit,各部分已剖解,可轻松修改成best fit和next fit,内有代码注释
  3. 所属分类:C

    • 发布日期:2012-12-17
    • 文件大小:3072
    • 提供者:jacky8293676
  1. 操作系统分区分配算法first-fit ,next-fit,worse-fit模拟

  2. 1>基于vs2010,文件比较大。 2>在使用代码之前,建议先看一下‘使用说明.txt'.
  3. 所属分类:C/C++

    • 发布日期:2013-10-26
    • 文件大小:44040192
    • 提供者:kamsau
  1. 动态分区分配内存管理源代码(附有实验报告)最佳适应算法(Best Fit)循环首次适应算法(Next Fit)

  2. 实验题目 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,尝试对用256MB的内存空间进行动态分区方式模拟管理。内存分配的基本单位为1KB,同时要求支持至少两种分配策略,并进行测试和对不同分配策略的性能展开比较评估。 最佳适应算法(Best Fit):    它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算
  3. 所属分类:桌面系统

    • 发布日期:2015-05-24
    • 文件大小:168960
    • 提供者:yongfengnice
  1. Building.Your.Next.Big.Thing.with.Google.Cloud.Platform.1484210050

  2. Building Your Next Big Thing with Google Cloud Platform shows you how to take advantage of the Google Cloud Platform technologies to build all kinds of cloud-hosted software and services for both public and private consumption. Whether you need a si
  3. 所属分类:Web开发

    • 发布日期:2015-07-14
    • 文件大小:4194304
    • 提供者:ramissue
  1. 操作系统实验内存管理器

  2. 实验三 内存管理 3.1 实验简介 本实验要求构造一个没有虚存功能的内存管理系统。任务如下: • 设计一个内存管理器,支持至少两种分配策略, 如first-fit,next-fit, best-fit, worst-fit等。 • 对不同分配策略的性能进行评估。 .2 内存管理器 内存管理器的功能是管理物理内存,在我们的实验中,它是用来对(假想的) 物理内存进行管理的一组函数的集合。 内有函数能够返回一个范围在0和RAND_MAX之间的一个随机整数,该随 机量 服从均匀分布。
  3. 所属分类:C/C++

    • 发布日期:2016-04-19
    • 文件大小:1048576
    • 提供者:jxlaozhuan
  1. 动态分区分配算法

  2. 《计算机与操作系统(第四版)》动态分区分配算法 1.首次适应算法(first fit) 2.循环首次适应算法(next fit) 3.最佳适应算法(best fit)
  3. 所属分类:OS

    • 发布日期:2018-06-22
    • 文件大小:666624
    • 提供者:qq_40007757
  1. 操作系统内存分配回收算法(first fit和next fit)

  2. 操作系统内存分配与回收模拟实验。本项目包含首次适应算法和循环时应算法。通过Java实现了操作系统的内存分配与回收,简单易懂,如果有好的写法望指正
  3. 所属分类:OS

    • 发布日期:2020-12-05
    • 文件大小:9216
    • 提供者:SherlockStark
  1. Next-fit-algorithm:进行中的neft fit算法示例-源码

  2. Next-fit-algorithm:进行中的neft fit算法示例
  3. 所属分类:其它

    • 发布日期:2021-03-04
    • 文件大小:4096
    • 提供者:weixin_42103587
  1. OS-Memory-Allocation-Algorithms-Simulation:此存储库中包含的两个程序模拟了Buddy系统,First Fit,Next Fit,Best Fit和Worst Fit内存分配算法,这些算法在许多操作系

  2. OS-Memory-Allocation-Algorithms-Simulation:此存储库中包含的两个程序模拟了Buddy系统,First Fit,Next Fit,Best Fit和Worst Fit内存分配算法,这些算法在许多操作系统中使用。 树数据结构用于伙伴系统的实现,其中使用了两个独立的双链表来保持Kong的记录以及在首次拟合,下一步拟合,最佳拟合和最差拟合算法的情况下分配给进程的内存模拟。 伙伴系统是一种内存分配和管理算法,它以两个增量的幂来管理内存。 在第一个配合中,方法是分配
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:108544
    • 提供者:weixin_42101384
« 12 3 4 5 6 »