-
C++primer第四版代码
C++primer第四版的源码,对C++学习非常有用哦!C++primer是久负盛名的C++经典教程引,其内容是C++大师Stanley B. Lippman丰富的实践经验和C++标准委员会原负责人Josée Lajoie对C++标准深入理解的完美结合,已经帮助全球无数程序员学会了C++。
- 2022-02-28 17:02:48下载
- 积分:1
-
polygon多边形的相交计算
可以计算多边形相交,开计算多边形相交算法,判断任意两个多边形是否存在交集,是否相交,可以在平面中实现,也可以在屏幕中使用,是很不错的哦。。
- 2022-05-15 11:25:25下载
- 积分:1
-
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a cl...
Polynomial fit functions
=== ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
- 2022-11-25 05:50:02下载
- 积分:1
-
一个简单的计算器,用的是vb制作,能完成简单 的四则运算.
一个简单的计算器,用的是vb制作,能完成简单 的四则运算.-A simple calculater,written in VB,and can realize simple four-arithmetic operations.
- 2022-02-05 14:59:47下载
- 积分:1
-
有限差分算法
有限差分算法,在linux下运行,可以提高对有限差分算法的理解,很简单,里面的参数文件设置很详细,都有很好的注释,希望能给新手带去知道
- 2022-08-14 19:12:43下载
- 积分:1
-
MD5VBMD5码生成的程序
vb编写关于MD5码生成的程序,主要用于MD5码的生成。经测试没有什么错误,可以正常使用。可以生成短MD5和长MD5两种码。
- 2023-02-27 10:45:02下载
- 积分:1
-
快速傅立叶变换
快速傅立叶变换-Fast Fourier Transform
- 2022-05-30 22:33:52下载
- 积分:1
-
曲线拟合
曲线拟合-Curve Fitting
- 2022-02-07 20:04:21下载
- 积分:1
-
AIRtools_matlab
资源描述% UTV Tools.
% Version 1.0 11-June-11
%
% Iterative ART Methods.
% kaczmarz - Kaczmarz"s method (often referred to as ART).
% randkaczmarz - Randomized Kaczmarz method.
% symkaczmarz - Symmetric Kaczmarz method.
%
% Iterative SIRT Methods.
% cav - Component Averaging (CAV) method.
% cimmino - Cimmino"s projection method.
% drop - Diagonally Relaxed Orthogonal Projections (DROP) method.
% landweber - The classical Landweber method.
% sart - Simultaneous Algebraic Reconstruction Technique (SART) method.
%
% Training Routines.
% trainDPME - Training method for the
- 2023-06-20 04:35:03下载
- 积分:1
-
与C语言的正交化方法
我们将投影运算符定义为
- 2022-01-30 11:02:30下载
- 积分:1