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

搜索资源列表

  1. all.tar

    0下载:
  2. os program linked list by mathi mct10
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:21411
    • 提供者:gmathi
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. ACEos

    0下载:
  2. 王牌操作系统仍在发展,发展是更多的核心概念为重点。 Ace OS is still under development and the development is more focusing on the kernel concepts. 王牌OS是从无到有及其模块都不是从Linux或任何其他操作系统拷贝。 Ace OS is developed from scratch and none of its module is copied from Linux or any other OS.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2238869
    • 提供者:chulia
  1. linuxC

    0下载:
  2. C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4526679
    • 提供者:yanlg
  1. caozuoxitong

    0下载:
  2. 此课程设计是模拟操作系统的文件管理程序,可以模拟实现目录管理、外存分配以及磁盘存储空间管理根据学到的操作系统知识建立一个文件管理系统,其功能包括能根据用户的选择,运行相应的程序模块,实现创建文件、删除文件、显示文件列表、显示文件位图功能-This course is designed to simulate the operating system s file management program that can simulate a directory management, extern
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:346596
    • 提供者:陈小龙
  1. 17

    0下载:
  2. 学生信息管理,包括学生的成绩、通信信息。采用链表的形式输出-Student information management, including student achievement, communication messages. Use the list in the form of output
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:103435
    • 提供者:李帅
  1. ClockPageReplacement

    0下载:
  2. 一个用循环链表模拟操作系统进程调度中的时间片轮转策略-A simulation of the operating system process the cyclic list scheduling time slice rotation strategy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2072715
    • 提供者:费腾
  1. hangbanxitong

    0下载:
  2. 该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中, 插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。 当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息; (3) 将某航次的余票数恢复初值为该航次的最大客票数; (4) 显示:显示该机场各航次班
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:6895
    • 提供者:伊瓦
  1. jincheng

    0下载:
  2. 关于操作系统进程的创建,阻塞,暂停,进程的结束,利用链表实现的-Created on the operating system process, obstruction, pause, end of the process, the use of linked list implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1939594
    • 提供者:姜霞霞
  1. minglingjieshiqi

    0下载:
  2. void mydir( ) //列出目录及文件 void mycd( ) //改变当前文件夹 void mycopy( ) //复制文件 void mydel //删除目录 void mypwd //显示当前目录名 -void mydir ()// List directories and files void mycd ()// change the current folder void mycopy ()// copy the files void mydel//
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:1696
    • 提供者:区铭辛
  1. File

    0下载:
  2. wenjian 通过课程设计,要求学生主要掌握如下内容: 1.文件的物理结构可以选用顺序分配、链表分配或索引分配。 2.建立文件:从命令中得到文件名,得到该文件的文件长度,建立文件。修改目录表。 3.删除文件:回收文件占用的空间,修改目录表 4.读文件:read [文件名] [显示开始字节] [显示的字节数] ,直接显示所需要的字节数。 5.写文件:write [文件名] [插入的位置] [插入的内容] 6.查询属性:显示文件属性 文件名,类型,长度,时间
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:135086
    • 提供者:wangxiaomin
  1. IO-System

    0下载:
  2. 本实验要求实现模拟单通路I/O系统中的设备分配程序,有如下要求: 1、设计系统设备表SDT、设备控制表DCT、控制器表COCT、通道表CHCT和逻辑设备表LUT。 2、提供给用户各表目的初态。 -This experiment simulating single access requirements I/O system of allocation process and equipment for the following requirements: 1, design sys
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:3709
    • 提供者:yyy
  1. WinRAR-ZIP-

    0下载:
  2. 本程序显示了创建子进程的基本框架,该程序只是再一次的启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows the basic framework to create a child process, it is only the start itself again, the system displays its process ID and its position in the process list.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1203
    • 提供者:刘力
  1. ProcessMonitorProject

    0下载:
  2. 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1796199
    • 提供者:wuji
  1. rr

    0下载:
  2. 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2623
    • 提供者:缪缪
  1. dianhuanchaxunxitong

    0下载:
  2. 操作系统链表操作完整的报告有实验截图和运行结果和使用说明及完整的注释-The list of the operating system operation complete report experiments have screenshots and operation results and instructions for use and fully commented
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:151908
    • 提供者:hule
  1. tongjihouxuanren

    0下载:
  2. 操作系统实验统计候选人用循环链表编程有完整的代码和结果截图和注释以及使用说明-The operating system experiment with the circulation statistics candidate list of the programming of complete code and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:864
    • 提供者:hule
  1. shiyan

    0下载:
  2. 操作系统有完整的代码和结果截图和注释以及使用说明-The operating system experiment binary tree has a complete list of the operation of the code and screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:109095
    • 提供者:hule
  1. 1

    0下载:
  2. 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:377426
    • 提供者:吴起
  1. 122

    0下载:
  2. 本程序显示了创建子进程的基本框架。该程序只是再一次地启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows to create the basic framework of the child process. This procedure is once again to start their own, shows the system process ID and it in the process that the position of the l
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19897
    • 提供者:wy
« 1 23 4 »
搜珍网 www.dssz.com