-
Kriging Algoritm
用克里格法计算地图值的程序,输入文件为“PISO”_数据.TXT“输出文件是”顺序文件". 使用IMSL功能。
- 2022-11-18 04:15:03下载
- 积分:1
-
数值算法 曲线拟和
数值算法 曲线拟和-curve-fitting algorithm and
- 2022-02-02 17:50:12下载
- 积分:1
-
矩阵奇异值分解算法(C语言版)
矩阵奇异值分解算法的C语言实现,已附有测试矩阵,可以实现低维度的奇异值分解算法,输入NXN矩阵,输出奇异值矩阵、左酉矩阵和右酉矩阵。源码比较简单,适合刚接触矩阵算法的初学者。
- 2022-02-26 22:22:51下载
- 积分:1
-
算法课程代码LAB8
CS101 是关于使用计算机和解决问题。学生将会学习如何计算机功能以及如何使用它们作为一种工具来做有益的事情。主要的重点,但是,是的设计与实现的自定义程序。本课程强调软件工程原则,在整个。采用一种设计方法有助于产生程序是"一次成功",此外,也可维护性。假定以前没有计算机或者编程的知识。
- 2022-01-27 18:54:50下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
四重奏:一个理论的定理描述的著名四重奏定理";,&……
四方定理描述: 在数论中有一个著名的“四方定理”,它的含义是: 所有自然数至多只要用四个数的平方和就可以表示。 要求: 该题是一个定理,我们不是去证明它,而是要求同学们编程 序来验证该定理的正确性。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足四方定理中的至多四个自然数。-Quartet theorem Description : Number Theory in a famous "Quartet Theorem," meaning it is : all natural number can use up to four the number of square and can be expressed. Requirements : The title is a theorem, we will prove it, but to require the students programmed to verify the correctness of the theorem. Input : arbitrary user input from the keyboard to a natural number. Output : the Quartet is to meet the theorem up to four natural number.
- 2022-08-12 22:17:17下载
- 积分:1
-
定点数函数集,包括16位定点数的各种加减乘除运算函数。
定点数函数集,包括16位定点数的各种加减乘除运算函数。-will function set points, including 16 fixed points of the arithmetic operations function.
- 2022-03-20 17:45:56下载
- 积分:1
-
源代码_[Cpp数据结构原理与经典问题求解]
Cpp数据结构原理与经典问题求解全书所有章节源代码,适合系统学习C++语言
- 2022-07-09 09:02:06下载
- 积分:1
-
fortran version of singular value decomposition subroutine, suitable for meteoro...
fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
- 2022-06-27 17:25:01下载
- 积分:1
-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting interpolation code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-02-20 20:20:19下载
- 积分:1