资源列表
CM1IterateStabilization
- Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。-Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numerical calculation courses and MAT
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
psoC++
- 这是例子群算法的C++源代码,该程序的运行环境为vc++.net 2003-example of this is the algorithm group C source code, the procedure for the environment vc. Net 2003
xxbgb
- 首先,用前插法建立链表,在算法中以create函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。 最后,
sgwl
- 这是一个数格网论的MATLAB程序源码,它可以用来产生样本数据-This is a number grid on the MATLAB program source code, it can be used to produce sample data
powell1
- powell优化算法的C语言原代码,该算法不需要求导数,应用场合较多-powell optimization algorithm in C language source code that the algorithm is not derivative, the more applications
hhm
- 这是一个改进混合遗产算法的C语言源程序,将遗传算法与局部优化算法相混合,杨长避短,算法的效率有明显的提高-This is a mixed legacy algorithm to improve the C language source files, Genetic Algorithm and local optimization algorithms mixed, Yang longer hide weaknesses, efficient algorithm significantly im
AOI_algorithm
- AOI(面向属性的归纳)是数据分析中有效的数据约简手段,该算法可以实现对属性的消减和泛化。-AOI (attribute-oriented induction) is a data analysis and effective means of data reduction, The algorithm can achieve the right attributes abatement and generalization.
Algorithm_APriori
- Apriori算法是一个求关联规则的经典算法, 该算法可以求得一个数据库的频繁项目集-Apriori algorithm is an association rules for the classical algorithm, The algorithm can obtain a database of frequent item sets
vcthesis
- 该系统实现粗糙集合中的分辨矩阵与分辨函数的约简方法,该方法可以求出信息系统的属性约简-the system to achieve the rough set to distinguish function matrix and tell about Jane, The method can be used to find information system attribute reduction
psat-2.0.0-b2
- 本程序非常值得借鉴的一点就是,把Matlab做成了极其具有直观化的具有交互界面,类似于VB的应用程序,希望我们也能多多学习学习-this program very worthwhile reference point is, put Matlab has made a very intuitive the interface is similar to the VB application, hope that we can also learn more study
StateEstimationModule
- 状态估计原始程序,本程序可以进行状态估计的计算利用最小加权二乘法计算WLS-primitive state estimation procedures, the procedures for the calculation of state estimation using weighted least two multiplication calculation WLS
