代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/238196/13902953
h get_time.h
/* get elapsed time function
* Ben Lynn
*/
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "Lice
www.eeworm.com/read/236168/14029813
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin
www.eeworm.com/read/133541/14036095
out t01.out
Thu Aug 24 16:45:58 1995
Linear inequalities :
1.00X1 - 2.00X3
www.eeworm.com/read/133341/14048555
c invert.c
/*
$Log: invert.c,v $
Revision 1.1.1.1 2001/11/19 19:50:15 smorlat
First cvs.
Revision 1.1.1.1 2001/08/08 21:29:08 simon
First import
* Revision 1.1 1996/08/19 22:32:00 jaf
* Initial revis
www.eeworm.com/read/235873/14048695
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin
www.eeworm.com/read/133109/14054358
h game.h
/* Yo Emacs, this -*- C++ -*-
*******************************************************************
*******************************************************************
*
*
* KREVERSI
*
*
*******
www.eeworm.com/read/133014/14060919
txt kalman.txt
function S = initkalman(w0,K0,Qm,Qp,Zi)
%INITKALMAN Initialize structure for Kalman adaptive filter.
% S = INITKALMAN(W0,K0,Qm,QP) returns the fully populated structure that
% must be used whe
www.eeworm.com/read/132791/14072852
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/132791/14072876
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin