搜索资源列表
200482712133053
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The
ARM7TDMI总线接口
- ARM7处理器的总线介绍,对学习其框架有重要作用-ARM7 processor bus, its framework for learning an important role
ADS异常处理
- ARM处理器的异常处理,了解其工作过程有重要帮助-abnormal ARM processor, with a better understanding of their work is important to help process
irqs
- 描述了如何使user-mode的应用程序能进入kernel 的地址空间,并且在GDT中调用一个门调用描述符,同时不需要使用驱动。文章解释了如何在32位的处理器中进行虚拟地址到物理地址的转换,同时又描述了user-mode的应用程序如何能够找出其被分配的虚拟地址表示形式在物理地址中的位置。 这个例子程序在我的机器上做过彻底的测试,是windows XP SP2 ---- 它运行的很好而且似乎没有一点问题。-described how user-mode applications can ac
Macro-processor
- A simple macroprocessor
1_1
- 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
TheEnhancedTimer
- With today’s processors running at frequencies of more than 1GHz, you can use the processor clock to time events with much higher accuracy than 10 ms.From www.Intel.com-With today's processors running at freque ncies of more than 1 GHz, you can u
ocf-linux.tar
- linux下基于加密芯片的加密设备,包括2款网络处理器,驱动层次鲜明-encryption chip based on the encryption equipment, including 2 network processor, the drive distinct levels
procc
- 这是一个进程调度程序,模拟在单处理器情况下处理器器调度。-This is a process scheduler, simulation of the single-processor scheduling for the next processor.
Tasm_5
- TASM Compiler for free used.-processor used Compiler for free.
CLJTD
- 课程设计中做得处理机调度的图形编程源代码。-curriculum design, doing graphics processor scheduling program source code.
Porting_Linux_to_ARM
- 移植嵌入式Linux到ARM处理器 第一章将简单地介绍本ARM开发板的硬件设计,第二章分析Bootloader的移 植方法,第三章叙述嵌入式mizi Linux的移植及文件系统的构建方法,第四章讲解外设的驱动程序设计,第五章给出一个已构建好的软硬件平台上应用开发的实例。-transplant Embedded Linux ARM processor to the first chapter will be simple to introduce the ARM hardware develo
Soft20060210104845709
- 检测Pentium CPU的时钟(高精度显示) This file declares a class the wraps the Pentium-specific time stamp counter. This counter has a resolution in terms of PCLKS (processor clocks) so it can be used for direct instruction timings.
avrlib
- avrlib.rar ,一个学习AVR处理器十分有用的函数库.-avrlib.rar, a study AVR processor very useful functions.
arm_MMC
- 基于arm嵌入式处理器的MMC卡驱动代码及文档-arm embedded processor based on the MMC card driver code and documentation
arm_ac97_mp3
- 基于arm嵌入式处理器的AC97驱动和MP3的播放代码及详细pdf中文手册-arm embedded processor based on the AC97 drive and MP3 player code and the detailed pdf manual Chinese
arm_based_usb
- 基于arm嵌入式处理器的USB驱动代码及详细pdf中文手册-arm embedded processor based on the USB driver code and the detailed pdf manual Chinese
generate-processor-id
- generate processor id for specific hardware can be use as unike key
AES-Algorithm-Implementation-using-ARM-Processor.
- AES Algorithm Implementation using ARM Processor
The-processor-scheduling
- 实验一 处理器调度 一. 实验内容 选择一个调度算法,实现处理器调度。 二. 实验目的 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助自己加深了解处理器调度的工作。 三. 实验题目 第—题:设计一个按优先数调度算法实现处理器调度的程序。 运行环境:Microsoft Visual Studio 2005-Experiment on