-
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以...
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
- 2022-01-31 19:56:02下载
- 积分:1
-
压力驱动泊肃叶流LBMC程序
应用背景利用格子玻尔兹曼方法模拟两相流或者多相流已成为发展潮流,LBM以其独特的优点在广大领域都得到了极大的重视,在一些常规流动中LBM方法已得到了证明。关键技术利用LBM方法模拟泊肃叶流的运动,压力作为驱动条件,编程采用c语言,所模拟得到的结果与精确解相比非常温和,证明了程序的正确性和可行性!
- 2022-03-21 21:04:33下载
- 积分:1
-
学生成绩管理系统
1.用C++语言设计的一个学生成绩管理系统2.以报告的形式进行了书写,对于学生管理系统有比较详细的介绍3.源程序附加在报告后面4.并有相关程序解释
- 2022-10-28 10:05:04下载
- 积分:1
-
这个代码可以是10
这个代码可以将一个10进制数转换为任意进制(16以内),非常实用-this code can be a 10-band digital conversion arbitrary 229 (16) after a very practical
- 2022-05-15 20:08:05下载
- 积分:1
-
经纬度BL换算到高斯平面直角坐标XY(高斯投影正算)的源码及算法...
经纬度BL换算到高斯平面直角坐标XY(高斯投影正算)的源码及算法-BL converted to latitude and longitude Gaussian plane rectangular coordinates XY (Gauss projection is counting) the source code and algorithm
- 2023-01-05 22:50:03下载
- 积分:1
-
只是另一个 Dec2 Bin 转换器
将一个无符号的十进制整数的二进制表示形式转换为
- 2022-12-13 06:40:03下载
- 积分:1
-
method Queen's back problems
回溯法求解皇后问题-method Queen"s back problems
- 2022-05-08 02:52:17下载
- 积分:1
-
校园卡管理系统
ASP(Active Server Pages)是Microsoft于1996年11月推出的Web应用程序开发技术。微软声称设计出了
- 2022-07-15 09:10:55下载
- 积分:1
-
usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
The number 151 is a prime palindrome because it is both a prime number and a
palindrome (it is the same number when read forward as backward). Write a
program that finds all prime palindromes in the range of two supplied numbers a
and b (5
- 2022-08-21 13:33:23下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1