-
模式识别、距离计算、聚类分析、判别函数…
模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
- 2023-05-15 14:35:02下载
- 积分:1
-
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在...
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在此文件同目录上自动生成下列文件:设计数据文件“design.dat”,设计结果文件“design.out”;复核数据文件“verify.dat”,复核结果文件“verify.out”。-Note : This procedure for the eccentric rectangular reinforced symmetrical compression in the design and review and reinforcement of asymmetric review. This procedure document support, but without the establishment of data files, suggested by the data entry screen, and the attention of units. The procedures in this document may be the same directory automatically generate the following documents : design data files "design.dat", the outcome document design "design.out"; Review of data files "verify.dat" review of the outcome document "verify.out."
- 2022-06-11 16:41:16下载
- 积分:1
-
清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,...
清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC++" 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!
- 2022-01-25 16:31:39下载
- 积分:1
-
算法分析与设计 0-1背包问题四种不同算法的实现 C语言实现
算法分析与设计 0-1背包问题四种不同算法的实现 C语言实现
贪心算法总是作出在当前看来是最好的选择,即贪心算法并不从整体最优解上加以考虑,它所作出的选择只是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广的许多问题它能产生整体最优解。在一些情况下,即使贪心算法不能得到整体最优解,但其最终结果却是最优解的很好近似解。
- 2022-02-03 07:48:49下载
- 积分:1
-
改进后的bp 算法实现.\并给出一些实例子进行模拟算法用vc实现...
改进后的bp 算法实现.\并给出一些实例子进行模拟算法用vc实现-bp improve the algorithm. And gives some examples for simulation algorithm to achieve vc
- 2022-05-14 08:27:10下载
- 积分:1
-
巴斯角三角形
经典算法巴斯角三角形的实现,类似中国古代的杨辉三角#include
#define N 12
long combi(int n, int r){
int i;
long p = 1;
for(i = 1; i
- 2022-12-16 03:55:02下载
- 积分:1
-
一个很好的计算器程序
一个很好的计算器程序-a good calculator program
- 2022-03-09 20:49:04下载
- 积分:1
-
本程序实现了数理统计的趋势面分析,并给出了F,t检验,可用作数理统计教材的配套计算...
本程序实现了数理统计的趋势面分析,并给出了F,t检验,可用作数理统计教材的配套计算-realized by the Mathematical Statistics trend surface analysis, and gives F, t test, can be used as a teaching mathematical statistics supporting calculations
- 2023-04-13 18:00:03下载
- 积分:1
-
超酷的走迷宫程序
超酷的走迷宫程序 -cool Maze procedure
- 2022-03-10 01:29:03下载
- 积分:1
-
C# code for chess game
srchess是一个内置于C的国际象棋程序。虽然它与商业国际象棋项目不一样,但srchess毫无问题地击败了我,因此对于普通玩家来说,它可能是一个严重的对手。程序支持合理数量的函数。它最大的弱点是
- 2022-02-09 14:24:56下载
- 积分:1