代码搜索结果

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

control.java

/* Control.java -- Copyright (C) 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms o

control.h

/**************************************************************************** ******* ******* ******* C O N T R O L P A C K

control.h

/**************************************************************************** ******* ******* ******* C O N T R O L P A C K

control.h

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for an

control.java

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