代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/401363/11558611
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/348501/11590860
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/348497/11591641
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/262264/11595602
c menu5.c
#include
#include
#include
#include
#include
static FILE *output_stream = (FILE *)0;
char *menu[] = {
"a - add new record",
"d - delete r
www.eeworm.com/read/348332/11601256
c sanjiao.c
#include "common.h"
#include "key.h"
#include "delay.h"
#include "DAC.h"
unsigned char key;
float step=0;
void main()
{
PORT_Init();
DAC0_initial0();
DAC0_initial1();
www.eeworm.com/read/348332/11601270
h dac.h
#ifndef _DAC_H_
#define _DAC_H_
/*************************************************************************/
sfr16 DAC0=0xd2;
sfr16 DAC1=0xd2;
void DAC0_initial0();
v
www.eeworm.com/read/348329/11601512
h common.h
#ifndef _COMMON_H_
#define _COMMON_H_
/*****************************************************************/
#define uint unsigned int
#define uchar unsigned char
#define ulong unsigned
www.eeworm.com/read/157403/11709920
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/156456/11802881
v divf_test.v
`define auto_init
`timescale 1ns/1ns
module divf_divf_test_v_tf();
reg sys_CLK;
reg CLR;
reg [31:0] sysf;
reg [31:0] divf;
wire divf_CLK;
integer i;
integer max;
divf div
www.eeworm.com/read/156196/11822386
h linux.h
#ifndef __LINUX_H
#define __LINUX_H
#include
#include
#include
#include
#include
static struct termios initial_settings, new_set