代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/374228/9415398
v mult_for.v
module mult_for(outcome,a,b);
parameter size=8;
input[size:1] a,b;
output[2*size:1] outcome;
reg[2*size:1] outcome;
integer i;
always @(a or b)
begin
outcome=0;
for(i=1; i
www.eeworm.com/read/374228/9415542
v resource1.v
module resource1(sum,a,b,c,d,sel);
parameter size=4;
output[size:0] sum;
input sel;
input[size-1:0] a,b,c,d;
reg[size:0] sum;
always @(a or b or c or d or sel)
begin
if(sel) sum=a+b;
else
www.eeworm.com/read/178074/9419147
v alu.v
module alu (
op,
a,
b,
y,
cin,
cout,
zout
);
input [3:0] op; // ALU Operation
input [7:0] a; // 8-bit Input a
input [7:0] b; // 8-bit Input b
output [7:0] y; // 8-bit Output
i
www.eeworm.com/read/374163/9419326
8 setfdprm.8
.\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
.TH SETFDPRM 8 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
.SH NAME
s
www.eeworm.com/read/373375/9459151
cpp npc_18.cpp
#include "StdAfx.h"
#include "Dragon.h"
#include "Path.h"
#include "NetWork.h"
#include "Hong_Sub.h"
#include "CharDataTable.h"
#include "NPC_Pattern.h"
#include "Map.h"
#include "lineComma
www.eeworm.com/read/372855/9489543
v alu.v
module alu (
op,
a,
b,
y,
cin,
cout,
zout
);
input [3:0] op; // ALU Operation
input [7:0] a; // 8-bit Input a
input [7:0] b; // 8-bit Input b
output [7:0] y; // 8-bit Output
i
www.eeworm.com/read/372667/9498661
bsf keyboard.bsf
/*
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/372505/9507542
v mult_for.v
module mult_for(outcome,a,b);
parameter size=8;
input[size:1] a,b;
output[2*size:1] outcome;
reg[2*size:1] outcome;
integer i;
always @(a or b)
begin
outcome=0;
for(i=1; i
www.eeworm.com/read/372505/9507735
v resource1.v
module resource1(sum,a,b,c,d,sel);
parameter size=4;
output[size:0] sum;
input sel;
input[size-1:0] a,b,c,d;
reg[size:0] sum;
always @(a or b or c or d or sel)
begin
if(sel) sum=a+b;
else
www.eeworm.com/read/371324/9556205
cpp mediacodec.cpp
/*
* Multimedia Multipoint Conferencing Unit(MMCU), ver 1.0
* Copyright (c) KCC-Eoun Information Center
*
* File: VideoCodec.cpp
* Description: B