资源列表

« 1 2 ... .06 .07 .08 .09 .10 20311.12 .13 .14 .15 .16 ... 28523 »

[数学计算/工程计算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 int k=0 do { x1= x0-
<l> 在 2025-10-16 上传 | 大小:8kb | 下载:0

[数值算法/人工智能gongshifuquan

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

[matlab例程Adaboost

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

[matlab例程RSM

说明:对测试函数运用响应面的方法做了四阶响应面模型。-Using response surface of the test function method to do a fourth-order response surface model.
<yaoye> 在 2025-10-16 上传 | 大小:456kb | 下载: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 " stdio.h" # define n 4 int LU (
<l> 在 2025-10-16 上传 | 大小:7kb | 下载:0

[matlab例程The-data-for-processing

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

[matlab例程decisiontree

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

[matlab例程fisher

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

[matlab例程naivebayes

说明:naive bayes分类法的matlab实现,包含训练和测试部分-naive bayes classification matlab realize, including training and testing parts
<sunny> 在 2025-10-16 上传 | 大小:1kb | 下载:0

[matlab例程pseudo_inverse

说明:伪逆分类法的matlab实现,包含训练和测试部分-Pseudo-inverse classification matlab realization, including training and testing parts
<sunny> 在 2025-10-16 上传 | 大小:1kb | 下载:0

[数学计算/工程计算dot-line

说明:判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等vb源程序-Determine the point in the corner, the points in the polygon, calculated point, the point to the straight line distance to other vb source
<lfn> 在 2025-10-16 上传 | 大小:7kb | 下载:0

[matlab例程BPnetwork

说明:自己编写的BP神经网络的算法matlab代码 实现成功分类的BP神经网络功能,有实验报告和matlab代码 直接运行即可-I have written BP neural network algorithm matlab code to achieve a successful classification of BP neural network function, there are experimental reports and matlab code can be run dire
<林雨辰> 在 2025-10-16 上传 | 大小:154kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 20311.12 .13 .14 .15 .16 ... 28523 »

源码中国 www.ymcn.org