代码搜索:Control System

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

代码结果 10,000
www.eeworm.com/read/323587/3513241

sh control.sh

#!/bin/sh # # control.sh # # Launches a shell (command-line tool) to control an engine # # Based on wfcmd by Peter Mayne # # $Id: control.sh,v 1.2 2004/10/30 09:46:50 jmettraux Exp $ # # # DETERMIN
www.eeworm.com/read/323587/3513243

bat control.bat

rem rem control.bat rem rem $Id: control.bat,v 1.1 2004/08/03 16:39:13 jmettraux Exp $ rem rem ***** set accordingly to your system rem set JAVA_HOME=c:\j2sdk1.4.2_01 rem ***** set JARS=
www.eeworm.com/read/323581/3514053

tcl control.tcl

# Tix Demostration Program # # This sample program is structured in such a way so that it can be # executed from the Tix demo program "widget": it must have a # procedure called "RunSample". It should
www.eeworm.com/read/321953/3529438

h control.h

#define START_TASK 1 #define STOP_TASK 2 struct my_msg_struct { int command; int task; int period; };
www.eeworm.com/read/318815/3562684

java control.java

package com.javapatterns.command.television; public class Control { /** * @directed */ private Command onCommand, offCommand, changeChannel; public Control(Command o
www.eeworm.com/read/316872/3599928

h control.h

#ifndef __SOUND_CONTROL_H #define __SOUND_CONTROL_H /* * Header file for control interface * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can re
www.eeworm.com/read/316872/3603751

c control.c

/* * Routines for driver control interface * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/316872/3604829

c 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
www.eeworm.com/read/316690/3608857

java control.java

package control; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowEvent
www.eeworm.com/read/315543/3619634

h control.h

/** * Classes for sharing values (variables). This is useful e.g. for appropriately displaying current network error, * but can also be used to change learning parameters on-the-run. * * @file *