代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// By Arthur Shieh
// Service for H/W, keyboard scan(A8~A15)
// Input: None
/
system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
system.h
/* system-dependent definitions for fileutils programs.
Copyright (C) 1989, 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it un
system.asm
//程序名:system.asm
//完成校时、万年历计算等
.include hardware.inc
.external _SecondAddOne
.RAM
.public Year;
.public MonDayHr;
.public MinSec;
.public Per500msSet;
.var Year
system.h
#ifndef SYSTEM_H_INCLUDE
#define SYSTEM_H_INCLUDE
#include "os.h"
#include "ne64api.h"
#include
#include
/** \def OPENTCP_VERSION
* \brief OpenTCP maj
system.c
#include
#include
#include
#include
#ifdef WIN32
#include
#endif
UINT32 base_timer; /**< System 1.024 msec timer */
UINT8 sleep_m
system.c
#include
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;