代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/374502/9401818

h notice.h

/* * notice.h -- header file for notice.c * * Copyright 1990, 1995 Michael Sandrof, Matthew Green * Copyright 1997 EPIC Software Labs */ #ifndef __notice_h__ #define __notice_h__ void p_notic
www.eeworm.com/read/373344/9462186

m test_qmr.m

function test_it = qmr_test() % % function[test_it] = qmr_test() % % test_qmr.m tests qmr.m. It generates several test systems and % applies the QMR solution algorithm as implemented in qmr.m. % % T
www.eeworm.com/read/373344/9462225

m test_jacobi.m

function test_it = test_jacobi() % % function[test_it] = test_jacobi() % % test_jacobi.m tests jacobi.m. It generates several test systems and % applies the Jacbi solution algorithm as implemented in
www.eeworm.com/read/177217/9464664

h ad977acn_driver.h

//============================================================ // 文件名称: AD977ACN_Driver.h // 功能描述: AD977ACN底层驱动程序的C语言头文件 // 配合AD977ACN_Driver.asm使用 // 维护记录: 2006-3-29 v1.0 Edit by 小丑 // Mz出品
www.eeworm.com/read/373154/9471357

c timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/176687/9487738

v tb_news5f.v

//实验名称 新5分频测试 //文件名 tb_news5f.v //日期 2006-6-19 module tb_S5F (); reg tb_clk; reg tb_rst; wire tb_clk_5f; initial begin tb_rst=1; tb_clk=0; #70 tb_rst=0; #70 tb_rst=1; end
www.eeworm.com/read/372229/9516139

h lcd.h

void lcd_initial(void); void lcd_set_cursor( char CurY, char CurX); void putslcd( char *Str); void display_int( int intdata); void display_float(float fltdata); void display_float3bit(float f
www.eeworm.com/read/371342/9555370

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------
www.eeworm.com/read/366244/9823354

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/365007/9883085

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest