代码搜索结果

找到约 10,000 项符合 Real-Time 的代码

eg4.c

/* * File: eg4.c * * uC/OS Real-time multitasking kernel for the ARM processor. * * This program is an example of multi task control. * * Created by cooljet (www.cvtech.com.cn)

makefile

# makefile for voice.exe and meter.exe # Bruce Eckel, Revolution2 Real-Time Consulting. # Change these two paths for your particular installation: # path for standard include files: INCLUDE = \t

display.c

/* DISPLAY.C : Functions to support displaying a voice pattern on the screen using the Borland BGI graphics functions. Bruce Eckel, Revolution2 Real-Time Consulting. */ #include

at91rm9200dk.c

/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH * Marius Groeger * * See file CREDITS for list of people who contributed to this * project. * * T

uimgr.h

#ifndef UIMGR_H #define UIMGR_H /* Copyright (C) 2004 John Orlando AVRcam: a small real-time image processing engine. This program is free software; you can redistribute i

makefile

# # (C) Copyright 2002 # Sysgo Real-Time Solutions, GmbH # Marius Groeger # # See file CREDITS for list of people who contributed to this # project. # # Th

config.mk

# # (C) Copyright 2002 # Sysgo Real-Time Solutions, GmbH # Marius Groeger # # See file CREDITS for list of people who contributed to this # project. # # Th

subr.s

;* ;* File: subr.s ;* ;* uC/OS Real-time multitasking kernel for the ARM processor. ;* Low-level routines. ;* ;* Created by Marco Graziano (marcog@crl.com). ;* ; Functions defined in this module: ; ;

example1.c

/* * File: example1.c * * uC/OS Real-time multitasking kernel for the ARM processor. * * Simple example of using multiple tasks and mailboxes. * * Created by Marco Graziano (marcog@crl.c

shm_app.c

/* shm_app.c Connect to real-time shared memory and continually loop, reading out the contents and checking for consistent data. We can't use semaphores to ensure mutual exclusion, since ther