-
支持向量机中 pic16f876a 的代码
此代码是为了控制 igbt 在 inverter.the 代码中创建的 c + + 中,和工作完善。它适用于逆变器
- 2022-10-12 23:15:03下载
- 积分:1
-
灰色关联分析及Matlab程序实现
灰色关联分析法的基本思想是根据各比较数列集构成的曲线族与参考数列构成的曲线之间的几何相似程度来确定比较数列集与参考数列之间的关联度,比较数列构成的曲线与参考数列构成的曲线的儿何形状越相似,其关联度越大。程序能够运行出正确的结果,希望对各位有帮助。
- 2022-05-25 08:56:53下载
- 积分:1
-
k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
- 2023-07-14 07:15:02下载
- 积分:1
-
高精度计算C++类的算法
高精度计算C++类的算法-precision calculation algorithm C
- 2022-03-19 03:09:55下载
- 积分:1
-
现在国外很多电磁场领域学者研究的热点――时域有限元方法,而该算法在国内尚无教材。该文件为伊利诺伊大学的一本关于该算法的博士论文。完全可以作为对该算法的开发参考。...
现在国外很多电磁场领域学者研究的热点――时域有限元方法,而该算法在国内尚无教材。该文件为伊利诺伊大学的一本关于该算法的博士论文。完全可以作为对该算法的开发参考。-Now, many foreign academics who have studied the hot field of electromagnetic field- time-domain finite element method, and the algorithm is no teaching materials in the country. This document gives the University of Illinois in a doctoral thesis on the algorithm. Complete the development of the algorithm can be used as reference.
- 2022-03-26 13:10:03下载
- 积分:1
-
计算电磁学中fdtd方法的源代码,三维计算例子
计算电磁学中fdtd方法的源代码,三维计算例子-Computational electromagnetics methods in the source code fdtd
- 2022-08-09 04:10:59下载
- 积分:1
-
数学公式计算器,和大家切磋!希望高手帮助改进功能,最好能够提供变量表达式计算,不是单纯的数字表达式计算,有兴趣的朋友可以跟我联系!...
数学公式计算器,和大家切磋!希望高手帮助改进功能,最好能够提供变量表达式计算,不是单纯的数字表达式计算,有兴趣的朋友可以跟我联系!-mathematical formula calculator, and to discuss the! Experts hope to help improve function, the best solution is to provide variable expression, not simply the number of formulas, the friends are interested can contact me!
- 2022-01-31 10:11:00下载
- 积分:1
-
vc++实现编译原理中的LL(1)文法的编译过程,非常好用.
vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
- 2022-06-30 08:02:44下载
- 积分:1
-
对数求解
用For/Next循环语句编写程序计算自然对数之和,并要求先定义求a到b的自然对数之和的函数为Nlogarithm(a,b),然后单击“求自然对数之和”按钮时调用该函数。
- 2022-01-21 22:54:19下载
- 积分:1
-
搜索算法,可以直接使用~~~
二分查找(Binary Search) 二分查找又称折半查找,它是一种效率较高的查找方法。 二分查找要求:线性表是有序表,即表中结点按关键字有序,并且要用向量作为表的存储结构。不妨设有序表是递增有序的。
- 2022-06-15 14:57:32下载
- 积分:1