登录

最新会员 最新下载

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54
已选条件
  1. 编程语言:C++
  2. 代码类别:操作系统开发
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. OSDemo

  操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)(Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management))

2. os_source

  操作系统设计与实现源码(Design and Implementation of the operating system source code)

3. 银行家算法

  基于c++的简易银行家算法。。。。....(A simple banker algorithm based on C + +....)

0
下载
109
浏览
2020-06-24发布

4. 基于c++的银行家算法

说明:  基于c++的简易银行家算法。。。。....(A simple banker algorithm based on C + +....)

1
下载
59
浏览
2020-06-24发布

5. 计算机

  操作系统提供一系列服务: 多任务、用户界面、内存管理、内存保护、 文件存取、网络、设备控制、硬件控制 、错误检测及恢复系统、安全(The operating system provides a range of services: Multitasking, user interface, memory management, memory protection, File access, network, device control, hardware control, error detection and recovery systems, security)

0
下载
72
浏览
2020-06-21发布

6. 计算机

说明:  操作系统提供一系列服务: 多任务、用户界面、内存管理、内存保护、 文件存取、网络、设备控制、硬件控制 、错误检测及恢复系统、安全(The operating system provides a range of services: Multitasking, user interface, memory management, memory protection, File access, network, device control, hardware control, error detection and recovery systems, security)

2
下载
63
浏览
2020-06-21发布

7. DOS源码

  dos源码,国产的,不是ms-dos,可以学习,非常好用(dos code,made in china ,not ms-dos)

0
下载
98
浏览
2020-06-16发布

8. DOS源码

说明:  dos源码,国产的,不是ms-dos,可以学习,非常好用(dos code,made in china ,not ms-dos)

6
下载
69
浏览
2020-06-16发布

9. stm32f103rct6步进电机freeRTOS掉电保存

  stm32f103rct6步进电机 基于freeRTOS 掉电存储(stm32f103rct6 stepper based freeRTOS)

0
下载
110
浏览
2020-06-15发布

10. stm32f103rct6步进电机freeRTOS掉电保存

说明:  stm32f103rct6步进电机 基于freeRTOS 掉电存储(stm32f103rct6 stepper based freeRTOS)

6
下载
79
浏览
2020-06-15发布

11. uCOS-III

说明:  提供官方开源的uCOS-III嵌入式实时操作系统源程序,可用于嵌入式操作系统的二次开发。(Provides the official open source ucos-iii embedded real-time operating system source program, can be used for embedded operating system secondary development.)

1
下载
92
浏览
2020-05-07发布

12. 进程调度

说明:  模拟操作系统进程调度(先来先服务,优先级优先,相应比优先,最短作业优先),资源抢夺,内存分配功能(动态分区,静态分区)(最坏适应法,最佳适应法,FIFO)(Simulation operating system process scheduling (first come first serve, priority first, corresponding ratio first, shortest job first), resource grabbing, memory allocation function (dynamic partition, static partition) (worst adaptation, best adaptation, FIFO))

2
下载
96
浏览
2019-12-21发布

13. zuoyediaodu

说明:  了解动态分区分配方式中的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解(Understand the data structure and allocation algorithm in the dynamic partition allocation mode, and further deepen the understanding of the dynamic partition storage management mode and its implementation process)

0
下载
97
浏览
2019-12-12发布

14. OSEK

说明:  OSEK 2.23中文版- 汽车上使用实时操作系统的概念及多任务处理-... osek 2.23中文版- 汽车上使用实时操作系统的概念及多任务处理 评分: (开发汽车软件必备的基(The certification process ensures the conformance of different implementations to the specification.)

6
下载
88
浏览
2019-11-15发布

16. arm_threadX

说明:  ThreadX OS for Arm source

26
下载
58
浏览
2019-04-11发布

17. 算法图解

  这是一本关于算法的书,通俗易懂,好理解,难得的书(This is a book about algorithm, easy to understand, easy to understand, and rare book.)

2
下载
65
浏览
2018-10-12发布

18. 页面调度算法

  页式虚拟存储器的页面置换算法一般有: 最佳置换算法(OPT),先进先出置换算法(FIFO),最近最久未使用置换算法(LRU),Clock置换算法,最少使用置换算法(LFU),页面缓存算法(PBA)等。 先进先出(FIFO)置换算法是最直观的置换算法,由于它可能是性能最差的算法,故实际应用极少。在这里我只使用前面三种算法来进行页面调度(Page replacement algorithms for page virtual memory generally include the best permutation algorithm (OPT), advanced first out permutation (FIFO), the most recent unused replacement algorithm (LRU), Clock permutation algorithm, minimum use of permutation (LFU), and page caching algorithm (PBA). The first in first out (FIFO) replacement algorithm is the most intuitive replacement algorithm, because it may be the worst performing algorithm, so there are few practical applications. Here I only use the first three algorithms for page scheduling.)

7
下载
101
浏览
2018-05-22发布

19. pcb

  PCB模拟进程调度 时间片轮转算法与优先级调度算法(PCB simulation process scheduling time slice rotation algorithm and priority scheduling algorithm)

1
下载
74
浏览
2018-05-10发布

20. test1

  生产者消费者问题-经典进程同步问题——生产者消费者问题及其同步方案;(produce&comsumer produce&comsumerproduce&comsumerproduce&comsumer)

1
下载
69
浏览
2018-05-03发布