代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.c
/*
Copyright (c) 1992-1993 The Regents of the University of California.
All rights reserved. See copyright.h for copyright notice and limitation
of liability and disclaimer of warranty provisions
system.h
////////////////
//file: general.h
//////////////
#ifndef __GENERAL__
#define __GENERAL__
#ifndef NULL
#define NULL ((void *)0)
#endif
#define SUCCESS 1
#define FAIL 0
#de
system.hpp
// System dependent definitions and functions
// File: system.hpp
#ifndef SystemIncluded
#define SystemIncluded
#include
#include
#include
#include
system.cc
// System dependent routines
// File: system.cpp / system.cc
#include "system.hpp"
double seconds()
{
#ifdef BSD // BSD system instead of SYSV
rusage time;
getrusage(RUSAGE_SELF,&time)
system.c
/***************************系统时钟初始化********************************/
void SYSCLK_Init (void)
{
int i; // delay counter
char SFRPAGE_SAVE = SFRPAGE; // Save
system.h
unsigned char code CarComputerSendData1[1000]=
{
0x04, 0x62, 0xe6, 0xf3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,