CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 课程实验

搜索资源列表

  1. 操作系统课程设计(四实验和一)

    0下载:
  2. 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email to the writer.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1516795
    • 提供者:阳光
  1. 编译原理课程设计报告书

    1下载:
  2. 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:102045
    • 提供者:爽爽
  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. Cache_emu

    1下载:
  2. 这是Vc++6.0实现的用于大学操作系统或计算机系统结构课程实验的缓存算法模拟程序(有图形界面)-Vc 6.0 for the University of operating system or computer system architecture courses experimental cache algorithm simulation program (with a graphical interface)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33722
    • 提供者:刘权
  1. Aexp72

    0下载:
  2. 关于接口课程实验的一个源代码,需要有相关的实验平台配合使用-courses on the interface of an experimental source code, the need for the combined use of experimental platform
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2372
    • 提供者:熊涛
  1. NachOS-4.1_110

    0下载:
  2. 美国加州大学操作系统课程实验平台Nachos,在美国非常流行,国内很多大学也采用。-the University of California courses on operating system platform Nachos, very popular in the United States, Many universities have adopted.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:258745
    • 提供者:高云璐
  1. BIN2HEX__asm_my

    0下载:
  2. 进制转换的汇编代码,课程实验做的 比较好哦-base for the conversion of the code compilation, experimental courses do a Haoe
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12398
    • 提供者:陈浩
  1. cifafenxichengxu_wuhanligong

    0下载:
  2. 武汉理工大学编译原理课程实验源代码之词法分析器-Wuhan Polytechnic University Experimental compiler theory's source code lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:wangjian
  1. Banker

    0下载:
  2. 银行家算法,C++实现。代码适用于课程实验借鉴。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:122537
    • 提供者:liuheng
  1. netClassTeacher

    0下载:
  2. 网络课程实验教学系统 可对实现程序的演示及源码的查看功能,很适合出学者学习VC开发程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:495150
    • 提供者:LeeXianfeng
  1. 编译原理实验报告

    2下载:
  2. 编译原理是计算机类专业特别是计算机软件专业的一门重要专业课。设置该课程的目的在于系统地向学生讲述编译系统的结构、工作流程及编译程序各组成部分的设计原理和实现技术,使学生通过学习既掌握编译理论和方法方面的基本知识,也具有设计、实现、分析和维护编译程序等方面的初步能力。
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:25385
    • 提供者:aijdf
  1. 内存管理实验报告

    1下载:
  2. 操作系统课程设计报告,内存模拟管理- The operating system curriculum designs the report, the memory simulation manages
  3. 所属分类:OS Develop

    • 发布日期:2016-05-16
    • 文件大小:6982
    • 提供者:王为
  1. systemtest

    1下载:
  2. 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:10135
    • 提供者:
  1. compilers_principles_Experimental

    0下载:
  2. 编译原理课程实验的实验报告(附程序源码)。-Compiler Construction Principles course experiments report (attached program source).
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:316226
    • 提供者:雨林
  1. oslib

    0下载:
  2. 操作系统课程实验中的五个经典实验,进程管理,内存管理,spooling技术等-Operating system courses experiment the five classic experiment, process management, memory management, spooling technology
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:24904
    • 提供者:
  1. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:70345
    • 提供者:plutus
  1. 实验一

    0下载:
  2. 简单的小程序,完成课程设计的一部分,词法分析(Simple small program to complete part of the curriculum design, lexical analysis)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-05
    • 文件大小:3098624
    • 提供者:万寿吾江1
  1. 201526811019_孙旭辉_计科1501_实验三

    0下载:
  2. 银行家算法实现资源分配,通过实验,观察了解操作系统是如何实现同步与互斥的。(Resource allocation by banker algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-08
    • 文件大小:351232
    • 提供者:jackie0106
  1. 51单片机实验

    0下载:
  2. 51单片机实验,内含外部中断汇编程序以及8255扩展等。(51 single chip experiment, including external interrupt assembly program and 8255 extension, etc.)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-29
    • 文件大小:112640
    • 提供者:XVIVID
  1. 实验一 进程及其资源管理.cpp

    0下载:
  2. 操作系统课程实验一:进程及其资源管理,C++实现(Process and its resource management)
  3. 所属分类:操作系统开发

    • 发布日期:2020-10-27
    • 文件大小:8192
    • 提供者:惜风浅羽
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com