-
清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,...
清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix computation, interpolation, linear solve nonlinear equations, numerical integration, and the proposed numerical approximation algorithms and other categories, science and engineering numerical computation of great reference value!
- 2023-03-06 23:55:04下载
- 积分:1
-
Fourier decomposition of M documents, has been in use, very easy to use, it is a...
傅立叶分解M文件,一直在用,非常好用,很经典-Fourier decomposition of M documents, has been in use, very easy to use, it is a classic
- 2022-03-03 08:01:23下载
- 积分:1
-
基于遗传算法的神经网络训练源代码
采用遗传算法对6变量输入、50个隐含层、3个输出层的变量构成的神经网络模型进行训练,包含源数据和源代码,可以直接修改应用。
- 2022-09-13 15:00:03下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
n the total number of individuals the possibility of ranking algorithms, ranking...
有n个人,求这n个人排名的可能总数算法,排名统计.-n the total number of individuals the possibility of ranking algorithms, ranking statistics.
- 2022-07-22 00:48:24下载
- 积分:1
-
lower frequency inverter
lower frequency inverter
- 2023-06-28 09:35:03下载
- 积分:1
-
数据加密标准
资源描述
- 2022-03-03 13:16:42下载
- 积分:1
-
竞选算法
原创优化算法,类似于粒子群算法,收敛速度快,适用于前段近似解的求解,可以与牛顿法结合两段求解优化问题。
- 2022-08-15 16:34:06下载
- 积分:1
-
Lacoally weighted Regression source code
Lacoally weighted Regression source code
- 2022-01-28 07:41:20下载
- 积分:1
-
产生大素数
产生一个大素数并对其进行检验
基本原理:
费尔马小定理:如果p是一个素数 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-28 08:51:04下载
- 积分:1