-
Operating system console procedures
操作系统控制台程序-Operating system console procedures
- 2022-12-10 01:15:03下载
- 积分:1
-
关于读者写者的问题,分别实现读者优先和写者优先.
关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
- 2022-08-24 23:22:35下载
- 积分:1
-
调度器 Scheduler
1) 超级可以移植性,与CPU无关,几乎任何支持C语言编程的CPU都可以用!(本文仅仅以51单片机为例而已,但实际上可以任意移植)
2) 小之又小, 原理很简单,一看就懂。
3) 省之又省, 可以说对RAM和ROM省到极致。
4) 取protothread之精华,将定时器与状态机和伪线程语法融合到一个框架,任务函数可以有两种写法。
5) 基于定时器触发,调度效率高,最大化减少无效的代码运行时间。
- 2022-07-18 14:50:08下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-04-23 22:33:06下载
- 积分:1
-
Enter the shutdown time can be turned off at the appointed time, that is, plans...
输入关机的时间即可在指定的时间关机,就是添加at的计划任务。在等待关机的时间内本程序不会运行。-Enter the shutdown time can be turned off at the appointed time, that is, plans to add at the mission. Waiting time of the shutdown process will not run.
- 2022-02-02 21:30:10下载
- 积分:1
-
n/b
很好用的DOS工具,可以在XP下面启动到DOS方式
具体内容可以参考代码-n/b
- 2022-03-24 18:10:32下载
- 积分:1
-
操作系统中的哲学家就餐算法 c语言编写
操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language
- 2022-11-22 20:55:03下载
- 积分: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
-
Linux命令大全,修改后的版本,对于一些命令为内核的2.6小时。
Linux的命令大全,修改版本,对一些针对内核2.6的命令做了注释,还是挺不错的。适合初学者或者作为手册进行查询-Linux command Daquan, a modified version, for some commands for the kernel 2.6 has done a comment, or very good. Suitable for beginners or as a manual query
- 2023-02-18 23:45:03下载
- 积分:1
-
基于VC++的页面置换程序
采用基于MFC框架设计,建立五个线程,使它们能够同时进行,其中一个进程提供每次要存入内存的页面,另外四个同时完成FIFO,LRU,LFO,OPT四个算法。
- 2022-09-18 12:40:04下载
- 积分:1