代码搜索结果
找到约 10,000 项符合
2 的代码
c2fif2.tex
% Drawing generated by LaTeX-CAD 1.9 - requires latexcad.sty
% (c) 1998 John Leis leis@usq.edu.au
\begin{picture}(95,67)
\thinlines
\drawpath{4.7}{51.45}{17.07}{57.27}
\drawpath{16.93}{57.34}{30.
ch2_2_1.htm
MATLAB 的视窗环境
ch2_2_3.htm
变数
ch2_4_2.htm
建立阵列
ch3_2_2.htm
曲面及等值线绘图
ch11_2_2.htm
常微分方程式
ch2_6_2.htm
输出格式
ch2_2_4.htm
其它功能
chp2ex2.m
V = 1200; Z1= 60; Z2 = 6 + j*12; Z3 = 30 - j*30;
I1 = V/Z1; I2 = V/Z2; I3 = V/Z3;
S1= V*conj(I1), S2= V*conj(I2), S3= V*conj(I3)
S = S1 + S2 + S3