代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/187515/8634530

lst serial_initial.lst

C51 COMPILER V7.50 SERIAL_INITIAL 11/06/2006 23:29:23 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE SERIAL_INITIAL OBJECT MODULE PL
www.eeworm.com/read/431398/8678780

h initial_condition.h

/* * Copyright (c) 2001-2005 Falk Feddersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F
www.eeworm.com/read/431398/8678792

c initial_condition.c

/* * Copyright (c) 2001-2005 Falk Feddersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F
www.eeworm.com/read/186344/8943278

bak initial.h.bak

#idndef _INITIAL_H #define _INITIAL_H extern void PowerOnInitial(void) ; extern void InitialCpu(void) ; extern void InitialCpuIo(void) ; extern void InitialVariable(void); #endif
www.eeworm.com/read/186344/8943465

bak initial.c.bak

#include #include #include #include #include #include #include #include #include #include void Po
www.eeworm.com/read/186334/8944497

bak initial.h.bak

#idndef _INITIAL_H #define _INITIAL_H extern void PowerOnInitial(void) ; extern void InitialCpu(void) ; extern void InitialCpuIo(void) ; extern void InitialVariable(void); #endif
www.eeworm.com/read/186334/8944585

bak initial.c.bak

#include #include #include #include #include #include #include #include #include #include void Po
www.eeworm.com/read/183590/9150205

m initial_data.m

function initial_data(t,N,tU2) %initial the data of nozzle flow global rou T V U1 U2 U3 F1 F2 F3 J2 x dx A plnA_px pU1_pt pU2_pt pU3_pt gama; gama=1.4; dx=3/(N-1); x=0:dx:3; A=NF_Shape(N); pl
www.eeworm.com/read/183590/9150229

m initial_data.m

function initial_data(t,N) global rou T V x dx A prou_pt pV_pt pT_pt; dx=3/(N-1); x=0:dx:3; A=NF_Shape(N); rou=zeros(t,N); T=zeros(t,N); V=zeros(t,N); init_condition(N); prou_pt=zeros
www.eeworm.com/read/183590/9150250

m initial_data.m

function initial_data(t,N) global rou T V x dx A prou_pt pV_pt pT_pt; dx=3/(N-1); x=0:dx:3; A=NF_Shape(N); rou=zeros(t,N); T=zeros(t,N); V=zeros(t,N); init_condition(N); prou_pt=zeros