-
我不知道!
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
【程序2】
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高
于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提
成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于
40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于
100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?-i don t know!
- 2022-12-18 09:35:03下载
- 积分: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
-
CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.-CSharp dynamic loading Dll dynamic link library, look at what is CSharp completed.
- 2022-01-26 02:31:51下载
- 积分:1
-
一个操作系统的课件及其相关的资料,含实验报告等.
一个操作系统的课件及其相关的资料,含实验报告等.-An operating system software and related information, including test reports and so on.
- 2022-03-18 21:06:02下载
- 积分:1
-
Many want to use their own and the sequence to control their own computer, here...
很多的都想用自已的和序控制自己的电脑,这里有一些常用函数,希望对大家有用-Many want to use their own and the sequence to control their own computer, here are some commonly used functions, in the hope that useful to everybody
- 2022-09-12 02:30:03下载
- 积分:1
-
注册表监控
一个注册表监控封装类,当监控的注册表键值发生变化,会触发回调事件检索,是一个学习注册表操作非常好的参考。
- 2022-03-30 04:20:22下载
- 积分:1
-
操作系统课程设计——磁盘调度
应用背景
基于C#操作系统的磁盘调度程序代码可以作为学习和了解操作系统关于磁盘调度的入门参考
关键技术
C# 窗体应用程序
通过C#窗体应用程序将操作系统的磁盘调度形象的展示出来,不同于传统的控制台应用程序
- 2022-05-12 20:58:15下载
- 积分:1
-
操作系统第一次实验作业,一个模拟若干售票网点的售票程序
操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
- 2022-03-17 06:31:19下载
- 积分:1
-
用vc编写的用来模拟操作系统中电梯调度算法的程序。
用vc编写的用来模拟操作系统中电梯调度算法的程序。-The ones that wrote vc used the procedure of dispatcher s algorithm of the lift in the simulation operating system.
- 2022-07-23 21:46:51下载
- 积分:1
-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1