代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/357151/10215294
plg key4x4.plg
礦ision3 Build Log
Project:
F:\桌面\hoxidong\4&4键盘\key4X4.uv2
Project File Date: 08/17/2008
Output:
www.eeworm.com/read/356241/10234185
set 4x4key.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/356241/10234187
spj 4x4key.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/356241/10234190
h 4x4key.h
#ifndef __4X4KEY_H__
#define __4X4KEY_H__
// write your header here
#endif
www.eeworm.com/read/356241/10234191
lik 4x4key.lik
Version: 3.0
Options: m37
Obj: "C:\PROGRA~1\Sunplus\UNSPID~1.0\startupD.obj"
Obj: "C:\Documents and Settings\电子竞赛\My Documents\已调试成功的程序\4X4key\Debug\Resource.obj"
Obj: "C:\Documents and Settings\电
www.eeworm.com/read/356241/10234195
env 4x4key.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=0
HisSize=1024
Timer=24576000
EmuSel=0
MODE=0
[INCLUDE]
Count=0
[LIBRARY]
Count=0
[Break Point]
Count=0
[Watch0]
Coun
www.eeworm.com/read/356241/10234196
opt 4x4key.opt
www.eeworm.com/read/355389/10271605
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)