代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/317825/13496844
~pas control_operatoru.~pas
unit Control_OperatorU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加操作员信息
function AddOperator(Operator:TOperator):boolean;
//修改操作员信息
function EditOperator(Operator:TOperator):boolean
www.eeworm.com/read/317825/13496845
pas control_operatoru.pas
unit Control_OperatorU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加操作员信息
function AddOperator(Operator:TOperator):boolean;
//修改操作员信息
function EditOperator(Operator:TOperator):boolean
www.eeworm.com/read/317825/13496855
dcu control_operatoru.dcu
www.eeworm.com/read/316958/13513576
c control_bits.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/316452/13522438
vhd 87_control.vhd
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/316401/13523628
v fir_control.v
module fir_control(clk1,clk2,clrn,reset,oe,sel);
input clk1,clk2,clrn;
output [2:0] sel;
output reset,oe;
reg [1:0] state;
reg [2:0] sel;
reg reset,oe;
parameter Swait0=2'b00,S0=2'b0
www.eeworm.com/read/316314/13525382
m nn_control.m
%Single Neural Adaptive Controller
clear all;
close all;
x=[0,0,0]';
xite=0.40;
w1_1=0.10;
w2_1=0.10;
w3_1=0.10;
e_1=0;
e_2=0;
y_1=0;y_2=0;
u_1=0;u_2=0;
ts=0.001;
for k=1:1:100