资源列表
heapsort
- 一个很经典的大堆排序,效率较高,对于海量数据排序有很好的优势.-heapsort
GA
- GA.dll是封装遗传算法的动态连接库,内部潮流计算使用的是PQ方法,该潮流计算方法已封装在该DLL内。如果需要采用其他的潮流计算方法,需要重新来设计DLL的接口函数及更改遗传算法中目标函数的计算方法。-GA.dll genetic algorithm is encapsulated dynamic link library, the internal flow calculation using the PQ method, the power flow calculation method
fptreejava
- FP树的JAVA版本,分布式数据挖掘算法可能会用到.-fptree
插值原理还原波形曲线(误差改进版)
- 三次样条插值的VC源码,带有示例,测试通过-cubic spline code based on VC++
MATLAB-genetic-algorithm-toolbox
- 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
libsim
- 这是一个用vc++写成的有关SVM分类的问题,能进行多类分类。找最优超平面相当好。十分有用-This is a used vc++ Written on the SVM classification problem, able to multi-category classification. To find optimal hyper-plane is very good. Very useful
Archive
- 实现一个三维点(x,y,z)的Point类。包含一个构造函数,一个复制构造函数,一个把这个点变成负的函数negate( ),一个返回到(0,0,0)点的距离的函数norm( )和一个print( )函数。 (1)为类Point实现一个重载的赋值运算符。 (2)为类Point实现重载的流插入运算符。 (3)为类Point实现重载的比较关系运算符==和!=。 (4)为类Point实现重载的加法+和减法运算符-。 (5)实现一个重载的乘法运算符*来返回两个Point类对象的点积。
MATLAB
- 利用了遗传算法求解函数最大值的源程序代码-Use of genetic algorithm source code for the function maximum
bpsinx
- 用bp神经网络进行函数逼近,逼近的函数为y=sinx,拟合效果不错-Bp neural network with function approximation, approximation function y = sinx, the effect of a good fit
RELS
- 增广最小二乘法参数估计,系统辨识,针对含有输出噪声的SISO模型。-Augmented least squares parameter estimation, system identification, aimed at containing the output noise of the SISO model.
IEEE(BPA)
- 比较丰富的IEEE,th,BPA节点数据,对于学习电力系统专业方向的学生做仿真比较有帮助-there are IEEE Th,Bpa data form
ID3
- 决策树的ID3算法的源码,这个源码用C++编写!-decision tree of Id3 algorithm in c++
