代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/305204/3779662
h control.h
/* control.h
*
* This file include definitions of control module.
*
* MiniGUI for Linux Version 0.3.xx
* Copyright (c) 1994 ~ 2000 Wei Yongming.
* Last modifi
www.eeworm.com/read/305061/3781275
h control.h
/**
* \file include/control.h
* \brief Application interface library for the ALSA driver
* \author Jaroslav Kysela
* \author Abramo Bagnara
* \author Ta
www.eeworm.com/read/304657/3790762
java control.java
/* Control over an attribute of a line
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/304657/3790907
java control.java
/* Control.java --
Copyright (C) 2001, 2005 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
www.eeworm.com/read/304591/3796419
m control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end