代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/379862/9173847
c main.c
/**************************************************************
* MODIFICATION HISTORY
* 2002/3/13 Pessia Move vInitLCD() into initial()
* Move initia
www.eeworm.com/read/378479/9229787
v funct_tp.v
`define clk_cycle 50
`include "funct.v"
module funct_tp;
reg[3:0] n;
reg reset,clk;
wire[31:0] result;
initial
begin
n=0; reset=1; clk=0;
for(n=0;n
www.eeworm.com/read/180496/9304944
v tb_system.v
`include "timescalar.v"
`include "nnARM1.v"
`include "Def_StructureParameter.v"
`include "Def_SimulationParameter.v"
module tb_system;
integer ssycnt;
reg clock,reset;
reg [`InstructionWidt
www.eeworm.com/read/375179/9370177
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/374782/9384962
hif period_led.hif
Version 7.0 Build 33 02/05/2007 SJ Full Version
35
1941
OFF
OFF
OFF
OFF
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
--
www.eeworm.com/read/178412/9399437
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/374228/9415428
v funct_tp.v
`define clk_cycle 50
`include "funct.v"
module funct_tp;
reg[3:0] n;
reg reset,clk;
wire[31:0] result;
initial
begin
n=0; reset=1; clk=0;
for(n=0;n
www.eeworm.com/read/374028/9423331
c adc.c
#include
#define uchar unsigned char
#define uint unsigned int
#define out PORTC
#define in ADMUX
#define RSS() PORTB=PORTB|0X01
#define RSC() PORTB=PORTB&0XFE
#define RWS() PORTB=
www.eeworm.com/read/177863/9430063
c itest.c
#include
#include
#include
#include
#include
#include
#include "rtai_shm.h"
#define MEMSIZE 3000
main()
{
unsigned int *adr,
www.eeworm.com/read/373799/9436195
txt 数码管.txt
#include
void delay( void );
code unsigned char Led7Seg[]={
0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07,
0x7f, 0x67, 0x77, 0x7c, 0x39, 0x5e, 0x79, 0x71 };
code unsigned char L