代码搜索结果
找到约 10,000 项符合
Control 的代码
control.c
/********************* SGS-THOMSON MICROELECTRONICS ************************
FILENAME : CONTROL.C
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA/ DEEPAK DOSHI
PROCES
control.c
#include
int main(int argc,char **argv)
{
GtkWidget *window;
GtkWidget *vbox;
GtkObject *adjustment;
GtkWidget *bar;
GtkWidget *spinbutton;
GList *glist;
GtkWidget *com
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