代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
control_all.m
% control
fileL1;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
h_push1=uicontrol(gcfk,'style','push',...
'unit','normalized','position',[0.76,0.69,0.05,0.04],...
'BackgroundCo
rbf control.m
%Model Reference Aapative RBF Control
clear all;
close all;
u_1=0;
y_1=0;
ym_1=0;
x=[0,0,0]';
c=[-3 -2 -1 1 2 3;
-3 -2 -1 1 2 3;
-3 -2 -1 1 2 3];
b=2*ones(6,1);
w=rands(6,1);
camera_control.m
function fig = camera_control()
% CheckMate camera control function for manipulating plots
%
% Syntax:
% "camera_control"
%
% Description:
% "camera_control" opens a figure window contain
control.rc2
//
// CONTROL.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------