代码搜索结果
找到约 129,825 项符合
Control 的代码
control.h
#ifndef Control_H
#define Control_H
//------------------ C API for Control routine ---------------------
typedef struct {
short qVelRef; // Reference velocity
short qVdRef;
control.p
{-----------------------------------------------------------------------
File : control.p
Contents: hamster control program
Author : Christian Borgelt
History : 24.03.1999 file created fro
control.pas
{-----------------------------------------------------------------------
File : control.pas (Turbo-/Borland-Pascal version)
Contents: hamster control program
Author : Christian Borgelt
control.e
------------------------------------------------------------------------
-- File : control.e
-- Contents: customized hamster control class
-- Authors : Ilona Bl"umel and Christian Borgelt
-- Histor
control.c
/*----------------------------------------------------------------------
File : control.c
Contents: hamster control program
Author : Christian Borgelt
History : 16.10.1997 file created
---
control.ascx
sub Page_Load(obj as object, e as eventargs)
lblMessage.Text = "Control last vie
control.rpt
Project Information f:\jlh\cotrol\control.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 01/22/2005 22:19:12
Copyright (C) 1988-2000 Alt
control.java
package com.javapatterns.command.television;
public class Control
{
/**
* @directed
*/
private Command onCommand, offCommand, changeChannel;
public Control(Command o
control.c
/* ode-initval/control.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
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);