代码搜索结果

找到约 10,000 项符合 Control System 的代码

system.asm

////////////////////////////////////////////////////////////////// // Function: System commander // Service for H/W, keyboard scan // Input: None // Output: None // Functi

system.asm

.include hardware.inc .data address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x0087,0x00ff,0x00ef;//'0''1''2''3''4''5''6''7''8''9'的代码 Dig: .dw 0x0100,0x0200,0x0800,0x1000,

system.c

.include hardware.inc .external _Interrupt_2Hz_flag //1秒标识符 .ram .public sum; .var sum // 进入中断的计数器 .data address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x008

system.c

/* system.c - system file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01c,08feb93,jdi documentation cleanup for 5.1. 01b,20sep92,s

system.h

#define move_to_user_mode() \ __asm__ ("movl %%esp,%%eax\n\t" \ "pushl $0x17\n\t" \ "pushl %%eax\n\t" \ "pushfl\n\t" \ "pushl $0x0f\n\t" \ "pushl $1f\n\t" \ "iret\n" \ "1:\tmovl $0x17,%%eax\n\t

system.c

/* * system.c: Probe the system type using ARCS prom interface library. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * * $Id: system.c,v 1.8 1999/10/09 00:00:59 ralf Exp $ */ #includ

system.h

/* * Copied from linux/include/asm-arm/arch-sa1100/system.h * Copyright (c) 1999 Nicolas Pitre */ #define __ASM_ARCH_SYSTEM_H #include #include #inc

system.properties

#配置数据库连接 database.connectstring=jdbc:oracle:thin:@127.0.0.1:1521:ORCL database.driver=oracle.jdbc.driver.OracleDriver database.user=test database.password=test

system.c

/* Includes ------------------------------------------------------------------*/ #include "config.h" /* Global declare ------------------------------------------------------------*/ u8 Clock1s;

system.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic