资源列表

« 1 2 ... .86 .87 .88 .89 .90 17591.92 .93 .94 .95 .96 ... 28521 »

[数学计算/工程计算QR1

说明:QR算法求解 int qrroot(a,n,u,v,eps,itmax) double *a,*u,*v,eps int n,itmax { int i double *H H=(double*)malloc(sizeof(double)*n*n)-QR algorithm int qrroot (a, n, u, v, eps, itmax) double* a,* u,* v, eps i
<l> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算rom

说明:用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2)
<l> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[matlab例程IFFshibie

说明:敌我识别信号的门限检测算法,该算法适应MarkX、MarkXII和S模式的信号。-IFF signal threshold detection algorithm, which is adapted MarkX, MarkXII and S mode signal.
<Wang zhuoran> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算NewTon

说明:Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0
<l> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[数值算法/人工智能gongshifuquan

说明:运用mathcad实现了公式赋权法的编程工作-Achieved using mathcad programming formula weighting method
<yaoye> 在 2024-10-07 上传 | 大小:19456 | 下载:0

[matlab例程Adaboost

说明:matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。-matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.
<sunny> 在 2024-10-07 上传 | 大小:57344 | 下载:0

[matlab例程RSM

说明:对测试函数运用响应面的方法做了四阶响应面模型。-Using response surface of the test function method to do a fourth-order response surface model.
<yaoye> 在 2024-10-07 上传 | 大小:466944 | 下载:0

[数学计算/工程计算LU

说明:LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdi
<l> 在 2024-10-07 上传 | 大小:7168 | 下载:0

[matlab例程The-data-for-processing

说明:这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要-This is knowledge about signal processing and it is very importance of kalman filter for matlab
<谢荣芳> 在 2024-10-07 上传 | 大小:6633472 | 下载:0

[matlab例程decisiontree

说明:决策树的matlab实现,包含训练和测试-Decision Tree matlab implementation
<sunny> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[matlab例程fisher

说明:fisher分类法的matlab实现,包含训练与测试部分。-fisher classification matlab implementation, including training and testing parts.
<sunny> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[matlab例程naivebayes

说明:naive bayes分类法的matlab实现,包含训练和测试部分-naive bayes classification matlab realize, including training and testing parts
<sunny> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 17591.92 .93 .94 .95 .96 ... 28521 »

源码中国 www.ymcn.org