代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/310660/13647441
uv2 ex4-4.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
www.eeworm.com/read/310660/13647446
m51 ex4-4.m51
BL51 BANKED LINKER/LOCATER V5.12 09/15/2005 10:04:10 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE ex4-4.
www.eeworm.com/read/308605/13698827
asm moment4x4.asm
;==================================================================================
; The information contained herein is the exclusive property of
; Sunplus Technology Co. And shall not be distribu
www.eeworm.com/read/308198/13705947
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)
www.eeworm.com/read/307658/13717966
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)
www.eeworm.com/read/307077/13731761
m ch3_4_4.m
www.eeworm.com/read/307077/13731825
m ch8_4_4.m
%%%%%%%%%%%%%%%%%%%%Lucy-Richardson滤波
luc1 = deconvlucy(BlurredNoisy1,PSF1,5);%进行5次迭代
luc2 = deconvlucy(BlurredNoisy1,PSF1,15);%进行15次迭代
figure;
subplot(1,2,1);imshow(luc1);
title('Restored Image,
www.eeworm.com/read/307077/13731837
m ch4_3_4.m
theta = 0:179;
[R,xp] = radon(BW,theta);
figure, imagesc(theta, xp, R); colormap(hot);
xlabel('\theta (degrees)'); ylabel('x\prime');
title('R_{\theta} (x\prime)');
colorbar