代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.asm
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command: C:\PROGRA~1\Sunplus\UNSPID~1.0\cc1.exe C:\DOCUME~1\asus\LOCALS~1\Temp\cc4Kaaaa.i -fkeep-inline-functions -quiet -dumpbase system.c -mglobal-var-i
system.h
//********************************************
// 系统菜单 相关函数
// 创建于2000年10月09日
//********************************************
#ifndef _SYSTEM_H_
#define _SYSTEM_H_
//********物品类*********
cl
system.cpp
//********************************************
// 顶级菜单 相关函数
// 创建于2000年7月09日
//********************************************
#include "..\gamelib\goldpoint2.h"
#include "..\interface\interface2.h
system.h
///
// Copyright (c) 2003, Wolver Wang, MinShan Inc. R&D Center
// wolver@minshan-inc.com
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
system.c
#include
#include
#include
int main()
{
char c;
int in, out;
in = open("file.in", O_RDONLY);
out = open("file.out", O_WRONLY|O_CREAT, S_IRUSR|S_IW
system.h
//System.h
//bits
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define
system.c
#include "system.h"
#include "AT91SAM7S64.h"
extern void Delay_s (unsigned long a);
AT91PS_PMC pPMC = AT91C_BASE_PMC;
// 定义主要指针
AT91PS_PIO p_pPio = AT91C_BASE_PIOA;
AT91PS_PMC p_