代码搜索:Abstract
找到约 10,000 项符合「Abstract」的源代码
代码结果 10,000
www.eeworm.com/read/442113/7659602
txt abstract.txt
The MEASURE program uses analog and digital inputs to
simulate a datalogger. It runs with RTX Kernel real time
executive. This example shows how you can use the RTX
Kernel and signal functions in u
www.eeworm.com/read/442113/7659613
txt abstract.txt
Traffic is a program that controls a traffic light.
The traffic light is timed and lets cars pass during a
specific time period. There is a pedestrial crossing
button that lets pedestrians cross
www.eeworm.com/read/442113/7659619
txt abstract.txt
This is a simple RTX Kernel based example that uses a binary semaphore
to share the serial line. Two tasks are defined:
task1: A task with high priority, that is executed every 30ms, and
s
www.eeworm.com/read/442113/7659630
txt abstract.txt
This example program uses RTX Kernel to control 2 tasks and
to pass signals between the tasks. The tasks in this program do
nothing. This example is documented in the RTX documentation
under: Your
www.eeworm.com/read/442113/7659647
txt abstract.txt
This example program shows how to use the RTX Kernel mailboxes
for task inter-communication. Because the message objects in this
example are fixed size, the RTX Thread-Safe Fixed-Block Memory
Alloc
www.eeworm.com/read/441940/7662636
txt abstract.txt
Analog to Digital Converter Example Program
===========================================
Project: ADC Converter
Author: Kevin Bernhardt
This example program shows how to configure and use the
A
www.eeworm.com/read/438431/7731427
txt abstract.txt
The Audio project is a demo program for the Keil MCB2300
Board using the Philips LPC2368 Microcontroller.
It demonstrates an USB Audio Device - Speaker.
The USB Audio Device is recognized by th
www.eeworm.com/read/435120/7797098
txt abstract.txt
The Memory project is a demo program for the Keil MCBSTM32 Board
using a ST STM32F103RBT6 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/435042/7798756
txt abstract.txt
Interrupt-Driven UART I/O For Philips LPC2100 ARM Devices
===========================================================
This example program provides easily configurable interrupt-driven
UART I/O rou
www.eeworm.com/read/199312/7867888
txt abstract.txt
This example program uses RTX51 Tiny to control 3 tasks and
demostrates round-robin multi-tasking. The tasks in this
program do nothing more than increment counters.