代码搜索结果

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

system.c

/*----------------------------------------------------------------------------------------------- Project : test for 2410 hardware Author : kreal@163.net Creation

system.h

// system.h // All global variables used in Nachos are defined here. // // Copyright (c) 1992-1993 The Regents of the University of California. // All rights reserved. See copyright.h for copyright

system.cpp

// system.cc // Nachos initialization and cleanup routines. // // Copyright (c) 1992-1993 The Regents of the University of California. // All rights reserved. See copyright.h for copyright notice an

system.h

#if !defined(AFX_SYSTEM_H__ED479F9B_96BE_499E_837E_81CC7F146787__INCLUDED_) #define AFX_SYSTEM_H__ED479F9B_96BE_499E_837E_81CC7F146787__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_

system.cpp

// System.cpp : implementation file // #include "stdafx.h" #include "alfa.h" #include "System.h" #include "ExitSystem.h" #include "SystemPara.h" #include "Main.h" #include "io.h" #define

system.c

#include #include #include int system(const char *cmdstring) /* version without signal handling */ { pid_t pid; int status; if (cmdstring == NULL) return(1);