📄 index-all.html
字号:
<DD>polyhedronIcont的缩小版本,大小40X40。
<DT><A HREF="algorithm/Matrix.html#product(double[][], double[][])"><B>product(double[][], double[][])</B></A> -
Static method in class algorithm.<A HREF="algorithm/Matrix.html" title="class in algorithm">Matrix</A>
<DD>对输入的两个矩阵执行乘法运算。
<DT><A HREF="algorithm/Matrix.html#product(double[][], double[])"><B>product(double[][], double[])</B></A> -
Static method in class algorithm.<A HREF="algorithm/Matrix.html" title="class in algorithm">Matrix</A>
<DD>对输入的两个矩阵执行乘法运算。
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="algorithm/Fit.html#rCoefficent()"><B>rCoefficent()</B></A> -
Method in class algorithm.<A HREF="algorithm/Fit.html" title="class in algorithm">Fit</A>
<DD>计算相关系数。
<DT><A HREF="ADT/BinaryTree.html#rightChild"><B>rightChild</B></A> -
Variable in class ADT.<A HREF="ADT/BinaryTree.html" title="class in ADT">BinaryTree</A>
<DD>二叉树当前结点的右子结点。
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="lib/Splash.html" title="class in lib"><B>Splash</B></A> - class lib.<A HREF="lib/Splash.html" title="class in lib">Splash</A>.<DD>Splash窗口,显示一些关于程序的信息。<DT><A HREF="lib/Splash.html#Splash()"><B>Splash()</B></A> -
Constructor for class lib.<A HREF="lib/Splash.html" title="class in lib">Splash</A>
<DD>构造Splash窗口,做一些初始化。
<DT><A HREF="input/GraphInput.html#showDijkstra()"><B>showDijkstra()</B></A> -
Method in class input.<A HREF="input/GraphInput.html" title="class in input">GraphInput</A>
<DD>显示输入待计算最短路的图的矩阵的界面。
<DT><A HREF="input/GraphInput.html#showHamilton()"><B>showHamilton()</B></A> -
Method in class input.<A HREF="input/GraphInput.html" title="class in input">GraphInput</A>
<DD>显示输入待计算求最短哈密顿回路的图的权矩阵界面(即旅行商问题,又称推销员问题)。
<DT><A HREF="input/GraphInput.html#showHuffman()"><B>showHuffman()</B></A> -
Method in class input.<A HREF="input/GraphInput.html" title="class in input">GraphInput</A>
<DD>显示输入待构造哈夫曼树的树叶结点的权的输入界面。
<DT><A HREF="input/FitInput.html#showMulti()"><B>showMulti()</B></A> -
Method in class input.<A HREF="input/FitInput.html" title="class in input">FitInput</A>
<DD>显示多元线性回归的数据输入界面。
<DT><A HREF="input/FitInput.html#showOne()"><B>showOne()</B></A> -
Method in class input.<A HREF="input/FitInput.html" title="class in input">FitInput</A>
<DD>显示一元拟合的数据输入界面,包括一元线性回归、多项式回归、三次样条插值。
<DT><A HREF="input/EquationInput.html#showPanel()"><B>showPanel()</B></A> -
Method in class input.<A HREF="input/EquationInput.html" title="class in input">EquationInput</A>
<DD>显示求解线性代数方程组的界面。
<DT><A HREF="plot/ViewPlotFrame.html#showPlot()"><B>showPlot()</B></A> -
Method in class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>
<DD>显示拟合结果,绘制数据点及拟合后的曲线。
<DT><A HREF="algorithm/LinearEquation.html#solve()"><B>solve()</B></A> -
Method in class algorithm.<A HREF="algorithm/LinearEquation.html" title="class in algorithm">LinearEquation</A>
<DD>解方程组。
<DT><A HREF="algorithm/LinearEquation.html#swapRows(int)"><B>swapRows(int)</B></A> -
Method in class algorithm.<A HREF="algorithm/LinearEquation.html" title="class in algorithm">LinearEquation</A>
<DD>交换系数矩阵中的某两行,使得可以把一般的矩阵转换成上三角矩阵。
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="lib/Library.html#TEXTFIELD_LENGTH"><B>TEXTFIELD_LENGTH</B></A> -
Static variable in class lib.<A HREF="lib/Library.html" title="class in lib">Library</A>
<DD>指定输入文本框的长度
<DT><A HREF="algorithm/Matrix.html#transpose(double[][])"><B>transpose(double[][])</B></A> -
Static method in class algorithm.<A HREF="algorithm/Matrix.html" title="class in algorithm">Matrix</A>
<DD>对矩阵执行转置运算。
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="plot/ViewPlotFrame.html" title="class in plot"><B>ViewPlotFrame</B></A> - class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>.<DD>这个类用于显示数据拟合时的数据点及相关的拟合曲线,显示方式为新建一个JFrame窗口。<DT><A HREF="plot/ViewPlotFrame.html#ViewPlotFrame(double[], double[], function.Function, java.lang.String)"><B>ViewPlotFrame(double[], double[], Function, String)</B></A> -
Constructor for class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>
<DD>使用数据构造类。
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="algorithm/GraphTheory.html#WEIGHT"><B>WEIGHT</B></A> -
Static variable in class algorithm.<A HREF="algorithm/GraphTheory.html" title="class in algorithm">GraphTheory</A>
<DD>说明构造方法所传过来的矩阵是权矩阵。
<DT><A HREF="ADT/BinaryTree.html#weight"><B>weight</B></A> -
Variable in class ADT.<A HREF="ADT/BinaryTree.html" title="class in ADT">BinaryTree</A>
<DD>二叉树当前结点的权。
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="plot/Plotting.html#xMax"><B>xMax</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>x最大值,用于确定缩放比例
<DT><A HREF="plot/PlotPanel.html#xMin"><B>xMin</B></A> -
Variable in class plot.<A HREF="plot/PlotPanel.html" title="class in plot">PlotPanel</A>
<DD>x最小值
<DT><A HREF="plot/Plotting.html#xMin"><B>xMin</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>x最小值,用于确定缩放比例
<DT><A HREF="plot/ViewPlotFrame.html#xMin"><B>xMin</B></A> -
Variable in class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>
<DD>x最小值
<DT><A HREF="plot/PlotPanel.html#xScale"><B>xScale</B></A> -
Variable in class plot.<A HREF="plot/PlotPanel.html" title="class in plot">PlotPanel</A>
<DD>缩放比例,图上距离比实际距离,即double/int
<DT><A HREF="plot/Plotting.html#xScale"><B>xScale</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>缩放比例,图上距离比实际距离,即double/int
<DT><A HREF="plot/ViewPlotFrame.html#xScale"><B>xScale</B></A> -
Variable in class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>
<DD>缩放比例,图上距离比实际距离,即double/int
<DT><A HREF="plot/PlotPanel.html#xSpace"><B>xSpace</B></A> -
Variable in class plot.<A HREF="plot/PlotPanel.html" title="class in plot">PlotPanel</A>
<DD>x方向的最大最小值到绘图左边界、上边界的距离(不是图形边界)
<DT><A HREF="plot/Plotting.html#xSpace"><B>xSpace</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>x方向的最大最小值到绘图左边界、上边界的距离(不是图形边界)
<DT><A HREF="plot/ViewPlotFrame.html#xSpace"><B>xSpace</B></A> -
Variable in class plot.<A HREF="plot/ViewPlotFrame.html" title="class in plot">ViewPlotFrame</A>
<DD>x方向的最大最小值到绘图左边界、上边界的距离(不是图形边界)
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="plot/Plotting.html#yMax"><B>yMax</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>y最大值,用于确定缩放比例
<DT><A HREF="plot/Plotting.html#yMin"><B>yMin</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>y最小值,用于确定缩放比例
<DT><A HREF="plot/Plotting.html#yScale"><B>yScale</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>缩放比例,图上距离比实际距离,即double/int
<DT><A HREF="plot/Plotting.html#ySpace"><B>ySpace</B></A> -
Variable in class plot.<A HREF="plot/Plotting.html" title="class in plot">Plotting</A>
<DD>y方向的最大最小值到绘图左边界、上边界的距离(不是图形边界)
<DT><A HREF="function/Function.html#yValue(double)"><B>yValue(double)</B></A> -
Method in interface function.<A HREF="function/Function.html" title="interface in function">Function</A>
<DD>根据自变量的值生成因变量的值。
<DT><A HREF="function/LinearFunction.html#yValue(double)"><B>yValue(double)</B></A> -
Method in class function.<A HREF="function/LinearFunction.html" title="class in function">LinearFunction</A>
<DD>接口<A HREF="function/Function.html" title="interface in function"><CODE>Function</CODE></A>所定义的类,函数关系为线性关系:y=A0+A1*x。
<DT><A HREF="function/PolynomialFunction.html#yValue(double)"><B>yValue(double)</B></A> -
Method in class function.<A HREF="function/PolynomialFunction.html" title="class in function">PolynomialFunction</A>
<DD>接口<A HREF="function/Function.html" title="interface in function"><CODE>Function</CODE></A>所定义的类,函数关系为多项式关系:y=A0+A1*x+A2*x^2+……An*x^n。
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="algorithm/LinearEquation.html#zeroDeterminant"><B>zeroDeterminant</B></A> -
Variable in class algorithm.<A HREF="algorithm/LinearEquation.html" title="class in algorithm">LinearEquation</A>
<DD>标记行列式的值是否为0。
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -