资源列表
双端选择排序算法
- 双端选择排序算法:是选择排序算法的变种,可以定位每个子表中最小和最大元素 并把它们分别放在子表的开头和结尾.-dual-Selection Sorting Algorithm : The algorithm is to select the varieties, each positioning table for the smallest and largest elements and their son were on the table at the beginning and en
人工智能小模型
- 这是个人工智能模型。只能接收陈述语句的训练,如“苹果是红的”,也可用陈述句提问,如“苹果是什么”-This is a model of artificial intelligence. Statements statement only receive training, such as "Red Apple," also available declarative sentence questions, such as "What is the Apple&quo
windowed_Burg
- Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
测试速度
- 本测试采用叠加方式循环一亿次,得出来的时间越小就代表你的电脑运算速度越快。温馨提示:在开始测试之前请关闭所有的应用程序!-the overlay method to test cycle 100 million times, and so the smaller the time on behalf of your computing faster. Warm Tip : Before the commencement of testing Please close all applicatio
para
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
advancenewton
- 改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equation : given interval [0,1] o
hypot
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
运筹学单纯形算法
- 运筹学单纯形算法,对偶单纯形算法,和改进单纯形算法的程序。-tacticians simplex algorithm, dual simplex algorithm, and improve the simplex algorithm procedures.
运筹学最小支撑树求解
- 运筹学最小支撑树的求解方法。该程序共有两种计算方法,可以用不同方法求解出最小支撑树。也可以对求解过程进行单步执行,从而清楚看出算法的求解过程。-tacticians minimum spanning tree method of solution. There are two procedures for the calculation method can use a different method to solve the smallest spanning tree. The solut
ID3_src
- 一个用C#写的ID3算法,属于数据挖掘中的决策树生成算法。-a C# write ID3 algorithm, data mining is the decision tree generation algorithm.
see5-public
- 数据挖掘中的决策树生成的经典的see5软件的源代码。-Data Mining Tree Generation classic see5 the software's source code.
转换中缀表达式求值
- 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.