代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/109800/15548200
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/109799/15548350
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/108643/15581612
frm d4r4.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2895
ClientLeft = 60
ClientTop = 345
ClientWidth = 4110
LinkTopic
www.eeworm.com/read/108643/15581644
vbp d4r4.vbp
Type=Exe
Form=D4R4.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
Command32=""
Name="工程1"
HelpContex
www.eeworm.com/read/107176/15612143
m s4rout4.m
% Routine 4.4 undo encryption
Yhat = fft2(Y);
Bhat = fft2(B);
Xhat = Yhat./Bhat;
X1 = ifft2(Xhat);
X1 = real(X1);
image(X1)
axis off
colormap grey