-
a micro
一个微型操作系统源码-a micro-source operating system
- 2022-02-12 18:05:58下载
- 积分:1
-
Introductory articles prepared by the operating system to guide you how to build...
编写操作系统的入门文章,指导你如何一步步完成操作系统的构建工作-Introductory articles prepared by the operating system to guide you how to build a step by step to complete the work of the operating system
- 2022-03-24 16:36:14下载
- 积分:1
-
正确判断操作系统版本
正确判断操作系统版本,用于判断OS各系统平台版本号
- 2022-03-03 15:50:32下载
- 积分:1
-
nachos下并发程序设计。编写双向链表并演示并发错误。包含文件Makefile.common、main.cc、threadtest.cc、dllist...
nachos下并发程序设计。编写双向链表并演示并发错误。包含文件Makefile.common、main.cc、threadtest.cc、dllist-driver.cc、dllist.cc、dllist.h、nachos01.doc-concurrent programming under the nachos. List and demonstrate the preparation of two-way concurrent error. Include file Makefile.common, main.cc, threadtest.cc, dllist-driver.cc, dllist.cc, dllist.h, nachos01.doc
- 2022-03-16 07:50:59下载
- 积分:1
-
生产者-消费者系统问题
模拟一个生产者-消费者系统使用线程,互斥锁和条件变量和调度。你会尝试用可用的生产者和使用者线程,多项产品和调度算法的用来计划产品的消费的数量不断变化。
- 2022-03-21 08:02:05下载
- 积分:1
-
现在有很多的相机类型,和一些鱼
现在有很多相机类型,有的鱼眼相机照完的图片会发生畸变,为此,我们要进行鱼眼图片校正。本程序正是针对鱼眼图象的校正程序,里面有详细的注释说明相信只要是有一定的基础的人都能看懂。不过,还有差值部分没做完哪,有待完善。-Now have a lot of camera types, and some fish-eye camera images will be finished according to distortion, to that end, we have to carry out fish-eye image correction. This procedure is for fish-eye image correction program, which has detailed notes as long as it is believed that the basis of a certain person can understand. However, there is some difference which did not finish, remain to be improved.
- 2022-01-25 15:46:44下载
- 积分:1
-
系统启动时检测内存状况的软件C代码,程度有点深,具备了C高级编程知识的朋友们可以参考研习。...
系统启动时检测内存状况的软件C代码,程度有点深,具备了C高级编程知识的朋友们可以参考研习。-Boot time memory status detection software C code, the degree of bit depth, with a high-level programming knowledge of C friends can refer to the study.
- 2023-01-08 03:00:04下载
- 积分:1
-
橙色与# 39:一个操作系统的实现(源代码附在博…
Orange s:一个操作系统的实现(书附源码)chapter4.rar-Orange" s: an operating system implementation (source code attached to the book) chapter4.rar
- 2022-10-11 05:25:03下载
- 积分:1
-
带模块显示进程管理,对于学习操作系统编程的开发人员有帮助...
带模块显示进程管理,对于学习操作系统编程的开发人员有帮助-Band module show that the process of management, programming operating system for the study will help developers
- 2022-08-10 16:07:09下载
- 积分:1
-
模拟Unix文件系统
每一个文件系统不仅包括文件和数据,还包括文件系统本身的树形目录结构,以及子目录、链接、访问权限等信息,它还必须保证数据的安全性和可靠性。 Unix文件系统调用主要包括:文件的打开和关闭、文件的创建和删除,文件的连接和解除连接,文件的读和写,以及文件的随机访问。用户可以通过文件系统提供的系统调用在其程序中对文件进行上述操作。
- 2023-08-30 03:10:03下载
- 积分:1