搜索资源列表

  1. 145

    0下载:
  2. 计算机操作系统的实验作业,系统的进程调度线程的源代码-Experimental computer operating system operations, the process of scheduling threads system source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:creazy2008
  1. 进程调度实验

    0下载:
  2. 该源代码模拟操作系统中进程的调度,按进程优先级进行排序,然后按优先级高者先调度的原则一次调度。-The source code for simulation of the operating system process scheduling, according to the process of priority ranking, and then by priority the higher the principle of sc
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wangying
  1. API

    0下载:
  2. 利用API在Windows下创建进程和线程 在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架-The use of API in Windows to create processes and threads to create threads in the Windows example, many online reference are b
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:78848
    • 提供者:端木白羽
  1. Application_Development

    0下载:
  2. 这是一本关于嵌入式系统应用软件开发案例,介绍了ARM处理器和UC/OS-II操作系统的嵌入式编程的基础知识和独有特点,本书的每一个综合实验都分别用实验报告书、实验指导书和源码详解3个部分给予介绍.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:6348800
    • 提供者:小刚
  1. sisuo

    0下载:
  2. POSIX下线程死锁的演示程序(操作系统实验)-POSIX thread deadlock under the demo program (operating system, experimental)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:陆嘉鸣
  1. zhilin5832

    0下载:
  2. 操作系统课程上机实验报告,包括进程通信,同步等-Curriculum machine operating system, experimental report, including the process of communication, synchronization, etc.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:165888
    • 提供者:zhilin5832
  1. embbedOs

    0下载:
  2. 自己动手写嵌入式操作系统源码,作者蓝枫叶,非常值得参考-Do-It-Yourself-source embedded operating system to write, the writer Blue Leaf, very worth considering
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2555904
    • 提供者:xphh
  1. shebei

    0下载:
  2. 操作系统实验,设备管理 通道 控制器 设备表 实现对设备的申请归还添加删除-Experimental operating system, device management access control equipment table to achieve the return of equipment to add the application to delete
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杜磊
  1. Disk

    0下载:
  2. 大三操作系统实验,用FIFS,电梯法,最短优先实现磁盘调度.-Junior experimental operating system, using FIFS, the lift method, the shortest realize disk scheduling priority.
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王旭
  1. LINUX-os

    0下载:
  2. LINUX操作系统实验,希望对大家可以有所帮助-LINUX operating system experiments, in the hope that we can help
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:422912
    • 提供者:kit
  1. duzhexiezhe

    0下载:
  2. 操作系统读者写者问题实验报告 包括结果 目的 心得 等等 有意者下来观摩-Readers to write the issue of the operating system reports include the results of the purpose of the experimental experience, etc. Interested parties down to watch
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:57344
    • 提供者:飘散风
  1. caozuoxitong

    0下载:
  2. 这个是操作系统课程设计的一个报告 做的是有关磁盘调度 以及CPU调度方面的实验-This is the operating system, curriculum design to do a report about disk scheduling and CPU scheduling aspects of the experiment
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:299008
    • 提供者:陈觅尘
  1. 026251-01

    0下载:
  2. 一个操作系统的课件及其相关的资料,含实验报告等.-An operating system software and related information, including test reports and so on.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:9050112
    • 提供者:
  1. prosscd

    0下载:
  2. 操作系统实验中的进程创建与删除 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况; 6) 测试程序并得到正确结果。 -Experiment operating system process creation and deletion of 1) the use of dynam
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:ajun
  1. Change

    0下载:
  2. 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement alg
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:王晓
  1. neic

    0下载:
  2. 操作系统实验 内存分配与回收 实验二(包含程序源代码和完整报告)-Experimental operating system memory allocation and recovery experiment II (including source code and complete report)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:紫光
  1. neichunguanli

    0下载:
  2. 这是我做的操作系统实验内存管理 包括代码和文档-This is my operating system to do the experiment, including memory management code and documentation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:147456
    • 提供者:张志文
  1. zuoy

    0下载:
  2. 操作系统的实验包含报告,源代码,用C语言写的-An experimental operating system that contains reports, source code, written using C language
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:103424
    • 提供者:李丽
  1. Linux--sy--jingchengtongxin

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

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:zuodanqing
  1. IFS

    0下载:
  2. 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。-Operating System Experiment: Simulate file operations for the two-level directory structure in the file
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:Ingu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org