搜索资源列表
进程实例
- 老师给的例子,我改过了, 可以运行.如果哪位大哥发现有 什么问题,请给我流言] lirence@163.com-teachers to the case, I turn over, can run. Which brother if found to have any problems, please give me a rumor] lirence@163.com
changgesfdaf
- 汇编语言的简单的输入字母的大小写转换的小汇编语言程序-assembly language simple alphabetical input conversion of the case is a small compilation of language program
sun2.rar
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作,The introduction of multi-channel programming system, often at the same time there are a number of processes in a state of readiness. When the
image2
- Visual C++数字图像识别技术典型案例 条形码生成器-Visual C++ Digital image recognition technology a typical case of bar code generator
sanos-src-latest
- 一个小型操作系统的源代码,其目的仅 仅是为了在x86电脑上在没有windows 操作系统的情况下能使用java虚拟机。 研究操作系统的好东西。-A small operating system source code, which is made solely to the x86 computer in the absence of windows operating system can use the case of java virtual machine. Research
library
- 图书馆管理系统需求文档案例 很好的学习例子 不妨看看 模仿一下-A library system case
myfile
- 页式地址变换机构模拟:1.根据给出的页表情况模拟页式的地址变换机构 2.用程序模拟地址变换机构,输出指令逻辑地址到物理地址的变换,若逻辑地址对应的页没有加载到内存,则输出“缺页”若发生越界,则输出“越界”。-Page-address translation agencies simulations: 1. According to the given page table of analog-page address changing body 2. With the program to si
myProcess
- 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
3-5
- 1.掌握定时器典型应用方法,了解相应寄存器的作用和编程应用; 2. 了解TMS320F2812的中断结构和对中断的处理流程。 二.实验设备 1.PC机一台,操作系统为WindowsXP (或Windows98、Windows2000),安装了ccs3.1; 2.TI 2000系列的TMS320F2812 eZdsp开发板一块; 3.扩展实验箱一台。 三.实验原理 1.TMS320F2812器件上有3个32位定时器(图3.1)(TIMER0/1/2)。
jinchengguanli
- 很好的操作系统演示算法实例,希望大家能够喜欢,能够从此例中吸收长处,有助大家的提高:-Good operating system demonstration algorithm instance, I hope you will like, to absorb the strong points from this case will help us to improve:
bootloader
- 本篇文章将以开发中的 pyos 系统引导程序为例,pyos 是一个正在开发中的实验型操作 系统,它并不打算以目前任何一种运行中的操作系统为模式,而只想通过自己编写一个从头 到尾的操作系统来学习知识,积累技术-This article will guide the development process in the case pyos system, pyos is being developed in the experimental operating system, it does
test_EventWithoutSem
- pc的windows下得BC4.5环境中,新建事件任务,在没有引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, the amount of the incoming signal in the absence of the case, the phenomenon will occur, careful observation of thes
test_EventWithSem
- pc的windows下得BC4.5环境中,新建事件任务,在引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, in the case of the introduction of a semaphore, a number of phenomena occur, careful observation of these phenomena ca
jincheng
- 案例八:进度调度 案例九:存储管理分区分配算法-Case 8: Progress scheduling Case 9: Storage Management partition algorithm
philosopher
- 哲学家就餐问题,有左撇子,至少使用信号量、消息通信、管程三种方式之中的一种模拟哲学家就餐问题。 用一个输入变量控制是否有左撇子哲学家。如果有,其数量由随机数生成。 模拟程序分为两种情况, 可能发生死锁的情况,输出发生死锁时的资源分配状态和历史资源分配状态; 设计没有死锁发生的程序,当每个哲学家至少完成一次就餐后,输出资源分配给哲学家的当前状态和历史状态。 最好具备图形界面,动态显示哲学家就餐的过程。-Dining philosophers problem, a left-ha
graduate-design
- 毕业设计论文代做案例,可供做毕业设计的学生参考-Graduate design thesis on behalf case, available to do graduate design students' reference
XAML-user-input-events-sample
- C#的100个应用,实用,适应初学者,每个例子都很好的教学效果-C# 100, practical, adapt to beginners, each case is very good teaching results
xianlaixianfuwu
- 进程调度算法模拟程序设计 实验内容 1、 可以用任何语言设计模拟的PCB结构 提示:应该包括模拟进程名称,模拟进程运行总时间,模拟进程进入就绪队列时间,模拟进程已运行时间,模拟进程状态,模拟响应比值。 2、 建立进程就绪队列 3、 编制高响应比优先调度算法实现进程调度的模拟过程 要求: (1) 在屏幕上模拟显示出正在执行的进程的执行情况以及处于就绪和阻塞状态的进程的情况 (2) 可以随时建立模拟进程; (3) 可以阻塞正在执行的模拟进程;可以唤醒阻塞的模拟进
pagechange1
- 程序功能: 1)动态演示四种页面置换策略(OPT,FIFO,LRU,CLOCK)。 2)能够可视化观察每种置换策略的工作工程。 3)能够输入一个数字表示页执行序列的总长度(不小于1000),能够设置进程的总页数,然后随机产生页执行序列。 4)能够输入一个数字设置操作系统分配给进程的页面数。 5)统计每种置换策略在不同输入数据情况下的页面失效数。 6)根据实验结果分析不同置换策略的性能。并在实验报告中画出页面失-Program features: 1) dynamic pr
The-style-of-the-case
- 操作系统的调度算法,先来先服务,短作业优先等-Operating system scheduling algorithm, first come first serve, short operating priority, etc.