代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/203569/15355684
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/203067/15365814
m4 jun4java.m4
dnl ######################################################################
dnl
dnl Check for Jun4Java
dnl
dnl ######################################################################
AC_ARG_WITH(jun4ja
www.eeworm.com/read/203062/15366379
m4 jun4java.m4
dnl ######################################################################
dnl
dnl Check for Jun4Java
dnl
dnl ######################################################################
AC_ARG_WITH(jun4ja
www.eeworm.com/read/201721/15398280
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/200854/15421844
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/112082/15493766
h cd4_4u.h
//---------------------------------------------------------------------------
#ifndef cd4_4uH
#define cd4_4uH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/112082/15493775
dfm cd4_4u.dfm
object Form1: TForm1
Left = 236
Top = 136
Width = 492
Height = 277
Caption = #21452#21521#38142#34920
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/112082/15493777
cpp cd4_4p.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("cd4_4p.res");
USEFORM("cd4_4u.cpp", Form1);
//----------------------------