-
介绍了二分法求解非线性方程的算法,欢迎大家提出宝贵意见。...
介绍了二分法求解非线性方程的算法,欢迎大家提出宝贵意见。-Introduced the dichotomy of the algorithm for solving nonlinear equations, welcome you to give valuable advice.
- 2022-06-19 07:47:23下载
- 积分:1
-
C语言基本程序
C语言基本程序-C language basic procedures
- 2022-10-23 05:05:03下载
- 积分:1
-
用c++语言用数值计算方法解n元一次方程组。
用c++语言用数值计算方法解n元一次方程组。-using numerical calculation method for n-linear equation group.
- 2022-03-22 12:42:24下载
- 积分:1
-
方块填数
本题为6*6的方块由“ABCDEF”6个字符填充,需要满足的条件如下:
1. 所填字母只允许是A,B,C,D,E,F 中的某一个。
(我们只要赋值的时候不赋其它的值,基本这一条就不需要另写一个函数了,
本题我也写了一个,可作参考)
2. 每行的6个小格中,所填写的字母不能重复。(这个我们都懂)
3. 每列的6个小格中,所填写的字母不能重复。(这个我们也懂,只不过是行改成列了)
4. 每个分组(参见图中不同颜色表示)包含的6个小格中,所填写的字母不能重复。
(这个的话我们只要在相同的颜色当中不能填充相同的字母即可)
- 2022-03-06 08:09:52下载
- 积分:1
-
包括高斯正算公式,中央经线以及高斯反算公式
包括高斯正算公式,中央经线以及高斯反算公式-Including the Gaussian formula for positive operators, the central meridian, as well as anti-Gauss formula
- 2022-07-14 00:44:08下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
simpson algorithm with c language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是西普生算法-simpson algorithm with c language
- 2022-05-23 00:39:17下载
- 积分:1
-
矢量控制
基于TMS320F2812的永磁同步电动机SVPWM空间矢量控制算法实现的源代码,
- 2022-08-25 23:36:59下载
- 积分:1
-
本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。...
本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。-This procedure has been the main achievement of the discrete-time Fourier transform, has a strong value can be changed, and simple.
- 2022-05-05 00:15:02下载
- 积分:1
-
math.net收入数学C #实现具体功能:
Math.NET开源数学库
C#实现
具体功能:
- A linear algebra package, see MathNet.Numerics.LinearAlgebra.
- A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse.
- Non-uniform random generators, see MathNet.Numerics.Generators.
- Distribution fonctions, see MathNet.Numerics.Distributions.
- Statistical accumulator, see MathNet.Numerics.Statistics.
- Fourier transformations, see MathNet.Numerics.Transformations.
- Miscellaneous utilies (polynomials, rationals, collections).-Math.NET revenue math C# achieve specific functions :- A linear algebra package, see MathNet.Numerics.LinearAlgebra.- A spar se linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse .- Non-uniform random generators. see MathNet.Numerics.Generators.- Distribu tion fonctions. see MathNet.Numerics.Distributions.- Stati stical accumulator, see MathNet.Numerics.Statistics.- Fourier t ransformations. see MathNet.Numerics.Transformations.- Mis cellaneous utilies (polynomials. rationals, co
- 2022-01-31 12:13:31下载
- 积分:1