-
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。...
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。-Call function method used to achieve bp network, has been printed in the training and test samples for all to share and learn from, there are better rates and quasi-differential recall.
- 2023-02-21 12:20:03下载
- 积分:1
-
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c...
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c-known function of a known point in the function, polynomial interpolation using Lagrange points obtained a function of the remaining value lagrange.c
- 2023-01-26 21:50:04下载
- 积分:1
-
本文件为线性方程组求解的指导,并赋有代码
本文件为线性方程组求解的指导,并赋有代码-This document is for the linear equations to solve the guidance of, and are endowed with the code
- 2022-04-02 03:14:45下载
- 积分:1
-
编译原理 语法分析
编译原理对语法分析设计的代码 能进行语义的分析,通过设计调试LR语法分析程序,实现根据词法分析的输入TOKEN字,进行文法的语法分析;加深对课堂教学的理解;提高语法分析方法的实践能力。
- 2022-08-17 11:21:50下载
- 积分:1
-
利用 ElGamal 加密
ElGamal 是一种加密方法。执行 El Gamal 此源代码。我使用编程语言 PHP。
- 2023-08-01 11:15:04下载
- 积分:1
-
人工蜂群算法
C Code of the ABC algorithm
- 2022-03-04 23:22:07下载
- 积分:1
-
C# code for chess game
srchess是一个内置于C的国际象棋程序。虽然它与商业国际象棋项目不一样,但srchess毫无问题地击败了我,因此对于普通玩家来说,它可能是一个严重的对手。程序支持合理数量的函数。它最大的弱点是
- 2022-02-09 14:24:56下载
- 积分:1
-
求矩阵的最大特征值
求矩阵的最大特征值-matrix for the largest eigenvalue
- 2022-01-21 21:13:50下载
- 积分:1
-
实用的具有精度监视功能的常微分方程数值解法
实用的具有精度监视功能的常微分方程数值解法-practical function with precision surveillance of ordinary differential equations Numerical Solution
- 2023-02-14 01:30:04下载
- 积分:1
-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1