代码搜索结果
找到约 10,000 项符合
Control System 的代码
ppp.system
ppp Y 1 0 0 0 0 0 0 0
system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}
system.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:System.inc
; 版本:1.04
; 创建日期:1999.08.11
; 修改日期:2001.01.29
;----------------------------------------------------------
system.c
/*
* system.c
*/
/***********************************************************
Copyright 1992 by Carnegie Mellon University
All Rights Reserved
Permission to use, copy
system.h
#ifdef MSDOS
#include
#endif
#if defined(HAVE_STDLIB_H) || defined(MSDOS)
#include
#endif
#if (defined(VMS) || defined(MSDOS)) && !defined(HAVE_STRING_H)
#define HAVE_STRI