-
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
-
两段锁模拟 java语言
通过基于锁的并发控制系统的模拟实现,掌握两段加锁协议和简单并发控制系统的构建;理解事务并发访问造成的不可串行化和如何保证可串行化的技术,使用java语言模拟实现数据库的两段锁协议的实现过程
- 2023-03-14 16:00:04下载
- 积分:1
-
希尔法重新加密和加密
希尔的方法,这是一个使用方阵的加密方法。我们相信这是一个有吸引力的方式,让学生学习矩阵代数,算术模n和算法的概念。
- 2022-02-15 02:05:44下载
- 积分:1
-
development of the zinc flow calculation procedures, the least
开发的锌流量计算程序,用到了最小二乘法,具体参数的设定需要根据具体的容器来定-development of the zinc flow calculation procedures, the least-squares method used, the specific set of parameters according to the concrete containers to determine
- 2022-09-12 07:35:03下载
- 积分:1
-
大M单纯形线性规划问题求解。
很不错的基于basic的源代码啊
大M单纯形线性规划问题求解。
很不错的基于basic的源代码啊-Large M simplex linear programming problem solving. Very good basic source code based on ah
- 2022-07-27 04:33:03下载
- 积分:1
-
实用条码转换系统下载
实用条码转换系统下载-practical barcode conversion system download
- 2022-08-20 16:39:41下载
- 积分:1
-
递归转递推的一个例子,用c++实现。
递归转递推的一个例子,用c++实现。-pushed the recursive transmitting an example, using c achieve.
- 2022-11-22 21:55:03下载
- 积分:1
-
普里姆算法的C语言实现
普里姆(Prim)算法是一种构造性算法。设G=(V,E)是一个具有n个顶点的带权连通无向图,T=(U,TE)是G的最小生成树,其中U是T的顶点集,TE是T的边集,则由G构造从起始顶点v出发的最小生成树T的步骤如下:(1)初始化U={v},以v到其他顶点的所有边为候选边;(2)重复以下步骤(n-1)次,使得其他(n-1)个顶点被加入到U中: a.从候选边中挑选权值最小的边加入TE,设该边在V-U中的顶点是k,将k加入U中; b.考察当前V-U中的所有顶点j,修改候选边,若边(k,j)的权值小于原来和顶点j关联的候选边,则用边(k,j)取代后者作为候选边。本代码实现了普里姆算法。代码能正确运行。
- 2022-02-07 15:39:21下载
- 积分:1
-
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)...
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
- 2022-05-19 06:04:19下载
- 积分:1
-
this Runge
这事龙格-库塔解围分方程算法实例-this Runge- Kutta raise siege equation algorithm examples
- 2023-03-24 13:25:03下载
- 积分:1