代码搜索:Rod
找到约 301 项符合「Rod」的源代码
代码结果 301
www.eeworm.com/read/270032/11050732
c viewfind.c
/*
* viewfind.c - Simple program to read view and screen data, then run view
* correlation on it, and dump the results suitable for a raytracing program.
*
* Author: Rod G. Bogart
* Date: Oct 1
www.eeworm.com/read/155600/11861288
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/342497/12015998
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/117779/14905413
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/173276/9663864
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/205089/15326734
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/155600/11861284
m example1fvm.m
%Temperature distribution in a rod
%See example 9
%Finite volume method
%TDMA
clear all;
T = [];P=[];Q=[];ae=[];aw=[];ap=[];analytical=[];
nn = input('Number of control volumes = ');
n = nn+2;%
www.eeworm.com/read/342497/12015991
m example1fvm.m
%Temperature distribution in a rod
%See example 9
%Finite volume method
%TDMA
clear all;
T = [];P=[];Q=[];ae=[];aw=[];ap=[];analytical=[];
nn = input('Number of control volumes = ');
n = nn+2;%