代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/382690/9006035
lst system.lst
C51 COMPILER V8.02 SYSTEM 06/27/2007 01:39:53 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE SYSTEM
OBJECT MODULE PLACED IN
www.eeworm.com/read/382690/9006041
c system.c
//====================================================================//
//文件:System.c
//描述:系统初始化程序集
//备注:包括上电后的时钟初始化、端口、功能模块等
//作者:xinqiang 2006 08 12 Mz Designed 小丑
//====================
www.eeworm.com/read/282557/9083082
uv2 t108.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (T108), 0x0000 // Tools: 'MCS-51'
Group (Common)
Group (Bank0_Init&OSD1Init)
Group (Bank1_OSD2Init)
Group (Bank2_OSD2Icons)
www.eeworm.com/read/380968/9118684
mcp tsl2561.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
[PATH_INFO]
dir_src=
dir_bin=
dir_tmp=
dir_sin=
dir_inc=
dir_lib=
dir_lkr=
[CAT_FILTERS]
filter_src=*.as;*.c
www.eeworm.com/read/282008/9124427
stx helium_highlight_editplus.stx
#TITLE=HeliumScript
; HeliumScript syntax file written by WidSets development team.
; This file is required for EditPlus to highlight Helium Script correctly.
#DELIMITER=,(){}[]-+*%/="'~!&|?:;.
#QU
www.eeworm.com/read/183932/9130084
v testall.v
module test_7;
// Signal declaration
reg clksp,in_sp;
wire [7:0] infifo,reg_sp;
reg clkps;
reg [7:0] outfifo;
wire [7:0] reg_ps;
wire out_ps,inenable,outenable;
// MUX instance
stop
www.eeworm.com/read/183932/9130093
v test_7.v
module test_7;
// Signal declaration
reg clksp,in_sp;
wire [7:0] infifo,reg_sp;
// MUX instance
stop exam(infifo,reg_sp,clksp,in_sp);
// Apply Stimulus
initial
begin
clksp=0;
in_sp
www.eeworm.com/read/183406/9159925
h at1608.h
//#include
#ifdef IN_AT1608
#define AT1608_EXT
#else
#define AT1608_EXT extern
#endif
#define W_USER 0xB0
#define R_CON 0XB5
#define V_PASS 0XB3
#define S_USER 0XB2
www.eeworm.com/read/180026/9322320
txt ffsrel.txt
*********************************************************************
FFSREL.TXT
CBP4 EXE Release Note
******************************************
www.eeworm.com/read/179954/9329318
cpp inner1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti