代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/103694/6212967
c halwaitetu.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal//halwaitetu.c
Version : $Id: halwaitetu.c,v 1.3 2004
www.eeworm.com/read/101130/6239151
cpp lattice.cpp
#include
#include
#include "lattice.h"
// error handling
int mgcLattice::verbose = 0;
unsigned mgcLattice::error = 0;
const unsigned mgcLattice::allocation_failed = 0x00
www.eeworm.com/read/302605/6281435
cpp doublinv.cpp
#include
using namespace std;
int main()
{
double rate = 5;
double initial_balance = 10000;
double balance = initial_balance;
int year = 0;
while (balance < 2
www.eeworm.com/read/326419/6289849
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/326419/6289862
v time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
www.eeworm.com/read/326419/6289863
v mult_tp.v
`timescale 10ns/1ns
module mult_tp;
reg[7:0] a,b;
wire [15:0] out;
integer i,j;
mult8 m1(out,a,b);
initial
begin
a=0;b=0;
for(i=1;i
www.eeworm.com/read/252441/6298515
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/252441/6298528
v time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
www.eeworm.com/read/252441/6298529
v mult_tp.v
`timescale 10ns/1ns
module mult_tp;
reg[7:0] a,b;
wire [15:0] out;
integer i,j;
mult8 m1(out,a,b);
initial
begin
a=0;b=0;
for(i=1;i
www.eeworm.com/read/492493/6316657
bas module1.bas
Attribute VB_Name = "Module1"
Public xh As String
Public i As Integer
Public Function mysql() As String
mysql = "Provider=SQLOLEDB;Persist Security Info=False;User ID=sa;Initial Catalog=db_dpg