搜索资源列表
实验一 进程、线程的控制
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。 每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
29782175exerciseattemper
- 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
CalculatorFinal
- 支持具有括号优先级的计算器程序源代码,编码平台vs2008,使用mfc编写的基于对话框的计算器。-Support has the priority of brackets calculator source code, coding platform vs2008, using MFC write dialog-based calculator.
Calculator_6
- 计算器代码,能实现优先级计算(无括号),以及普通计算器具备的功能,例如M的添加删除、 ,^,正负号,平方,倒数。-Calculator code to achieve the priority calculation (without brackets), as well as ordinary calculator with features such as adding delete M, , ^, sign, square, countdown.
