代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/489686/6468778
v tcounter.v
// download from: www.pld.com.cn & www.fpga.com.cn
module test_counter;
reg clk, rst;
wire [7:0] count;
counter #(5,10) dut (count,clk,rst);
initial // Clock generator
begin
cl
www.eeworm.com/read/489780/6469713
c clock.c
#include "clock.h"
uchar code n[10]="0123456789";
void main()
{
initial();
LcdInit();
sec=min=hour=0;
flag=1;
while(1)
{
while(flag)
{
DisChar(0,n[hour/10]);
DisCha
www.eeworm.com/read/489320/6478604
h mypic16f73.h
#ifndef __MyPIC16F73_h__
#define __MyPIC16F73_h__
#define uint unsigned int
#define uchar unsigned char
#define true 1
#define false 0
//#define null 0x00
//****************
www.eeworm.com/read/488254/6499421
v comparetop.v
module compareTop;
wire [3:0] b1,c1,b2,c2;
reg [3:0] a;
reg clk;
initial
begin
clk=0;
forever #50 clk=~clk;
end
initial
begin
a=4'h3;
$display("______________________");
# 100 a=4'h7;
$d
www.eeworm.com/read/488254/6499676
bak compare_tb.v.bak
`timescale 1ns/ns
`include "./compare.v"
module comparetest;
reg a,b;
wire equal;
initial
begin a=0;
b=0;
#100 a=0;
b=1;
#100 a=1;
b=1;
#100 a=1;
b=0;
#100 $stop;
end
compare compare1
www.eeworm.com/read/488254/6499679
v compare_tb.v
`timescale 1ns/1ns
module comparetest;
reg a,b;
wire equal;
initial
begin a=0;
b=0;
#100 a=0;
b=1;
#100 a=1;
b=1;
#100 a=1;
b=0;
#100 $stop;
end
compare compare1(.equal(equal),.a(a),
www.eeworm.com/read/488254/6499687
compare
`timescale 1ns/ns
`include "./compare.v"
module comparetest;
reg a,b;
wire equal;
initial
begin a=0;
b=0;
#100 a=0;
b=1;
#100 a=1;
b=1;
#100 a=1;
b=0;
#100 $stop;
end
compare compare1
www.eeworm.com/read/487365/6510611
c hellowin.c
/*------------------------------------------------------------
HELLOWIN.C -- Displays "Hello, Windows 98!" in client area
(c) Charles Petzold, 1998
---------------------------
www.eeworm.com/read/487445/6513439
bas mdl_data.bas
Attribute VB_Name = "Mdl_Data"
'Download by http://www.codefans.net
'数据连接模块
Public PublicStr As String
Public AdoRs As New ADODB.Recordset '后添加一个记录集对象
Public AdoRs1 As New ADODB.Records
www.eeworm.com/read/486900/6519734
m m6_12.m
%step
A=[-2.5 -1.22 0 0;1.22 0 0 0;1 -1.14 -3.2 -2.56;0 0 2.56 0];
B=[4 1;2 0;2 0;0 0];
C=[0 1 0 3;0 0 0 1];
D=[0 -2;-2 0];
G=ss(A,B,C,D);
step(G);
title('阶跃响应曲线');
grid
%impulse
A=[-2.5 -1