代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/456794/7339589

lst timer.lst

C51 COMPILER V7.10 TIMER 07/24/2008 16:32:13 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/456354/7351319

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:length(s
www.eeworm.com/read/455719/7367764

rpt lcdfinal.tan.rpt

Classic Timing Analyzer report for lcdfinal Tue Mar 31 16:07:16 2009 Quartus II Version 8.0 Build 215 05/29/2008 SJ Full Version --------------------- ; Table of Contents ; ------------------
www.eeworm.com/read/454083/7401316

v fifo1_test.v

//FILE NAME: test_afifo_2 //AUTHOR: jialiang `timescale 1ns/1ns module fifo1_test; parameter DATA_WIDTH = 8; parameter ADDRESS_WIDTH = 6; parameter FIFO_DEPTH = 64;
www.eeworm.com/read/454083/7401331

bak fifo1_test.v.bak

//FILE NAME: test_afifo_2 //AUTHOR: jialiang `timescale 1ns/1ns module fifo1_test; parameter DATA_WIDTH = 8; parameter ADDRESS_WIDTH = 6; parameter FIFO_DEPTH = 64;
www.eeworm.com/read/451730/7457293

h ds1302driver_io.h

#ifndef __DS1302DRIVER_IO_h__ #define __DS1302DRIVER_IO_h__ // write your header here extern void F_DS1302_Initial_IO(void); extern void F_DS1302_WriteByte(unsigned int Addr,unsigned int Data); e
www.eeworm.com/read/451454/7463542

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement
www.eeworm.com/read/449132/7517919

m impeuler.m

function [x, y] = ImpEuler( x0, x_end, y0, h, rhs_fctn ) % % Purpose: % Solve the initial value problem % % y'(x) = f(x,y(x)) % y(x0) = y0 %
www.eeworm.com/read/447549/7549627

txt rs232.txt

/****************************************** 程序功能:通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过 LED数码管显示出来,而且单片机又将 这个数发回PC端,并在PC端显示出来,从而 实现单片机与PC机的通讯 *********
www.eeworm.com/read/447481/7550291

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement