Welcome![Sign In][Sign Up]
Location:
Search - RTX c

Search list

[Other resourceRealTimeMultiTaskKenelAnalyse

Description: 从结构上来说,实时多任务操作系统包括两部分,一部分为操作系统内核(kernel),即实时执行程序(Real Time Executive:RTX),另一部分是输入输出部分(I/O)(注意开发系统不属于操作系统的范畴);嵌入式系统对I/O的需求通常比较小(无文件系统需求),因此很多实时多任务操作系统本质上就是一个实时执行程序,如AMX(Kadak),VRTX(Microtec),iRMX(Intel)等(这里的X即:eXecutive),如果纯粹从kernel的角度来考察目前流行的各种实时多任务操作系统的性能,它们的效率差别都不大。 在市面上可以得到一些RTX的源代码(有用C实现的,有用汇编实现的,还有用PL/M语言实现的),从internet上也可以荡一些下来(我介绍一个站点www.eg3.com,堪称世界电子工程师资源宝库),下面我要介绍的一个RTX版本(我命名为SRTX:short RTX),可以说是RTX中的元老级产品了,来自某研究所,九十年代初他们到美国考察,从美国某公司购得。五年以前,SRTX在国内有售,许多搞工控的研究所利用SRTX开发了一些大型或小型的产品,这里介绍的SRTX我作了一些简化和改动.
Platform: | Size: 52373 | Author: kdo | Hits:

[Other resourceSERIAL

Description: SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny
Platform: | Size: 1922 | Author: ljhy | Hits:

[Other resourcertx

Description: MSP430单片机的实时多任务操作系统c源代码
Platform: | Size: 3829 | Author: happy568 | Hits:

[Software EngineeringRealTimeMultiTaskKenelAnalyse

Description: 从结构上来说,实时多任务操作系统包括两部分,一部分为操作系统内核(kernel),即实时执行程序(Real Time Executive:RTX),另一部分是输入输出部分(I/O)(注意开发系统不属于操作系统的范畴);嵌入式系统对I/O的需求通常比较小(无文件系统需求),因此很多实时多任务操作系统本质上就是一个实时执行程序,如AMX(Kadak),VRTX(Microtec),iRMX(Intel)等(这里的X即:eXecutive),如果纯粹从kernel的角度来考察目前流行的各种实时多任务操作系统的性能,它们的效率差别都不大。 在市面上可以得到一些RTX的源代码(有用C实现的,有用汇编实现的,还有用PL/M语言实现的),从internet上也可以荡一些下来(我介绍一个站点www.eg3.com,堪称世界电子工程师资源宝库),下面我要介绍的一个RTX版本(我命名为SRTX:short RTX),可以说是RTX中的元老级产品了,来自某研究所,九十年代初他们到美国考察,从美国某公司购得。五年以前,SRTX在国内有售,许多搞工控的研究所利用SRTX开发了一些大型或小型的产品,这里介绍的SRTX我作了一些简化和改动.
Platform: | Size: 52224 | Author: kdo | Hits:

[SCMSERIAL

Description: SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny-SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny
Platform: | Size: 2048 | Author: ljhy | Hits:

[SCMProtocol

Description: 单片机P89V51RD2在操纵系统RTX下的各个功能,包括AD,I2C,PWM等-P89V51RD2 Singlechip RTX in the control system under the various functions, including AD, I2C, PWM, etc.
Platform: | Size: 66560 | Author: 谢斌 | Hits:

[SCMrtx

Description: MSP430单片机的实时多任务操作系统c源代码-MSP430 MCU RTOS c source code
Platform: | Size: 3072 | Author: happy568 | Hits:

[SCMfrequently_used_source_code

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:

[SCMsmall_rtos1.12.1

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:

[VC/MFCSoftwareMethodforRTXTimerTest

Description: RTX 实现Windows 实时化的组件,Visual C++环境下的开发,需要具有实时化的RTX组件安装在Windows开发环境性,此示例代码用软件方法来测试RTX时钟的实时性-RTX real-time realization of Windows components, Visual C environment under development, the need for the RTX real-time components installed in the Windows development environment, this method of sample code to test software RTX real-time clock
Platform: | Size: 18432 | Author: solarberiden | Hits:

[Windows DevelopRtxCan

Description: RTX下实现Can总线的方法,通过在VC下的开发来满足Windows下没有实时性性能的特点。-Can Bus RTX under way, through the development of the next VC to meet the needs of Windows there is no real-time performance characteristics.
Platform: | Size: 29696 | Author: solarberiden | Hits:

[OtherTRAFFIC2

Description: /*** *** *** *** *** *** *** *** *** *** *** *** ****/ /* */ /* TRAFFIC2.C: Traffic Light Controller using RTX-51 */ /* */ /* 17-NOV-1994 / EG */ /****************************************************************************/ /* Derived from TRAFFIC.C (originally written for RTX tiny). */ /* Shows advanced features of the full version of RTX-51. */ /****************************************************************************/-/****************************************************************************/ /* */ /* TRAFFIC2.C: Traffic Light Controller using RTX-51 */ /* */ /* 17-NOV-1994/EG */ /****************************************************************************/ /* Derived from TRAFFIC.C (originally written for RTX tiny). */ /* Shows advanced features of the full version of RTX-51. */ /****************************************************************************/
Platform: | Size: 4096 | Author: lolapp | Hits:

[Windows DevelopRealTime

Description: VMIC 反射内存卡 RTX驱动, Visual C++.NET 开发而成.-VMIC Reflective Memory Card RTX driver, Visual C++. NET developed.
Platform: | Size: 4096 | Author: lingmx | Hits:

[CSharpprj_cs

Description: RTX,c#开发源码,大家快来下载吧,好东西,不可多得-RTX, c# open source, we Come to download it, good things, a rare
Platform: | Size: 7168 | Author: charlie | Hits:

[AlgorithmRTXDemo

Description: ardence rtx demo visual c file
Platform: | Size: 2938880 | Author: ahmad | Hits:

[ARM-PowerPC-ColdFire-MIPSRTX

Description: RTX Examples for the BHS-STM32 Development Board: RTX RTX_CAN RTX_HID RTX_LED RTX_Mailbox RTX_RS232 RTX_RS485 RTX_TCP_uIP1.0
Platform: | Size: 4660224 | Author: devilx@plexmod.de | Hits:

[Other Embeded programRTX

Description: RTX use C programming
Platform: | Size: 1871872 | Author: qq | Hits:

[Driver DevelopRt6105viaFuncs

Description: Rt6105在RTX下的驱动程序,说明了网卡寄存器功能以及配置方法-Rt6105 driver code in RTX(C)
Platform: | Size: 15360 | Author: phoebe wu | Hits:

[Otherrtx配置

Description: 它是把四声道立体声在录制时通过特定的编码手段合成为两声道,即将原来的左声道(L)、右声道(R)、中置声道(C)、环绕声道(S)的4个信号,经编码后合成为LT、RT复合双声道信号,重放时通过解码器将已编码的双声道复合信号LT和RT还原为编码的左、右、中、环绕四个互不干犹的独立信号,经放大后分别输入左音箱、右音箱、中置音箱和环绕音箱。(It is the four track stereo recording by means of encoding specific synthesis is two channel, to the left and right channel (L) (R), middle channel (C), surround channel (S) of the 4 signals, after encoding for the synthesis of LT, RT double channel signal playback when the decoder will have encoding two channel composite signal LT and the reduction of RT to encoding the left and right, surrounded by four mutually independent signals and stem, enter the left speaker, right speakers, speakers and surround speakers after amplification.)
Platform: | Size: 39936 | Author: 悠悠晓景 | Hits:

[Windows Develop93896630PCI1723

Description: 在RTX实时环境下实现了PCI1723板卡的驱动编写,实现了市局的采集和处理(RTX to achieve PIC1723 board driver. To achieve data collection and processing functions)
Platform: | Size: 2048 | Author: jsm | Hits:
« 12 »

CodeBus www.codebus.net