代码搜索结果
找到约 129,825 项符合
Control 的代码
pid control based on hopfield.m
%PID control based on Hopfield
clear all;
close all;
ts=0.001;
TimeSet=[0:ts:1];
para=[];
[t,x]=ode45('chap4_9eq',TimeSet,[0 0 0 0],[],para);
vm=x(:,1);
v=x(:,2);
F=x(:,3);
G=x(:,4);
control.o.d
control.o: control.c \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h \
C:/WinAVR/bin/../lib/g
control.m
%%******************************************************
%% control: a SDP problem from control theory.
%%
%% (D) max t
%% s.t Bk'*P + P*Bk
control.v.bak
//name:control.v 主控模块 2006-5-1 version:1.0 作者:田世坤
//波形输出主控模块:
//输入:clk:系统时钟(10MHz);
// keysigna:按键信号;
//输出:DLedout:发光二极管,八位宽;
module control(clk,keysignal,DLedout,);
input clk;
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
///
control.plg
Build Log
--------------------Configuration: Control - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
control.dsp
# Microsoft Developer Studio Project File - Name="Control" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
control.tcl
project add_assignment "" "control" "" "" "EDA_DESIGN_ENTRY_SYNTHESIS_TOOL" "SYNPLIFY"
project add_assignment "" "eda_design_synthesis" "" "" EDA_INPUT_DATA_FORMAT EDIF
project add_assignment "" "ed
control.tlg
Synthesizing work.control.body_control
Post processing for work.control.body_control
@W:"H:\can\cpld\rev_1\control.vhd":367:4:367:5|Optimizing register bit wr_a_up(0) to a constant 0
@W:"H:\can\cpl