代码搜索结果

找到约 521,473 项符合 Control System 的代码

vhangup.2

.\" SCCSID: @(#)vhangup.2 8.2 1/28/91 .TH vhangup 2 .SH Name vhangup \- virtually hang up the current control terminal .SH Syntax .B void vhangup\|(\|) .SH Description .NXR "vhangup system call" .NXR

vhangup.2

.\" SCCSID: @(#)vhangup.2 8.2 1/28/91 .TH vhangup 2 .SH Name vhangup \- virtually hang up the current control terminal .SH Syntax .B void vhangup\|(\|) .SH Description .NXR "vhangup system call" .NXR

chap5_11test.m

%Repetitive Control for Servo System clear all;close all; P=tf([133],[1,25,0]); C=tf([1 10 0],[1]); W=C*P G=W/(1+W); zpk(G)

reinf2_3.m

%%%%%%%%%%% Reinforcement Problem 2.3 %%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %

reinf2_1.m

%%%%%%%%%%% Reinforcement Problem 2.1 %%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %

controlflatstyle.cs

using System; using System.Windows.Forms; class ControlFlatStyle { public static void SetFlatStyleSystem(Control parent) { foreach (Control control in parent.Controls) { ButtonBase

chap5_11test.m

%Repetitive Control for Servo System clear all;close all; P=tf([133],[1,25,0]); C=tf([1 10 0],[1]); W=C*P G=W/(1+W); zpk(G)

usb2com.sysctrl.cpp

//******************************************************************** // created: 11:7:2008 21:32 // file: usb2com.sysctrl.cpp // author: tiamo // purpose: system control //*****************

avccs.txt

The cab file for your application has been built as 'E:\FMMC\Package\AV Control System.CAB'. There is also a batch file in the support directory (E:\FMMC\Package\Support\AV Control System.BAT) that

怎么找不到dbgrid控件.txt

看看你的System目录中是否有DBGrid32.ocx文件。如果没有说明你没有安装该控件,可以在光盘上找到该文件。如果有,则说明控件已经安装了。BTW,DBGrid控件的全称是Microsoft Data Bound Grid Control 5.0(SP3)。