登录
首页 » 操作系统 » 操作系统操作系统的用户

操作系统操作系统的用户

于 2023-02-14 发布 文件大小:49.60 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

操作系统 操作系统] 操作系统 消费者-生产者模拟程序-OS operating system] operating system consumer-producer simulation program

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 单片机与4*4按键接口程序,C语言代码,简单使用。
    单片机与4*4按键接口程序,C语言代码,简单使用。-SCM and 4* 4 keypad interface program, C language code, simple to use.
    2022-02-03 18:37:02下载
    积分:1
  • 这个文件最初在一个m
    这个文件最初在一个m-ix86pm的UCOS For 386包中, 但是没有源代码,原名叫ExeToImg.EXE 用于将PE结构的EXE文件转换为内存映像文件, 可用于在WIN平台上开发基于x86的操作系统 这个源代码编译后效果跟原版差不多,是我用OllyDBG反编译写成C的. 对于学习PE文件及操作系统有一定作用, 毕竟我的大部分的操作是在window下, 机器差得要得,不想用虚拟机在linux下编译入门的操作系统. 像中的Tinux -This document was originally in a m-ix86pm the UCOS For 386 package, but no source code, the original name used to ExeToImg.EXE structure of PE files into memory EXE image file that can be used in the WIN platform x86-based operating system of the source code compiled with the original effect is almost that I wrote with OllyDBG decompile C
    2022-03-22 06:43:00下载
    积分:1
  • linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收
    linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收-linux under C. Close out a point-to-point test _192.168.0.1 issued _192.168.0.2 close
    2022-05-20 05:12:19下载
    积分:1
  • operating system process management algorithm
    操作系统进程管理算法-operating system process management algorithm
    2022-02-10 00:19:00下载
    积分:1
  • 用C语言编写程序,模拟二级目录的文件 建立一个模拟文件,能实现建立、打开、删除、关闭、复制、读、写、查询等功能...
    用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,find.
    2022-04-20 07:20:51下载
    积分:1
  • 新版本发布之为0.6.5.0。它的基础上有点不到100和…
    New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs and drivers packed with KPACK, functions to change cursors from the application side. Desktop picture should now look more attractive since new smoothing algorithm is used. Talking about programs changing we can mark KFAR (copy files, create folders), FASM (fixes for output generation), TINYPAD (work with mutliple files, change encoding, dynamic memory allocation). Changes have also been made to more than 50 other programs.
    2023-05-02 04:55:06下载
    积分:1
  • Control TSC2101, the main control audio driver, and touch screen driver related...
    控制TSC2101,主要控制音频驱动,和触摸屏驱动的相关代码.-Control TSC2101, the main control audio driver, and touch screen driver related code.
    2022-01-26 06:32:23下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • 我个人编写的,实现了保护模式并切换到用户态运行用户进程,对与初学者有一定帮助!...
    我个人编写的操作系统,实现了保护模式并切换到用户态运行用户进程,对与操作系统初学者有一定帮助!-I personally prepared by the operating system, achieved a protected mode and switch to user mode users running process, with the right operating system will definitely help beginners!
    2022-04-08 08:40:03下载
    积分:1
  • 课程设计——磁盘调度
    应用背景 基于C#操作系统的磁盘调度程序代码可以作为学习和了解操作系统关于磁盘调度的入门参考 关键技术 C# 窗体应用程序 通过C#窗体应用程序将操作系统的磁盘调度形象的展示出来,不同于传统的控制台应用程序
    2022-05-12 20:58:15下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载