-
C++ Language matrix used in computation, very good, with the reference value.
用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C++ Language matrix used in computation, very good, with the reference value.
- 2023-02-10 08:20:03下载
- 积分:1
-
二分搜索CPP算法代码
二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
- 2022-03-20 05:11:34下载
- 积分:1
-
本文通过给定的训练模式为例来推导bp网络学习的算法,并用(语言编程实现,运行程序给出学习误差曲线,最后指出实际应用中BP网络学习存
在的缺点并提出几点改进方...
本文通过给定的训练模式为例来推导bp网络学习的算法,并用(语言编程实现,运行程序给出学习误差曲线,最后指出实际应用中BP网络学习存
在的缺点并提出几点改进方案。
-In this paper, given as an example to the training model is derived bp network learning algorithm, and use (programming language, run the program gives error learning curve, and finally pointed out that the practical application of BP network learning shortcomings and to make a few points to improve the program.
- 2022-05-24 18:37:02下载
- 积分:1
-
最小二乘法多次曲线拟合.exe
最小二乘法多次曲线拟合.exe-Using least squares algorithm on Multi-times curve fitting.exe
- 2022-01-24 18:40:38下载
- 积分:1
-
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类...
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类-At pattern recognition, in particular a number of samples required for classification, clustering analysis is a commonly used method, the procedure based on the smallest maximum distance of the cluster principle implementation on sample clustering
- 2023-02-23 19:00:03下载
- 积分:1
-
该功能将被指定为相应的一年的统治法国因此吨。
The functionality is to be designated the corresponding year reign France Thus the year, which was the year of the zodiac. But can be designated a specific date date of the lunar calendar. Author Note : I used to do this as a commercial product development PDA calendar procedures in recent transplant PC, ... software categories : algorithm related paper from the shrimp off FO
- 2022-03-04 19:17:42下载
- 积分:1
-
玉米颗粒的检测算法
使用Matlab的GUI设计,实现了一种谷物(玉米)自动计数的方法。
- 2022-01-31 12:58:27下载
- 积分:1
-
C语言源程序解决的
C语言源程序解决的-C language source solution
- 2022-02-04 01:51:01下载
- 积分:1
-
提供一种解决庞加莱制图的方法,分享相关程序,…
提供一个求解庞加莱映射的方法,分享相关的程序,互相学习。-To provide a method of solving the Poincare mapping, sharing related procedures, learn from each other.
- 2022-03-04 09:01:49下载
- 积分:1
-
Algorithm design in the 0
算法设计中的0-1背包问题,递归的应用
算法设计中的0-1背包问题,递归的应用-Algorithm design in the 0-1 knapsack problem, recursive application of algorithm design in the 0-1 knapsack problem, recursive application of
- 2022-02-26 18:53:13下载
- 积分:1