代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/224422/14594005
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/224218/14601492
lst init.lst
ARM COMPILER V2.54a, Init 19/08/06 17:44:59 PAGE 1
ARM COMPILER V2.54a, COMPILATION OF MODULE Init
OBJECT MODULE PLACED IN
www.eeworm.com/read/223998/14608206
v t_fifo_buffer.v
module t_FIFO_Buffer();
parameter stack_width=32;
parameter stack_height=8;
parameter stack_ptr_width=4;
wire[stack_width-1:0] Data_out;
wire
www.eeworm.com/read/223784/14617839
v t_fifo_buffer.v
module t_FIFO_Buffer();
parameter stack_width=32;
parameter stack_height=8;
parameter stack_ptr_width=4;
wire[stack_width-1:0] Data_out;
wire
www.eeworm.com/read/223469/14639910
cpp messenger_i.cpp
#include
#include
#include
#include "Messenger_i.h"
#include "StructuredEventSupplier_i.h"
#include
www.eeworm.com/read/222471/14688769
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
//
// Lastest modified date:
// 2000/06/2
www.eeworm.com/read/121651/14745003
h command.h
/*
* $Id: command.h,v 1.24 2000/11/17 12:06:12 gcw Exp $
*/
#ifndef _COMMAND_H_
#define _COMMAND_H_
#define STRING_MAX 512 /* max string size for process_rxvt_xterm_seq() */
#define ESC_ARGS 32 /*
www.eeworm.com/read/220509/14798304
c main.c
//===============================================================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Tech
www.eeworm.com/read/220509/14798330
inc pcplay.inc
//========================================================================================
// Progarm: The head file for pcplay.asm
// Arranged by: Andy Hsu
// Last modified date:
// 2000/06/23
www.eeworm.com/read/220509/14798358
asm system.asm
//========================================================================================================
// 文件名称:system.asm
// 实现功能:实现与硬件相关的底层操作
// 日 期:2003/7/7
//============================