CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - data file

搜索资源列表

  1. FileMapTransTxt

    0下载:
  2. 通过内存映射文件数据传输程序,输入内容,可以在另外一个区域显示出来-through memory-mapped file data transfer procedures, import content, in addition a regional show
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26496
    • 提供者:kdl
  1. FileSystemdesign

    1下载:
  2. 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:138819
    • 提供者:邹英斌
  1. CIniEx

    0下载:
  2. INI文件操作C++类,可实现读写删除操作,支持各种数据类型,方便好用。-INI file operations C++ Category can be deleted to achieve read and write operations, supports a variety of data types, easy-to-use.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4804
    • 提供者:alex
  1. fifo

    0下载:
  2. 实现fifo的基本功能。使用Verilog能够实现的同步数据先入先出功能,简单易懂,并带有相应的测试文件-Fifo realize the basic functions. Be able to use the Verilog implementation of the synchronous data FIFO functions, easy to understand, with the corresponding test file
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1251
    • 提供者:汪艳婷
  1. tushuguan

    0下载:
  2. 图书管理系统1:安装.NET Framework可以运行程序,安装VS.NET可以修改源程序和运行程序。 2:安装SQL SERVER2000,附加data文件夹下的数据库。 运行“代码\bin”文件夹下的exe文件,程序运行。-Library management system 1: Install. NET Framework to run programs, install VS.NET can modify the source code and run the progr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:380328
    • 提供者:朱晨
  1. hznm

    0下载:
  2. 读取HEX文件的,数据解码软件。一个汉字在16进制的代码是什么-Read the HEX file, the data decoding software.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:3208
    • 提供者:sas
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. easyVM_Small.tar

    0下载:
  2. easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1707209
    • 提供者:zhanghui
  1. NTFS_File_System_Kernel_Analysis_and_Database_Secu

    0下载:
  2. NTFS文件系统内核分析与数据安全,金山毒霸负责人撰写,对windows下NTFS文件系统做了详尽的介绍和解说-NTFS file system kernel analysis and data security, Duba write head, under the NTFS file system on the windows made a detailed introduction and commentary
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1808859
    • 提供者:EMMILY
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. Priority_Scheduling

    1下载:
  2. 合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以后可以读出并重放 -Hefei University of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:992607
    • 提供者:
  1. textedit

    0下载:
  2. 操作说明 该程序除源程序外,还需有另外一个存放记录的文件(此程序中使用的文件名为score.txt),本程序并没有创建这个文件的功能,要首先产生这个文件,可用记事本先作一个空的文件名为score.txt 的文件。程序运行与该文件的存放位置有关,位置是程序数据段的FNAME的值。二者要保持一致,否则会出错。 程序运行时,在出现主菜单后,按l键,将显示学生的各科成绩;按i键后,执行插入功能,可以插入新的学生成绩;按m键,可修改学生成绩。由于本程序是个简单程序,在修改时,要输入学生的所有成绩,
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5242
    • 提供者:winner531531
  1. myCPU

    0下载:
  2. CPU design file, design using quatus II. It can simulate data file.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:663169
    • 提供者:s0845
  1. 0607

    0下载:
  2. 文件和文件系统 文件的逻辑结构 外存分配方式 目录管理 文件存储空间的管理 文件共享与文件保护 数据一致性控制 -File and file system allocation of the logical structure of the external memory management of file storage space for the directory file sharing and document management to prot
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1127995
    • 提供者:zixialang
  1. os

    0下载:
  2. 操作系统6.1 文件和文件系统 6.2 文件的逻辑结构 6.3 外存分配方式 6.4 目录管理 6.5 文件存储空间的管理 6.6 文件共享与文件保护 6.7 数据一致性控制 -OS 6.1 file 6.2 file and file system logical structure of the external memory allocation 6.4 6.3 6.5 content management file storage space mana
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:756751
    • 提供者:zhai
  1. OS-filesystem

    1下载:
  2. 操作系统实验-文件系统源代码,实现多级二级目录,数据结构,数组和单向链表-Operating system experiment- the file system source code, to achieve multi-level two directories, data structures, arrays, and singly linked list
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2560
    • 提供者:
  1. SegmentPage

    0下载:
  2. 操作系统课程设计中的段页式存储管理系统,手动输入内存及内存块大小,从文件中读取数据。有各种中断调试。-Segment pages in the curriculum design of the operating system storage management system, and manually enter the memory and the memory block size, data is read from the file. There are a variety of b
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:971911
    • 提供者:ChengXYY
  1. Operating-System-Learing-Data

    0下载:
  2. 这里面有操作系统精髓与设计原理的第六版英文pdf,以及多级轮转调度算法仿真,文件系统__资源管理器。-There is the essence of the operating system and the design principle of the sixth edition of the English pdf, as well as multi-level round-robin scheduling algorithm simulation, __ Explorer file sys
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:11308548
    • 提供者:李金泽
  1. CPPstudentim

    0下载:
  2. 1、以本班同学的具体数据为背景,设计一个本班同学通讯录。    实现功能:    1)  通讯录编辑(添加、删除)。    2)  按不同的项进行查找。    3)  对已存在的通讯录按不同的项排序。    4)  将通讯录写入文件    5)  从文件读入通讯录    备注:通讯录至少应该有以下数据项:姓名,地址,电话,邮编,E-mail。-1, to the students specific data bumban bac
  3. 所属分类:OS Develop

    • 发布日期:2017-11-14
    • 文件大小:6711
    • 提供者:杨小倩
  1. readwrieter

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。-Creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread according to the requirements of relevant
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:陆嘉
« 12 »
搜珍网 www.dssz.com