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

搜索资源列表

  1. 硬盘MP3源码

    0下载:
  2. AT89C51SND1C 解码芯片做的硬盘MP3,现在只支持一块硬盘,一个分区只支持根目录歌曲播放,不支持文件夹。只支持FAT32文件系统,部分MP3文件不能解码.-AT89C51SND1C decoder chips do drive MP3, now only support a hard drive, a sub-directory only support music playback, support folder. Only support FAT32 file system, no
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:9888
    • 提供者:蔡孟斐
  1. 硬盘结构及其分区简介

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33746
    • 提供者:张仪
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4278
    • 提供者:陈为
  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15319
    • 提供者:王阳
  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. 存储器管理

    0下载:
  2. 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10265
    • 提供者:张鹏
  1. 计机031蔡煊臻12号

    0下载:
  2. 里面是有关C++的程序,是“固定分区管理模拟器”的程序的源代码。而且已经试验过没有半点的错误,大家不信可以下载来看看。保证是正野来的-inside of the C procedures, "regional management simulator fixed," the program's source code. It has been tested has not the slightest mistake, we do not believe it can
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:42981
    • 提供者:月神逸
  1. 20051112220232685

    0下载:
  2. 硬盘分区表和文件分配表格式:对作硬件驱动的有用-hard disk partition table and file allocation table format : hardware drivers for the useful
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:69069
    • 提供者:天天
  1. 03055114assembly

    0下载:
  2. 通过调用扩展int13,读出磁盘的分区信息,是汇编语言的课程设计。-by calling the expansion of int13, read out the disk partitioning information is a compilation of language curriculum design.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:50303
    • 提供者:王海军
  1. explore2fs-1.07

    0下载:
  2. windows平台下访问linux分区的工具软件,支持ext3格式。-visit linux platform through software tools to support ext3 format.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:389578
    • 提供者:康康
  1. OSFirstFit

    0下载:
  2. 主存空间的分配和回收 可变分区管理方式下采用首次适应算法实现主存分配和回收-main memory space allocation and recovery of the variable through the adoption of management algorithm to adapt to the first main memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:73218
    • 提供者:戴其蓬
  1. file-fat

    0下载:
  2. 分区表。文 件 名: format.c **创 建 人: 陈明计 **最后修改日期: **描 述: 文件系统的格式化实用程序 -partition table. File Name : format.c ** Created : ** Chen dollars last modified date : ** Descr iption : file system formatting utility
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:7396
    • 提供者:及侧记
  1. command_of_linux

    0下载:
  2. 关于linux下的一些实用的命令。包括磁盘分区,系统恢复,启动盘的制作等等。-on the practical order. Including disk partition, system recovery, the production startup disk and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:197693
    • 提供者:李俊武
  1. dospq

    0下载:
  2. DOS下实现硬盘自动无损数据重新分区的方法-under DOS drive automatic data nondestructive method of re-zoning
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5661
    • 提供者:cjz
  1. neichuo

    0下载:
  2. 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9801
    • 提供者:wgz
  1. memory_release

    0下载:
  2. 本程序采用最佳适应法,编写可变分区存储模拟系统,该系统中包括以下功能:查询、分配、回收、退出,并能通过良好的用户界面体现出来。(注:用“拼接”和“搬家”技术处理存储碎片)-the adoption of best adaptation, through the preparation of variable storage simulation system, which includes the following functions : inquiries, distribution, re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43018
    • 提供者:我的的
  1. zhejiang_university_acm_onlinejudge_code

    0下载:
  2. 浙江大学acm在线判题器代码集。 本人在浙大acm判题器上的所有代码(心血) acm.zju.edu.cn acm/icpc acm大学生程序设计竞赛 练习网站,网站上有历年全球各地区分区赛试题,此集合为上载者accepted的代码-Zhejiang University acm online - that's code sets. I Zhejiang University acm - that for all of the code on the (effort) a
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:208865
    • 提供者:张钊宁
  1. SectorEditor

    0下载:
  2. 能够在操作系统下对硬盘的分区进行指定的读写,和相应的查看-to the operating system to drive through designated for the reader, and the corresponding View
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:88227
    • 提供者:minisheng
  1. FATFileSystem

    0下载:
  2. FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:270166
    • 提供者:henry
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com