-
采用高响比优先的作业调度算法
采用高响比优先的作业调度算法-sound than the high-priority scheduling algorithm
- 2022-03-24 13:06:10下载
- 积分:1
-
最新版本,1.16版本的ARM(的7TDMI,720T,920T)对uC/OS移植
The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712.
Tool-chains: GCC 3.3.2, ADS 1.2 & SDT 2.51.
Op-modes: Pure ARM & ARM-THUMB interworked.
Endianess: Big endian & Little endian modes-The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx- LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712.
Tool-chains: GCC 3.3.2, ADS 1.2 & SDT 2.51.
- 2023-09-06 15:45:03下载
- 积分:1
-
学习MFC的好东西
学习MFC的好东西-learning MFC good things
- 2022-09-09 12:55:02下载
- 积分:1
-
利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解...
利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker"s Algorithm
- 2022-05-13 06:04:26下载
- 积分:1
-
作业调度三种算法FCFS,SJF,HRN
作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
- 2022-05-30 08:05:36下载
- 积分:1
-
操作系统原理实验――进程调度实验报告
实验内容或题目:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选...
操作系统原理实验――进程调度实验报告
实验内容或题目:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。
3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。
4)本次实验内容(项目)的详细说明以及要求请参见实验指导书。
-Operating principle experiment- the process of scheduling the content or subject experiment on the experiment: 1) design process, concurrent implementation of the five simulation scheduler, each program consists of a PCB, said. 2) The simulation scheduler can be optional, one of two kinds of scheduling algorithm to achieve (with the ability of students can simultaneously achieve the two scheduling algorithms). 3) program implementation should be able to screen out the process of change of state in order to observe the entire process of scheduling. 4) The content of this experiment (project) and to require a detailed explanation, see the experimental instructions.
- 2022-03-17 08:42:49下载
- 积分:1
-
蓝牙blue tooth sco协议栈,在Linux操作系统下编译,该协议栈提供了有用工具来配置模块参数...
蓝牙blue tooth sco协议栈,在Linux操作系统下编译,该协议栈提供了有用工具来配置模块参数-blue tooth Merom Bluetooth protocol stack, the compiler under Linux operating system, The protocol stack provides a useful tool to configure parameters module
- 2023-02-12 00:10:03下载
- 积分:1
-
fsdfsd 好超级好是酷我
废话废话 blahblahblahblahblahblah
使用系统 ;
使用 System.Collections.Generic ;
使用 System.Linq ;
使用 System.Text ;
使用 System.Data.SqlClient ;
使用 System.Data ;
使用 System.Threading ;
ConsoleApplication3 的命名空间
{
类的程序
{
静态 void Main (字符串 [] args)
{
字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ;
初始目录 = lab8 ;
集成安全性 = True";
System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ;
cn。Open ();
字符串路径 = @"c:lab8";
foreach (文件路径字符串中 System.IO.Directory.GetFiles(path))
{
SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ;
SqlParameter param = 新 SqlParameter() ;
param。ParameterName ="@Name";
param。值 = System.IO.Path.GetFileName(filePath) ;
param。SqlDbType = SqlDbType.VarChar ;
cmd.Parameters.Add(param) ;
param = 新 SqlParameter()
- 2023-07-19 16:15:03下载
- 积分:1
-
操作系统课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。...
操作系统课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。-operating systems course, readers who wrote in a tracing solutions; In VC6 downward through, Virtual console operation.
- 2022-07-01 19:54:17下载
- 积分:1
-
一个用 java 语言编写的操作系统课程设计
很经典希望对大家有帮助...
一个用 java 语言编写的操作系统课程设计
很经典希望对大家有帮助-An operating system using java language curriculum design classic you want to help
- 2023-08-22 05:45:04下载
- 积分:1