-
创建SQLite3静态库的文件
创建SQLite3静态库的文件,对您创建SQLite静态库很有帮助,没有这个文件你就无法创建SQLite静态库,无法用gcc命令编译生成*.cgi文件
- 2022-01-30 10:13:08下载
- 积分:1
-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
求所输入数值的平方和累加
求所输入数值的平方和累加-for imported values and the cumulative square
- 2022-02-03 11:47:19下载
- 积分:1
-
单链表/顺序表删除节点
该包中,包含两个程序,一个是DeleteSqlist.txt,它是顺序表删除一个节点的程序;另一个是DeleteLinklist.txt,单链表删除一个节点的程序,该代码在VC++6.0已调试通过,并能成功运行。
- 2022-11-24 09:00:03下载
- 积分:1
-
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。...
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。-At the same time identification model order and parameters of the algorithm, derived from Li-Deng Pan system modeling and identification.
- 2023-06-15 16:30:03下载
- 积分:1
-
C4.5—运用JAVA实现的决策树算法
C4.5是一系列用在机器学习和数据挖掘的分类问题中的算法。它的目标是监督学习:给定一个数据集,其中的每一个元组都能用一组属性值来描述,每一个元组属于一个互斥的类别中的某一类。C4.5的目标是通过学习,找到一个从属性值到类别的映射关系,并且这个映射能用于对新的类别未知的实体进行分类。
C4.5由J.Ross Quinlan在ID3的基础上提出的。ID3算法用来构造决策树。决策树是一种类似流程图的树结构,其中每个内部节点(非树叶节点)表示在一个属性上的测试,每个分枝代表一个测试输出,而每个树叶节点存放一个类标号。一旦建立好了决策树,对于一个未给定类标号的元组,跟踪一条有根节点到叶节点的路径,该叶节点就存放着该元组的预测。决策树的优势在于不需要任何领域知识或参数设置,适合于探测性的知识发现。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 00:16:44下载
- 积分:1
-
遗传算法解决微电网运行优化
微电网是比较热门的话题,针对微电网越来越多的使用,人们开始探寻其最优经济控制,既要保证达到经济要求,也要能保证能在一定程度上实现排放污染气体量最小。
- 2022-09-30 07:55:03下载
- 积分:1
-
对学习过程的一个简单的遗传算法,自己编写的SGA,而不是使用方法。
一个用于学习GA的简单程序,自己编写的SGA,不是使用的工具箱函数-A simple GA for the learning process, I have written SGA, instead of using the toolbox function
- 2022-01-28 20:37:47下载
- 积分:1
-
这opennl,图书馆很容易构造和求解稀疏线性系统。
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
- 2023-07-05 19:45:04下载
- 积分:1