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

搜索资源列表

  1. nachos实验代码

    1下载:
  2. nachos操作系统试验详细代码,内有实验报告
  3. 所属分类:系统编程

    • 发布日期:2011-05-13
    • 文件大小:209220
    • 提供者:yingyingisi
  1. Linux--sy--jingchengtongxin

    0下载:
  2. 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8020
    • 提供者:zuodanqing
  1. intermitCode

    0下载:
  2. 从RTC设备学习中断.doc 打造自己的操作系统——中断篇.doc 中断实验代码.tar 中断解析.doc-Learn from the RTC device interrupt. Doc create its own operating system- interruption articles. Doc interruption experiment code. Tar interruption analysis. Doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:69216
    • 提供者:郭鹏峰
  1. process_control

    0下载:
  2. 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:791
    • 提供者:柳佳林
  1. os

    0下载:
  2. 操作系统的boot代码有很多,并且大部分是相似的。本实验仿照Linux-0.11/boot目录下的bootsect.s和setup.s,以剪裁它们为主线-Of the operating system boot code that there are many, and most are similar. In this study, modeled Linux-0.11/boot directory bootsect.s and setup.s, in order to tailor them
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:7388
    • 提供者:金淼
  1. processcreat

    0下载:
  2. 进程创建模拟 针对操作系统中进程创建相关理论进行实验。要求实验者输书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义二叉树的方式进行存储。-Process simulation for the operating system in the process of creating theories to create the experiment. Asked the experimenter to provide written input and teste
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:35147
    • 提供者:kkk
  1. operatingsystemProcesscommunicationsconcurrentexec

    0下载:
  2. 操作系统实验报告里包含完整代码和详细注释。还有程序调试过程。程序并发执行和进程通信-Experiments address contains the complete code and detailed notes. There are debugging process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:278998
    • 提供者:xiedanfeng
  1. OSLAB

    0下载:
  2. 操作系统进程实验代码,VC环境下编程可以运行。-OS LAB
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:315310
    • 提供者:jugar
  1. HIT-OS

    0下载:
  2. HIT的全部操作系统实验,包括第八次实验,有完整的代码,是好东西-HIT experimental operating system, including the eighth experiment, complete code, is a good thing
  3. 所属分类:Driver develop

    • 发布日期:2015-06-26
    • 文件大小:1685504
    • 提供者:sherrytonger
  1. P_C

    0下载:
  2. 操作系统实验,生产者消费者问题实践。代码简单易懂,适合新手。-Experimental operating system, producers of consumer issues practice. Code is easy to understand for novices.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:11861
    • 提供者:于洋
  1. time-slice

    0下载:
  2. windows操作系统时间片轮转实验 实现代码-Windows operating system time slice rotation experiment The implementation code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1028
    • 提供者:雨季
  1. file

    1下载:
  2. 计算机实验的操作系统关于文件誊抄实验的代码-The operating system on the computer experiment file transcr iptions experimental code
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-12-13
    • 文件大小:3072
    • 提供者:韩崇林
  1. code

    0下载:
  2. linux简单实验代码,有利于掌握linux.Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。-linux simple experimental code, help control linux.Linux is a free to use and free dissemination of class Unix operating system, is a POSIX and UNIX-based mul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:189639
    • 提供者:missaya
  1. OS

    0下载:
  2. 哈工大操作系统实验1-6,包含代码、报告和演示所用ppt-HIT OS LAB
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3397526
    • 提供者:yujie
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
搜珍网 www.dssz.com