-
一个小型操作系统,用于对显存进行操作 本人的操作系统课程设计...
一个小型操作系统,用于对显存进行操作 本人的操作系统课程设计-a small operating system, for the right to operate my memory for the operating system design courses
- 2022-12-13 02:45:03下载
- 积分:1
-
ucosIII内核源码(source code)
ucos操作系统是可移植的,可植入rom的,可裁剪的抢占式、实时多任务操作系统内核,本源码注释多,适合各阶段读者学习。
- 2022-09-12 19:35:03下载
- 积分:1
-
Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多...
Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多了,但一样可以让我们了解Linux的基本实现过程,大小只有70多K-Linux prototype, is the founder of Linux announced the initial code. Now, all kinds of analysis of the Linux too many books, but for a newcomer are too complicated to understand, the initial version to be relatively more simple, but you can help us understand the basic realization of Linux process, the size of only 70 K
- 2022-06-30 23:05:41下载
- 积分:1
-
跨平台获取cpu信息linux,windows,mac
跨平台获取cpu信息linux,windows,mac
之前的ccpuid V1.01版只支持Windows和Linux平台。现在的V1.02版增加对Mac OS X平台的支持,还做了这些改进——支持纯C、增加CPUF常数、x86平台判断。
- 2023-07-17 09:45:03下载
- 积分:1
-
这是一个潜入式开发的c语言代码,上面有通讯,采集和处理等功能模块...
这是一个潜入式开发的c语言代码,上面有通讯,采集和处理等功能模块-This is a sneak into the development of the c-language code, the above communications, the collection and processing function modules
- 2022-07-10 19:28:02下载
- 积分:1
-
multi
多层次目录管理实验详细报告,包括实验中使用的源代码,即使眼睛的细节
- 2023-08-20 02:50:03下载
- 积分:1
-
试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型...
试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechanism and signal to producers and consumers to achieve the concurrency control : a boundary buffer There are 20 storage units, Add/remove data items for a set of 20 ~ 20-integer. Requirements : (1) Each producer and consumer sector of the buffer zone is operated, immediately after the sector showed a buffer in its entirety. The current position and producer/consumer threads identifier (2) producers and consumers have two or more (3) A number of producers or many consumers to be shared between the right to operate the buffer function code.
- 2023-06-17 09:40:03下载
- 积分:1
-
OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)...
OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)-os memory
- 2022-05-18 23:35:54下载
- 积分:1
-
自己写操作系统!杨文博著的一部很好的学习操作系统的书籍!...
自己写操作系统!杨文博著的一部很好的学习操作系统的书籍!-Write your own operating system! YANG Wen-bo" s a good learning experience for the operating system, the books!
- 2022-12-10 16:05:04下载
- 积分:1
-
模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use rec...
模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynamic allocation optimal), LRU (recently does not use latest use recently), LFR (the lowest frequency of the recent lowest frequency recently), NUR (do not use the recent no used recently)
- 2023-07-04 08:30:03下载
- 积分:1