-
51单片机操作系统
这是一个基于时间片的操作系统 通过时间分割 将51单片机 独立出N个低频单片机 并行运行程序,该系统有一定的实用性,特别是要驱动TFT屏的时候,在刷屏的同时单片机任能做其他事情,如果不是用操作系统,像51这种低端的单片机是做不到同时的,所以这个代码非常有学习的价值
- 2022-01-21 21:11:52下载
- 积分:1
-
设计一个有N个进程并发的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。...
设计一个有N个进程并发的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。
-Design of a concurrent process, N a process scheduler. The process of scheduling algorithm: The number of priority the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority to the process) algorithm.
- 2022-07-06 20:40:09下载
- 积分:1
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1
-
Readers to write the issue of curriculum design. A detailed flow. The experiment...
读者写者问题课程设计.具有详细的流程.实验结果及其截图-Readers to write the issue of curriculum design. A detailed flow. The experimental results and screenshots
- 2022-01-25 23:31:56下载
- 积分:1
-
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!...
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!-ucosII of 33 classic examples, both through debugging and learning ucosII shortcut, strongly recommended! Because too many documents, divided into five available, please understanding!
- 2022-07-02 21:39:08下载
- 积分:1
-
UC/OS 例程
操作系统,大家可以通过这些例程了解到UC/OS
UC/OS 例程
操作系统,大家可以通过这些例程了解到UC/OS-UC/OS operating system routines, we can through these routines that UC/OS
- 2023-07-28 09:00:05下载
- 积分:1
-
模仿操作系统的先来先服务,用单链表写的程序
模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures
- 2022-04-18 04:56:10下载
- 积分:1
-
微软早期的一个操作系统[ 1 ]。0
Microsoft早期操作系统1[1].0-3.0全系列收藏版-Microsoft early one operating system [1] .0-3.0 full range of collectors edition
- 2022-02-02 02:43:51下载
- 积分:1
-
Memory management under Linux0.11 Authors: Yi
Linux0.11 下的内存管理 作者:袁镱
一篇某牛人写的关于linux 0.11 下内存管理的文章-Memory management under Linux0.11 Authors: Yi-Yuan Niu a person to write a linux 0.11 on the memory management under article
- 2022-01-24 18:49:55下载
- 积分:1
-
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)-Details on how to install the Linux operating system from the hard drive (not available on CD-ROM installation)
- 2022-09-30 18:15:03下载
- 积分:1