代码搜索:SL2
找到约 87 项符合「SL2」的源代码
代码结果 87
www.eeworm.com/read/452945/7428934
v sl2.v
module SL2
(
input [31:0] a,
output [31:0] y
);
assign y = a
www.eeworm.com/read/452945/7428881
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity SL2 is
port(
a : in vl_logic_vector(31 downto 0);
y : out vl_logic_vector(31 downto 0)
);
e
www.eeworm.com/read/445391/7595901
m earth.m
function [wnie, wnen, RMh, RNh, gn] = earth(pos, vn)
global glv
sl=sin(pos(1)); cl=cos(pos(1)); tl=sl/cl; sl2=sl*sl; sl4=sl2*sl2;
wnie = glv.wie*[0; cl; sl];
sq = 1-glv.e2*sl2; sq2 = s
www.eeworm.com/read/434390/7869302
m earth.m
function [wnie, wnen, RMh, RNh, gn] = earth(pos, vn)
global glv
sl=sin(pos(1)); cl=cos(pos(1)); tl=sl/cl; sl2=sl*sl; sl4=sl2*sl2;
wnie = glv.wie*[0; cl; sl];
sq = 1-glv.e2*sl2; sq2 = s
www.eeworm.com/read/163110/10175070
v leddisplay.v
module leddisplay(inmin,insec,freq1k,reset,dataout,sl1,sl2,sl3,sl4);
input[15:0] inmin,insec;
input freq1k,reset;
output[7:0] dataout;
output sl1,sl2,sl3,sl4;
reg[1:0] count;
reg sl1,sl2,sl3
www.eeworm.com/read/163110/10175064
v display.v
module display (datalow,datahigh,freq1k,reset,displaydata,sl1,sl2,sl3,sl4);
input[7:0] datalow,datahigh;
input reset,freq1k;
output[7:0] displaydata;
output sl1,sl2,sl3,sl4;
wire[7:0] lowg,lo
www.eeworm.com/read/189063/8492613
m ganeural.m
%
% ganeural.m
%
% ga trained neural network
%
%
% Get the parameters from the previous screen
%
popsize=get(sl1,'value');
mutprob=get(sl2,'value');
croprob=get(sl3,'value');
maxgen=get(s
www.eeworm.com/read/388439/8609270
m ganeural.m
%
% ganeural.m
%
% ga trained neural network
%
%
% Get the parameters from the previous screen
%
popsize=get(sl1,'value');
mutprob=get(sl2,'value');
croprob=get(sl3,'value');
maxgen=get(s
www.eeworm.com/read/288527/8626397
m ganeural.m
%
% ganeural.m
%
% ga trained neural network
%
%
% Get the parameters from the previous screen
%
popsize=get(sl1,'value');
mutprob=get(sl2,'value');
croprob=get(sl3,'value');
maxgen=get(s
www.eeworm.com/read/177981/9424953
m ganeural.m
%
% ganeural.m
%
% ga trained neural network
%
%
% Get the parameters from the previous screen
%
popsize=get(sl1,'value');
mutprob=get(sl2,'value');
croprob=get(sl3,'value');
maxgen=get(s