搜索资源列表
manage_student
- 简单的学生信息管理系统,基本包含学生信息管理机制的调度。-simple student information management system, the basic student information management includes the activation mechanism.
MEMORY_MANAGEMENT
- 简单的内存管理算法,适合小型嵌入式系统使用-Simple memory management algorithms, suitable for small embedded systems
51-simple-task---9.25
- /// /// /// /// /// /// 嵌入式系统中 简单的“任务调度、管理”实现 Kernel.c中包含 任务开启:TASK_On 任务关闭:TASK_Off 任务运行:TASK_Run task.c中包含任务具体执行函数 任务开启关闭思路参考RiveraWaves 2016-9-25 ///////////////////////////////// /-Kernel.c TASK_On TASK_Off TAS