代码搜索:variable
找到约 10,000 项符合「variable」的源代码
代码结果 10,000
www.eeworm.com/read/473219/6849134
m getbasematrixwithoutcheck.m
function Q=getbasematrixwithoutcheck(X,ind)
%GETBASEMATRIXWITHOUTCHECK Internal function to extract basematrix for variable IND
% Author Johan L鰂berg
% $Id: getbasematrixwithoutcheck.m,v 1.2 200
www.eeworm.com/read/473219/6849194
m max.m
function y=max(varargin)
%MAX (overloaded)
%
% t = max(x,y,z...) % Scalar SDPVAR arguments
% t = max(X) % Matrix SDPVAR arguments, see built-in min for details
%
% Creates an internal
www.eeworm.com/read/324941/6860942
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/472696/6864622
bak machine_note.htm.bak
New Page 3
.unnamed1 { font-family: "宋体"; font-size: 9pt; text-decoration: none; color
www.eeworm.com/read/472696/6864631
htm machine_note.htm
New Page 3
.unnamed1 { font-family: "宋体"; font-size: 9pt; text-decoration: none; color
www.eeworm.com/read/472423/6867351
vhd speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speaker is
port(
clk : in std_logic;
tone : in integer range 0 to 16#7ff#; --"2047";
spks : out std_logic);
end speaker;
www.eeworm.com/read/472423/6867530
vhd speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speaker is
port(
clk : in std_logic;
tone : in integer range 0 to 16#7ff#; --"2047";
spks : out std_logic);
end speaker;
www.eeworm.com/read/472423/6867657
vhd speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speaker is
port(clk1:in std_logic;
tone1:in integer range 0 to 16#7ff#;
spks:out std_logic);
end;
architecture one of speaker i
www.eeworm.com/read/472423/6867846
tdf alert.tdf
SUBDESIGN alert
(
clk,dain[6..0] :INPUT;
speak,lamp[2..0] :OUTPUT;
)
VARIABLE
s: DFF;
ss: MACHINE OF BITS (lamp[2..0])
WITH STATES(
s0=B"000",
www.eeworm.com/read/472504/6869323
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**