-
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
-
2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32...
2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32-bit多任务、多线程的操作系统内核。现在暂时不提供原代码但可以下载用。谁有兴趣且觉得自己有能力和我共同完善它最终实现真正的中国本土的高端操作系统请和我联系:yaocong@mail.china.com -2004.7.6 date passes on has mistake this is 2004.7.7 dates
repasses on. This is myself uses the assembly and C mix forming 32-bit
multi- duties, the multi-thread operating system essence. Now
temporarily does not provide the original code but to be allowed to
download uses. Who has the interest also thought oneself has the
ability and I consummates it finally to realize the genuine Chinese
native place high end operating system together please to relate with
me: Yaocong@mail.china.com
- 2023-05-02 10:10:03下载
- 积分:1
-
银行家算法C源代码参考,完整的源代码,可以直接编译
银行家算法C源代码参考,完整的源代码,可以直接编译-VC
- 2023-01-05 21:55:03下载
- 积分:1
-
内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下...
内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。
-Kernel is the core of an operating system. It is responsible for the process management system, memory, device drivers, files, and network system determines the system performance and stability. Linux as a free software, the majority of fans support, kernel version constantly updated. The core of the new amendments to the old kernel bug, and adds many new features. If users want to use these new features, or would like to according to their own system tailored to a more efficient, more stable core, will need to recompile the kernel. This article will be RedHat Linux 6.0 (kernel 2.2.5) for the operating system platform, introduced in the Linux kernel compile on approach.
- 2022-01-26 08:22:41下载
- 积分:1
-
操作系统磁盘分区的源程序
操作系统磁盘分区的源程序-operating system disk partition of the source
- 2022-08-22 00:14:32下载
- 积分:1
-
一个完整的rtos源代码.运行在嵌入80186 cpu上.提供4个任务,信号灯,定时器,schedule等....
一个完整的rtos源代码.运行在嵌入80186 cpu上.提供4个任务,信号灯,定时器,schedule等.-Byelorussian a complete source code. Running on embedded 80186 cpu. For four tasks, lights, timers, etc. schedule.
- 2022-06-16 15:48:26下载
- 积分: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
-
操作系统大型实验:模拟LINUX文件系统
一、实验内容1. 设计和实现一个模拟文件系统,要求包括目录、普通文件和文件的存储。必须有自定义的数据结构,不能直接调用windows 的API函数,即不能只实现了一个壳。2. 文件系统的目录结构采用类似Linux的树状结构。3. 要求模拟的操作包括:a) 目录的添加、删除、重命名;b) 目录的显示(列表);c) 文件的添加、删除、重命名;d) 文件和目录的拷贝;e) 文件的读写操作。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 15:27:13下载
- 积分:1
-
AU1100嵌入式处理器lcd显示驱动程序
AU1100嵌入式处理器lcd显示驱动程序-Lcd display embedded processor AU1100 driver
- 2023-06-17 23:50:03下载
- 积分:1
-
采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时...
采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改-priority number using the static method, the preparation process of scheduling a process simulation program, the process in place for the state, running, blocking three. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, each occurrence "Dispatch" shows that the current "PCB name" priority number, running time, without the need for a real system, such as PCB data changes
- 2023-02-24 21:55:02下载
- 积分:1