CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统实验

搜索资源列表

  1. SPI

    0下载:
  2. 这是基于arm的嵌入式操作系统基础性实验SPI实验,希望对大家有所帮助-This is based on the arm of the embedded operating system based on experiments SPI experiment, I hope all of you to help
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:83825
    • 提供者:tao lan
  1. IR_ADC

    0下载:
  2. 这是基于arm的嵌入式操作系统基础性实验ADC实验,希望对大家有所帮助-This is based on the arm of the embedded operating system based on experiments ADC experiment, I hope all of you to help
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:81736
    • 提供者:tao lan
  1. uCOS-II

    0下载:
  2. 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:183120
    • 提供者:阳仲伯
  1. 2

    0下载:
  2. 操作系统的一个小实验,实现了存储器的分配管理和回收。-Operating system in a small experiment, the realization of the memory allocation management and recycling.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1931
    • 提供者:明明
  1. suwancheng

    0下载:
  2. 计算机操作系统的实验。实现了处理机调度的模拟,并且在调度进程的同时实现内存分配-err
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3805
    • 提供者:明明
  1. scz

    0下载:
  2. 操作系统中生产者与消费者问题实验源代码 全部都编译通过,需要的可直接使用.-Producers and consumers operating system problems all experiments the source code through the compiler, we need direct access.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:6413
    • 提供者:Zhang Guowei
  1. FIFO

    0下载:
  2. 操作系统实践课程实验,页面置换的4种方法,FIFO等-Practice Course experimental operating system, page replacement of the four kinds of methods, FIFO, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1512
    • 提供者:gf
  1. cunchuqiguanli

    0下载:
  2. 操作系统课程中的存储器管理的代码,实验会用用到的-Operating systems courses in the memory management code, the experiment will be used
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:157809
    • 提供者:zgl
  1. yinhang

    0下载:
  2. 一个十分经典而且简单的银行家算法,对操作系统上机实验十分有效-A very classic and simple bankers algorithm, on the operating system on the experimental machine is very effective
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1215
    • 提供者:Jhon
  1. jinchengchuanjian

    0下载:
  2. 这是我们学习操作系统的时候,老师给我们做的有关进程的创建的实验,是用VC++做的,很经典!-This is our time to learn the operating system, the teacher gave us to do the process the creation of the experiment, is VC++ Do, it is a classic!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:8445
    • 提供者:侯坚强
  1. jinchengchuanjianyuchexiao

    0下载:
  2. 这是我们学习操作系统的时候老师给我们做的创建和撤销进程的实验,用c++做的给大家欣赏一下-This is what we learn from the operating system when the teacher gave us to do the creation and revocation of the process of experiment, using c++ Done to you and admire
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6067
    • 提供者:侯坚强
  1. jinchengtiaodu

    0下载:
  2. 这是我们学习操作系统的时候老师给我们做的关于进程调度的实验,很经典,给大家参考一下!-This is our time for teachers to learn the operating system for us to do experiments on the process of scheduling, it is a classic look for your reference!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:8634
    • 提供者:侯坚强
  1. processcontrol

    0下载:
  2. 一份完整的进程高度实验报告!下载之后对您的操作系统的学习帮助颇大-The process of a complete report of highly experimental! Download for your operating system after learning to help large
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:16156
    • 提供者:Linda
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. operatingsystem

    0下载:
  2. 这是关于操作系统课程的几个实验,是在学习操作系统中较为重要的!-This is a course on the operating system several experiments, the operating system is in learning the more important!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:28870
    • 提供者:程广旭
  1. Matlab-Newton

    0下载:
  2. 一、 实验目的 在计算机上用迭代法求非线性方程地f(x)=0的根。 二、 实验平台 操作系统:Microsoft Windows Vista SP1 数学软件:Matlab7.0.0.19920(R14) -First, the experiment was on the computer using iteration method to nonlinear equations f (x) = 0 root. Second, experimental platform
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:140148
    • 提供者:sh_xj
  1. yin

    0下载:
  2. 操作系统--银行家算法 实验目的: 1、对死锁避免中的银行家算法作进一步理解。 2、加深理解死锁的概念。 3、加深理解安全序列和安全状态的概念。 4、通过编程,掌握银行家算法分配资源的一步步实现过程。 -Operating system- bankers algorithm experimental purposes: 1, to avoid deadlock in the banker s algorithm for further understanding. 2,
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:9481
    • 提供者:李小玲
  1. GX-ARM9-2410EP-UCOS-code

    0下载:
  2. 瑞泰创新的GX-ARM9-2410EP教学实验系统UCOS移植源代码,包含GUI和多任务运行的UCOS操作系统-Ruitai innovative GX-ARM9-2410EP teaching UCOS transplantation experimental system source code, including the GUI and multi-tasking operating system running UCOS
  3. 所属分类:uCOS

    • 发布日期:2017-05-28
    • 文件大小:11760135
    • 提供者:李开志
  1. bank

    0下载:
  2. .cpp,操作系统的银行家算法的C程序实验-. cpp, the operating system of the banker s algorithm C experimental procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1368
    • 提供者:00
  1. tcp

    0下载:
  2. 基于arm7的ucos操作系统,用tcpip协议的通信实验,是周立功smartARM2200开发平台的一个有用的例子,由于在ucos上很少有lwip的例子,所以这个源代码对有的朋友很有帮助。-ARM7-based operating system of uCOS, tcpip agreement with the experimental communication is Ligong weeks smartARM2200 development platform as a useful exa
  3. 所属分类:uCOS

    • 发布日期:2017-05-10
    • 文件大小:2410364
    • 提供者:song
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com