-
数学表达式解析器库
Mathematical expressions parser library
- 2023-08-12 10:15:04下载
- 积分:1
-
一年的第多少天转成日期
本代码提供天数转日期的功能,方便易用,输入(例如) input year:2013,input days :134,输出 5 14,即5月14号,在遥感影像中,经常要将文件名中的天数转成日期,故写次程序,也分享给大家。目录中daystodate.exe可直接单独运行,算法实现在daystodate.cpp中。
- 2022-01-31 14:20:29下载
- 积分:1
-
粒子群优化算法 PSO
通过启发式搜索方法,如遗传算法(Genetic Algorithm, GA)、模拟退火法(Simulated Annealing, SA)、禁忌搜索法(Tabu Search, TS)、蚁群优化算法(Ant Colony Optimization, ACO)、大爆炸算法(Big Bang-Big Crunch, BB-BC)以及粒子群优化算法(Particle swarm optimization, PSO)等,能够快速有效求解最优化问题。与其他优化算法相比,PSO因具有参数少、收敛速度快、简单易实现等突出优点而被广泛应用于多个领域,如逆合成孔径雷达(Inverse Synthetic Aperture Radar, ISAR)中机动目标参数补偿,非线性方程组多值求解等。本程序为个人原创,需要根据实际需要添加目标函数。
- 2022-11-11 23:35:04下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
决策理论
应用背景程序包含了解决任务的方法 ; ;决策理论。路径(路径查找)的任务。有3种算法:deikstra,A*,最好先。你可以用一个图,时间,点菜单 ;“帮助”也做“开始”,“暂停”,“停止”。图中有很多颜色的线,所以可以清楚地看到,正确的决策。好运!关键技术程序语言:C # ;视觉工作室窗口形式使用委托,类,类方法,功能,和;枚举等。
- 2022-05-31 03:41:23下载
- 积分:1
-
禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。...
禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。
-Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete set of algorithms.
- 2022-04-09 01:08:58下载
- 积分:1
-
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料...
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料-Han Wei, the research results in recent years is a very good reference for data mining researchers
- 2022-07-25 13:36:14下载
- 积分:1
-
自己做的程序,可能对你有用
自己做的程序,可能对你有用-own procedures that may be useful to you
- 2022-04-20 19:06:41下载
- 积分:1
-
链表的C++实现
数据结构中的链表的C++的语言实现算法。
和各种实现函数
- 2022-07-17 18:08:19下载
- 积分:1
-
Some of the basic matrix operations
Some of the basic matrix operations
- 2022-02-01 08:15:13下载
- 积分:1