-
计算几何书籍中的Fortran代码,对学习计算几何有一定参考价值...
计算几何书籍中的Fortran代码,对学习计算几何有一定参考价值-computer geometry
- 2022-01-25 16:26:41下载
- 积分:1
-
classic Chinese Remainder Theorem solving program, you have to import the soluti...
经典的中国剩余定理求解程序,输入你所要解的同余式即可按定理求解!-classic Chinese Remainder Theorem solving program, you have to import the solution congruence theorems can be solved by!
- 2022-02-24 09:16:20下载
- 积分:1
-
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法...
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法-retroactive law m coloring problems, bool Matrix (Matrix said the order points), whether adjacent 2:00. The results achieved in all colors of a few less than the colored m
- 2022-02-22 05:13:49下载
- 积分:1
-
xercesc中文解析和UTF-8中文转换
xercesc中文解析,对包结构中的中文部分进行解析; UTF-8中文转换 分析下代码,希望能够给大伙给以帮助
- 2022-12-08 09:05:03下载
- 积分:1
-
相关向量机-稀疏贝叶斯学习源码
相关向量机回归的实现,主要是对Tipping的这篇文章的算法进行实现:Tipping, M. E. and A. C. Faul (2003). "Fast marginal likelihood maximisation for sparse Bayesian models." In C. M. Bishop and B. J. Frey (Eds.), Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics, Key West, FL, Jan 3-6.做SBL的时候可以用上,通过适当的修改也可以用在classification上。
- 2023-03-14 17:05:03下载
- 积分:1
-
哈夫曼树的源代码
这个代码是数据结构的练习册的习题,实现了哈夫曼树的创建,哈夫曼树的树形输出
- 2023-03-25 01:55:03下载
- 积分:1
-
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等...
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc.
- 2022-05-14 01:40:07下载
- 积分:1
-
C++语言编写算法程序,求解求解任意阶贝塞尔函数
本程序为C++语言编写,根据贝塞尔函数的圆柱形递推公式编写,用于求解任意阶的贝塞尔函数。
- 2022-03-12 14:23:24下载
- 积分:1
-
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the
search algorithm had decided the procedure fit and unfit quality, this
algorithm has completed the smooth search realization.
- 2022-04-24 15:53:52下载
- 积分:1
-
first prepared MFC DLL, opening VC 6.0 = gt; File = gt; New = gt; Project = gt;...
先准备好MFC DLL,打开VC 6.0=gt;文件=gt;新建=gt;项目=gt;MFC AppWizzard(DLL),项目名Calc=gt;下一步=gt;完成。好吧,你在文件视图上打开工作区可以看到有Calc.h,计算cpp,stdafx.h,stdafx.cpp文件那四份文件。
- 2022-03-15 08:37:44下载
- 积分:1