代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.lst
C51 COMPILER V7.06 SYSTEM 05/13/2005 02:59:37 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SYSTEM
OBJECT MODULE PLACED IN
system.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
sbit INT_0 =P3^2; // 将p3.2外部中断0
sbit pulse_A=P1^2; // P1.2为脉
system.sql
USE PRRM;
CREATE TABLE IF NOT EXISTS USER (
USERNAME VARCHAR(20) NOT NULL PRIMARY KEY,
VERSION INTEGER NOT NULL,
PASSWORD VARCHAR(255) NOT NULL,
FIRST_NAME VARCHAR(50) NOT NULL,
system.h
/*
* include/asm-mips/dec/system.h
*
* Generic DECstation/DECsystem bits.
*
* Copyright (C) 2005 Maciej W. Rozycki
*
* This program is free software; you can redistribute it and/or
* modify i
system.h
/*
* xtensa/config/system.h -- HAL definitions that are dependent on SYSTEM configuration
*
* NOTE: The location and contents of this file are highly subject to change.
*
* Source for configura
system.h
#ifndef __ASM_CRIS_ARCH_SYSTEM_H
#define __ASM_CRIS_ARCH_SYSTEM_H
#include
/* read the CPU version register */
static inline unsigned long rdvr(void) {
unsigned char vr;
__asm__
system.h
#ifndef _ASM_CRIS_ARCH_SYSTEM_H
#define _ASM_CRIS_ARCH_SYSTEM_H
#include
/* Read the CPU version register. */
static inline unsigned long rdvr(void)
{
unsigned char vr;
__asm__ _
system.h
/*
* linux/include/asm-arm/arch-iop3xx/system.h
*
* Copyright (C) 2001 MontaVista Software, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
system.h
/*
* linux/include/asm-arm/arch-aaed2000/system.h
*
* Copyright (c) 2005 Nicolas Bellido Y Ortega
*
* This program is free software; you can redistribute it and/or modify
* it under the term
system.h
/*
* linux/include/asm-arm/arch-sa1100/system.h
*
* Copyright (c) 1999 Nicolas Pitre
*/
#include
#include
static inline void arch_idle(void)
{
cp