搜索资源列表
小型实时操作系统源代码
- 一个简单易用的可裁减的小型实时操作系统 移植非常简单,稳定,目前只有AVR的版本
ucosII在mega128芯片上的移植代码
- ucosii是一个简单易学的嵌入式实时操作系统,本文件提供了ucosii在ATMEGA128上的移植例子-ucosii is a relatively simple real-time embedded operating system, the document provides a ucosii in ATMEGA128 the transplant example
rtx51fulluse
- 51上运行的实时操作系统,该文档对其进行详细的介绍,还提供了许多例子!对于想在51上实现简单的多任务系统,不需要自己嵌入,因为keil工具中已经有了内核-51 running real-time operating systems, the documentation for its detailed descr iptions, it also provided many examples! For the 51 to achieve a simple multi-tasking system
c库部分源代码
- c库的部分源代码 用惯了操作系统提供的内存api,你是否了解系统的运行机制,这是提供动态内存分配最简单的实现代码 静态的代码库 可用各种c编译-c for the source code of the operating system are used to provide memory api, whether you know the operating mechanism, which is to provide the most dynamic memory allocation to
简单的操作系统模拟程序
- 简单的操作系统模拟程序,对研究操作系统的朋友可以参考一下,本人的收藏之中的经典。-simple operating system simulation program to study the operating system can refer friends, I am among the collections of the classic.
ucosii_ads
- 在hfrk开发板上能跑的ucos操作系统,并有简单的多任务实验。-hfrk development board in the run CENTER operating system, and a simple multi-task experiments.
51MCUrtos
- 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missions flown, sending news, waitin
嵌入式C语言在工程编程中的应用技巧
- Windows CE是微软为嵌入式设备打造的操作系统,而嵌入式设备可谓多种多样,这就要求CE操作系统必须是可定制的,所以微软将Windows CE设计为模块化的操作系统。说简单点,我们可以把Windows CE想像成一盒积木,你可以用积木搭建出任何物体,但不一定要把所有的积木都用上-Microsoft Windows CE for embedded devices to create the operating system, which has many embedded devices
简易非抢占式实时操作系统
- 本文给出了一种简单的嵌入式操作源代码,对学习嵌入式操作系统有帮助-This paper presents a simple embedded operating source code, embedded operating system for studying help
51圈圈操作系统
- 51圈圈操作系统是网友专门针对51的内存和FLASH资源缺乏而开发的一个轻量型操作系统,系统运行良好,操作简单易学。
51的简单的时间片轮转操作系统
- 51的简单的时间片轮转操作系统,本人将其命名为IN_TIME_OS 是一个实时性很强且占用内存很少的操作系统-51 simple round-robin operating system, I will name it IN_TIME_OS is very strong and a real-time operating systems take up very little memory
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v4.05里的一个汇编例子,它的名字大概就叫一个简单的操作系统
AMOS-0.6
- AMOS-0.6 一个简单的操作系统,对操作系统有兴趣的朋友可以学习一下,里面包含了很多现代操作系统的设计思想-AMOS-0.6 a simple operating system, the operating system of friends who are interested can learn about, which contains a lot of modern operating system design idea
mega16_system
- 在mega16上实现简单的操作系统,存在4个任务-The mega16 to achieve a simple operating system, there are four tasks
51_00_OS
- 基于51内核的圈圈操作系统,51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,-Circle-based operating system kernel 51, 51 is written in a simple operating system, providing create t
scores-statistics
- uC/OS-II的源代码 简单的操作系统小程序 非常的有趣 试试吧-UC/OS-II source code simple operation system small program is very interesting try!!!!!!!!!!
simple-os
- 一个简单的操作系统原型,包含了简单的扇区启动,线程管理和页面文件管理等基本模块,可从中学习基本的操作系统原理-A simple prototype of the operating system, including a simple sector start, thread management and page file management module, you can learn the basic operating system principles
OO51OS
- 电脑圈圈的51操作系统,很简单的操作系统,在单片机上完美运行!-Computer circle of 51 operating system, a very simple operating system, running on a microcontroller perfect!
Project512
- 在双核单片机MC9S12XDP512上实现了实时操作系统的移植,建立了简单的任务。这是一个程序架构,方便以后开发者添加多任务及人物之间的通信。(In the dual core microcontroller MC9S12XDP512 to achieve real-time operation of the transplant, the establishment of a simple task. This is a program architecture for future deve
STM32简单的GUI程序
- 简单的图形界面,main初始化完成之后直接进入菜单界面循环。指针函数指向菜单切换链表的第一个函数,退出函数后,根据KEY_TYPE变量的值,指向链表中不同编号的函数。非常直观,适合无操作系统的简单的环境下编程。