代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/227865/14407867
m mytest.m
function mytest(a)
%MYTEST 函数用来显示主调函数所用的变量名。
%Designed by Prof D Xue (c) 2000
disp(['The variable in calling function name is ',inputname(1)])
www.eeworm.com/read/227459/14424198
asv a1.asv
figure(1);
fplot ('variable.*sin (10*pi*variable)+2.0',[-1,2]); %画出函数曲线
% 定义遗传算法参数
NIND = 40; % 个体数目(Number of individuals)
MAXGEN = 5; % 最大遗传代数(Maximum number of generations)
PRECI =
www.eeworm.com/read/227459/14424236
m a1.m
figure(1);
fplot ('variable.*sin (10*pi*variable)+2.0',[-1,2]);
% 定义遗传算法参数
NIND = 40; % 个体数目(Number of individuals)
MAXGEN = 5; % 最大遗传代数(Maximum number of generations)
PRECI = 20;
www.eeworm.com/read/126327/14428384
tdf mealy.tdf
SUBDESIGN mealy
(
clk : INPUT;
reset : INPUT;
y : INPUT;
z : OUTPUT;
)
VARIABLE
ss: MACHINE WITH STATES (s0, s1, s2, s3);
BEGIN
ss.clk = clk;
ss.reset = reset;
TABLE
% curren
www.eeworm.com/read/126327/14428410
tdf stepper.tdf
SUBDESIGN stepper
(
clk, reset : INPUT;
ccw, cw : INPUT;
phase[3..0] : OUTPUT;
)
VARIABLE
ss: MACHINE OF BITS (phase[3..0])
WITH STATES (
s0 = B"0001",
s1 = B"0010",
s2 = B
www.eeworm.com/read/126327/14428417
tdf moore1.tdf
SUBDESIGN moore1
(
clk : INPUT;
reset : INPUT;
y : INPUT;
z : OUTPUT;
)
VARIABLE
% current current %
% state output %
ss: MACHINE OF BITS (z)
WITH STATES (s0 = 0,
www.eeworm.com/read/227218/14436865
vhd 7_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
www.eeworm.com/read/227148/14439810
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**