代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/273549/10911222
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/273051/10930280
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/300347/6939060
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/457134/6939548
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/131205/6955596
cpp sharedseg.cpp
#include
#include
#include
#define MAX_STRING_SIZE 256
#define INITIAL_STRING __TEXT("(nothing yet)")
#pragma data_seg(".Shared")
TCHAR g_szSharedStr
www.eeworm.com/read/359141/6957207
v tb_bootmul.v
module tb_bootmul;
reg[31:0]a_i,b_i;
reg clk_i,sign_i;
wire[63:0]mul_o;
wire[63:0]mul_tree;
wire[63:0]sign_b;
boot_mul instant(a_i,b_i,clk_i,sign_i,mul_o,sign_b,mul_tree);
initial
www.eeworm.com/read/469140/6978275
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/197560/7071408
v pulse_level_g_s_test.v
`timescale 1us / 1us
module PULSE_LEVEL_G_S_TEST;
reg PULSE;
reg CLK, RST;
wire PH;
wire [3:0] DP;
wire [4:0] LD;
www.eeworm.com/read/387722/7127860
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/463748/7175968
m bdt_f57.m
% The MATLAB script that generates the probability of error versus the signal-to-noise ratio.
initial_snr=0;
final_snr=15;
snr_step=0.25;
snr_in_dB=initial_snr:snr_step:final_snr;
for i=1:le