代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/151556/12201357
m readme.m
NUMERICAL METHODS: MATLAB Programs
(c) 1999 by John H. Mathews
and Kurtis D. Fink
To Accompany the textbook
NUMERICAL METHODS Using MATLAB
Third Edition, (c) 1999
by John H. Mathews and K
www.eeworm.com/read/151143/12232661
m l_curve_math.m
function wlog=l_curve_math(wlog,action,expression,units,description)
% Function creates new log curve using the mathematical expression contained in the
% third input argument
% Written by E. R., S
www.eeworm.com/read/336516/12440001
cfg prg9600.cfg
P Configuration file for HiTerm. First line is mode (General/Programmer).
9600 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440005
cfg gen4800.cfg
G Configuration file for HiTerm. First line is mode (General/Programmer).
4800 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440031
cfg abelprog.cfg
G Configuration file for HiTerm. First line is mode (General/Programmer).
19200 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440053
cfg gen19200.cfg
G Configuration file for HiTerm. First line is mode (General/Programmer).
19200 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440067
cfg gen9600.cfg
G Configuration file for HiTerm. First line is mode (General/Programmer).
9600 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440085
cfg prg4800.cfg
P Configuration file for HiTerm. First line is mode (General/Programmer).
4800 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/336516/12440090
cfg prg19200.cfg
P Configuration file for HiTerm. First line is mode (General/Programmer).
19200 Second line is baud rate.
N Third line is parity (None/Odd/Even).
8 Fourth line is number of bits per
www.eeworm.com/read/131530/14140257
bas test3.bas
PRINT "This program computes the volume of a cube."
INPUT "Enter length of first side ", l
INPUT "Enter length of second side ", w
INPUT "Enter length of third side ", d
t = l * w * d
PRINT