代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.h
#ifndef CONTROL_H
#define CONTROL_H
extern int controlBfs;
extern int controlDfs;
extern int controlKeepDot;
extern int controlKeepS;
void controlArgs (int argc, char *argv[]);
#endif
control.c
#include "str.h"
#include "error.h"
#include "hash.h"
#include "nat.h"
#include "control.h"
int controlBfs = 0;
static str dashBfs;
int controlDfs = 0;
static str dashDfs;
int controlKeepDot = 0;
s
control.v
module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2);
output Red1;
output Red2;
output Yellow1;
output Yellow2;
output Green1;
output Green2;
input [1:0] EN_in;
input
control.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
control.java
//: Control.java
//package g3ds.joop.ch3;
import java.io.*;
/**
* A demo for statements
* @version 1.00, 10/01/03
* @author Global 3D Studio
* @see Kid
* @since Java OOP Ver.1