Location:
Search - c51 rtx
Search list
Description: keil c51 RTX-tiny 在Proteus 6.7的仿真程序。边看程序边仿真,爽啊。-Keil RTX-tiny Proteus 6.7 of the simulation program. While watching process simulation, Cool.
Platform: |
Size: 17049 |
Author: 天地英雄 |
Hits:
Description: TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.
Platform: |
Size: 6140 |
Author: 晓风 |
Hits:
Description: 一个应用了RTX 51 TINY的工程,附有proteus仿真,keil c51编写完成,RTX51是运行在51单片机上的微型实时操作系统,比较简单,便于初学者学习。
Platform: |
Size: 68108 |
Author: bear zhou |
Hits:
Description: 单片机方面大量常用优秀源代码和说明
ACM-12864汉字液晶显示驱动程序
Ad_da转换
ADC0809
adc2051
AD转换类
C51_table
DES算法演示
I2c总线
IIC
LED显示
编程规范与范例
步进电机
查表
串行通信
打印
代码运算类
代码转换
单片机经验谈
单片机直接驱动液晶显示
电机pwm控制
电机控制
定浮点子程序库
定时与中断
二进制数运算
汇编与c的衔接
键盘扫描程序
键盘与显示
交通灯
抗干扰
滤波
排序
排序类
频率计
软件工程
实用子程序
数字多用表
数字频率计
通讯
显示子程序
延时
移位除
音乐
应用类
源程序
在线下载器源程序
中断应用
自动往返小汽车
51单片机子程序.exe
AT90S8515打铃程序.ASM
hex2bcd.asm
main_last.asm
RTX-51 Real-Time(汉).pdf
RTX-51 实时操作系统.pdf
SOFT_UART.ASM
test_read.asm
testpw.asm
八月桂花香.asm
单片机C51编程几个有用的模块.htm
单片机实现软件滤波.txt
遥控器程序.txt
Platform: |
Size: 2496671 |
Author: 何小克 |
Hits:
Description: 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: |
Size: 91045 |
Author: gtt |
Hits:
Description: 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: |
Size: 87185 |
Author: joyhee@sohu.com |
Hits:
Description: 基于keil c51的rtos tiny源代码(keil 7.05 version)-based on the Byelorussian tiny decoder source code (c51 7.05 version)
Platform: |
Size: 64512 |
Author: 罗定云 |
Hits:
Description: 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8051 单片机硬件的情况下模拟调试各种应用程序,即使对单片机内部特殊集成功 能的编程,也可以找到对应的模拟窗口。 本书对最新版本C51 编译器新增加的控制命令作了全面介绍;给出了最新C51 运行库 函数及其应用范例;对Keil C51 的各种应用工具,如BL51 连接定位器、A51 宏汇编器、 LIB51 库管理程序以及OH51 符号转换程序等都作了详细介绍;还介绍了单片机实时多任务 操作系统RTX51 及其子集RTX51 TINY 的具体功能与应用方法。 本书强调先进性和实用性。全书各章列举了大量程序实例,并附赠一张配套光盘。因此 本书既适合广大从事单片机应用系统开发研制的工程技术人员的阅读,也可以作为高等工科 院校相应专业大学生或研究生的教学用书。-Keil book to the latest version of the C51 compiler at the core, described in the Windows environment using high-level language C51 microcontroller applications procedures for the basic design principles and methods introduced in detail Keil C51 integrated development environment for Windows 51 and Vision software simulator dScope51 the power and the specific use. Windows integrated development environment pVision 51, from source to be completed to prepare, compile, link positioning of the target file Simulation of the entire work. DScope 51 is a Windows-based multi-windows software emulation, it can no 8051 under the hardware simulation debugging various applications, even for special internal microcontroller integrated functional programming, can find the corresponding emulation window.
Platform: |
Size: 32982016 |
Author: 高山流水 |
Hits:
Description: TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.-TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny, This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.
Platform: |
Size: 6144 |
Author: 晓风 |
Hits:
Description: 一个应用了RTX 51 TINY的工程,附有proteus仿真,keil c51编写完成,RTX51是运行在51单片机上的微型实时操作系统,比较简单,便于初学者学习。-An application of the RTX 51 TINY engineering, simulation with Proteus, keil c51 completed, RTX51 is running on the 51 single-chip micro-real-time operating systems, relatively simple, easy for beginners to learn.
Platform: |
Size: 67584 |
Author: bear zhou |
Hits:
Description: 单片机方面大量常用优秀源代码和说明
ACM-12864汉字液晶显示驱动程序
Ad_da转换
ADC0809
adc2051
AD转换类
C51_table
DES算法演示
I2c总线
IIC
LED显示
编程规范与范例
步进电机
查表
串行通信
打印
代码运算类
代码转换
单片机经验谈
单片机直接驱动液晶显示
电机pwm控制
电机控制
定浮点子程序库
定时与中断
二进制数运算
汇编与c的衔接
键盘扫描程序
键盘与显示
交通灯
抗干扰
滤波
排序
排序类
频率计
软件工程
实用子程序
数字多用表
数字频率计
通讯
显示子程序
延时
移位除
音乐
应用类
源程序
在线下载器源程序
中断应用
自动往返小汽车
51单片机子程序.exe
AT90S8515打铃程序.ASM
hex2bcd.asm
main_last.asm
RTX-51 Real-Time(汉).pdf
RTX-51 实时操作系统.pdf
SOFT_UART.ASM
test_read.asm
testpw.asm
八月桂花香.asm
单片机C51编程几个有用的模块.htm
单片机实现软件滤波.txt
遥控器程序.txt
-err
Platform: |
Size: 2518016 |
Author: 何小克 |
Hits:
Description: 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
-err
Platform: |
Size: 91136 |
Author: gtt |
Hits:
Description: keil c51 只提供免费的rtx51 tiny版,full rtx51是不免费的,我也是网上找到的,方便共享!-the full rtx51
Platform: |
Size: 1440768 |
Author: 李伟清 |
Hits:
Description: RTX51_FULL 7.0全功能版,希望有同学研究一下!-RTX-51 is a runtime library that, together with C51, allows real-time systems to
be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515,
etc.), except for the 8?C751 and 8?C752.
Platform: |
Size: 2112512 |
Author: 王文银 |
Hits:
Description: rtx+c51.c 源码rtx+c51.c -rtx+c51.c Code
Platform: |
Size: 3072 |
Author: L |
Hits:
Description: RTX51实时操作系统源码,贡献给喜欢底层的朋友-RTX51 real-time operating system source code
Platform: |
Size: 3072 |
Author: lg |
Hits:
Description: keil 环境下的c51实时操作系统,可以直接使用。-C51 realtime oprate system.RTX
Platform: |
Size: 2537472 |
Author: shen xiaoyu |
Hits:
Description: 基于51单片机平台,嵌入式实时操作系统例程,本程序是测试单个任务的应用举例。(Embedded real-time operating system routines based on 51 single chip platform, this program is to test the application of a single task examples.)
Platform: |
Size: 40960 |
Author: 田田txj
|
Hits: