代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/382292/9038931

h display.h

#include "DataType.h" #ifndef _display_h #define _display_h //定义公共函数 void display_initial(void); void display(void); //定义笔段码 //不带小数点的段码表0-F共16个 uint8 TableNum[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/382292/9039155

h display.h

#include "DataType.h" #ifndef _display_h #define _display_h //定义公共函数 void display_initial(void); void display(void); //定义笔段码 //不带小数点的段码表0-F共16个 uint8 TableNum[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/184762/9080484

h tm_extr.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/381014/9116280

c 9325wtp.c

/*======================================================== */ /* Main IC: ILITEK ILI9325 /* 8080 series 240*320 Dots 16 BIT */ /* /* PROGRAMMER GARY /* 2008/8/14 /*====
www.eeworm.com/read/183590/9150207

m mc_tm_1d_c.m

function time=MC_TM_1D_C(N,dt,t,tU2) % MACCORMACK`S TECHNIQUE % Nonconservation Form % Time Marching tic; initial_data(t,N,tU2); for h=1:t preCal(h); predictor_step(N,h,dt); Bo
www.eeworm.com/read/183590/9150224

m mc_tm_1d_nc.m

function time=MC_TM_1D_NC(N,dt,t) % MACCORMACK`S TECHNIQUE % Nonconservation Form % Time Marching tic; initial_data(t,N); for h=1:t preCal(h); predictor_step(N,h,dt); BoundaryC
www.eeworm.com/read/183590/9150246

m mc_tm_1d_nc.m

function time=MC_TM_1D_NC(N,dt,t,PN) % MACCORMACK`S TECHNIQUE % Nonconservation Form % Time Marching tic; initial_data(t,N); for h=1:t preCal(h); predictor_step(N,h,dt); Bounda
www.eeworm.com/read/183590/9150293

m mc_tm_1d_c.m

function time=MC_TM_1D_C(N,dt,t,pN,Cx) % MACCORMACK`S TECHNIQUE % Conservation Form % Time Marching tic; initial_data(t,N); for h=1:t preCal(h,N,Cx); predictor_step(N,h,dt); Bo
www.eeworm.com/read/183504/9156621

c main.c

/************************************************************** * MODIFICATION HISTORY * 2002/3/13 Pessia Move vInitLCD() into initial() * Move initia
www.eeworm.com/read/379933/9172201

m ut_sigmas.m

%UT_SIGMAS - Generate Sigma Points for Unscented Transformation % % Syntax: % X = ut_sigmas(M,P,c); % % In: % M - Initial state mean (Nx1 column vector) % P - Initial state covariance % c - Pa