代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/329795/12932988
dbp jp4x4.dbp
www.eeworm.com/read/329795/12933072
vwf jp4x4.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/141735/12988782
jpg hexformat_4.htm-4.jpg
www.eeworm.com/read/328635/13010269
m lt4_1_4.m
%例4.1.4,拟合优度检验
x=0:100:1000;
N=[39,58,47,33,25,22,12,6,6,2];
y=xnzh(x,N);
theta=mle('exp',y);
p0=expcdf(x(2:end),theta)-expcdf(x(1:end-1),theta);
%%%调用拟合优度检验函数
youdu(p0,N)
www.eeworm.com/read/242074/13096151
4 example4-5.prt.4
www.eeworm.com/read/242074/13096153
2 ex4-4.prt.2
www.eeworm.com/read/326769/13118368
bak 4_2_4_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/326426/13142908
v mult4x4.v
module mult4x4(out,a,b,clk);
output[7:0] out;
input[3:0] a,b;
input clk;
reg[7:0] out;
reg[1:0] firsta,firstb;
reg[1:0] seconda,secondb;
wire[3:0] outa,outb,outc,outd;
always @(posedge clk)