-
一套交互和命令
一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合-A set of interactive and command-style in one program, using least-squares curve fitting method
- 2022-07-03 08:26:22下载
- 积分:1
-
矩阵的逆矩阵
矩阵求逆
采用追赶法实现矩阵求逆的快速算法-Matrix Inverse
- 2022-03-02 05:14:46下载
- 积分:1
-
此程序为C语言编写的矩阵运算算法
此程序为C语言编写的矩阵运算算法-procedure for the preparation of the C language matrix calculation algorithm
- 2022-08-22 12:03:46下载
- 积分:1
-
datamatrix编码和解码的程序,没有原码
datamatrix编码和解码的程序,没有原码
- 2022-07-03 03:17:46下载
- 积分:1
-
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
- 2023-06-06 19:10:03下载
- 积分:1
-
Tower of Hanoi game, according to the user to enter the location of the mobile p...
汉诺塔游戏,根据用户输入盘子移动的位置来移动盘子,并显示状况-Tower of Hanoi game, according to the user to enter the location of the mobile plate to move the plates, and display status
- 2022-07-07 06:01:11下载
- 积分:1
-
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。...
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the weight of the data fitting, if the data should not give the weight for data on the default weight is 1. This method is based on least-squares fitting carried out.
- 2022-07-09 02:46:57下载
- 积分:1
-
cublas矩阵乘
基于gpu的并行计算,通过调用英伟达官方cublas(基本线性代数子程序)库函数,与c++编写混合程序,通过nvcc编译,被MATLAB调用,加速matlab计算,实现双精度下的矩阵相乘。
- 2022-03-01 08:51:50下载
- 积分:1
-
这是C++算法
This is C++ for Algorithm
- 2023-06-21 08:25:07下载
- 积分:1
-
Gauss_Seidel迭代
Gauss_Seidel迭代-Gauss_Seidel
- 2022-06-21 07:32:21下载
- 积分:1