FreeRTOS的实现源码,包含部门MCU的适配代码,是学习操作系统原理及智能硬件开发的良好参考资料。
2023-12-18 17:42:51 40.78MB FreeRTOS 操作系统源码
1
操作系统进程间通信
2023-12-14 20:14:27 2KB 操作系统
1
三峡大学考试试卷-操作系统(试卷A)20211107
2023-12-11 09:49:49 408KB 操作系统
1
经典计算机操作系统教材第三版,详细内容可见亚马逊。 https://www.amazon.com/Computer-Systems-Programmers-Perspective-Engineering/dp/0134123832/ref=sr_1_2?ie=UTF8&qid=1541476471&sr=8-2&keywords=computer+systems+a+programmer's+perspective Computer systems: A Programmer’s Perspective explains the underlying elements common among all computer systems and how they affect general application performance. Written from the programmer’s perspective, this book strives to teach readers how understanding basic elements of computer systems and executing real practice can lead them to create better programs. Spanning across computer science themes such as hardware architecture, the operating system, and systems software, the Third Edition serves as a comprehensive introduction to programming. This book strives to create programmers who understand all elements of computer systems and will be able to engage in any application of the field--from fixing faulty software, to writing more capable programs, to avoiding common flaws. It lays the groundwork for readers to delve into more intensive topics such as computer architecture, embedded systems, and cyber security. This book focuses on systems that execute an x86-64 machine code, and recommends that programmers have access to a Linux system for this course. Programmers should have basic familiarity with C or C++. Personalize Learning with MasteringEngineering MasteringEngineering is an online homework, tutorial, and assessment system, designed to improve results through personalized learning. This innovative online program emulates the instructor’s office hour environment, engaging and guiding students through engineering concepts with self-paced individualized coaching With a wide range of activities available, students can actively learn, understand, and retain even the most difficult concepts.
2023-12-09 17:33:05 7.06MB 操作系统
1
FreeRTOS工程示例代码,包括任务的创建、删除、挂起、恢复等;时间片调度临界段和开关中断;事件;定时器;消息队列;信号量;邮箱;动态内存管理等。
2023-12-04 11:22:22 58.4MB FreeRTOS 操作系统
1
1.研究FAT文件系统的物理布局。 2.掌握FAT文件系统中目录的结构与目录项定义。 3.掌握文件操作如建立目录,建立文件,删除文件,复制文件时,对FAT和目录的操作步骤。 4.合理设计文件系统布局与数据结构(直接用数组模拟磁盘布局或建立一个文件模拟磁盘布局)。 5.编制程序模拟FAT文件系统,加深理解文件系统的功能及实现机理。 实现功能 显示目录内容 dir <路径名> 路径下包含的所有目录与文件(除被隐藏的文件外) 创建目录 md <路径/目录名> 成功或失败提示 删除空目录 rd <路径/目录名> 成功或失败提示 改变当前目录 cd <路径/目录名> 改变命令提示符前显示的当前路径 创建文件 new <路径/文件名 文件内容> 成功或失败提示 删除文件 del <路径/文件名> 成功或失败提示 编辑文件 edit <路径/文件名 编辑内容> 成功或失败提示 查看文件 type <路径/文件名> 指定文件的内容 复制文件 copy <路径/文件名> <路径/文件名> 成功或失败提示 设置文件属性 attr <文件名> +r/-r/+h/ -h 成功或失败提示 退出系统 exit
2023-12-01 12:51:36 39KB 操作系统 java
1
银河麒麟linux操作系统离线安装Nginx,gcc环境所需全部依赖
2023-11-30 21:52:14 30.33MB linux arm64
1
操作系统教程(第4版)课后习题答案,比较详细
1
KEIL:MDK_ARM_5.32 MCU:STM32F407VET6 PHY:LAN8720A 有完整的程序工程,还有STM32CubeMX的配置。
2023-11-28 11:32:10 1.71MB STM32 HAL库 LWIP
openjdk1.8 x64 windows操作系统
2023-11-27 14:41:09 100.22MB openJDk
1