-
MATLAB粗糙集属性约简库及案列
主要实现了粗糙集理论中基础概念的一些计算。由于之前也搜索过网上一些粗糙集相关的多种语言实现的程序库,但是库大多杂乱不清晰,基本看不懂程序,所以自己依然觉得工具粗糙集理论的书籍自行编写程序,用MATLAB语言实现,并给出一个论文实例《基于粗糙集和遗传算法的道路交通事故分析》的编程实例。
- 2022-05-31 15:14:24下载
- 积分:1
-
聚类分析的源码集,希望大家喜欢
聚类分析的源码集,希望大家喜欢-cluster analysis of source Set hope you like
- 2023-07-30 00:10:03下载
- 积分:1
-
一种采用divideandconquer closestpair代码
a ClosestPair code writen with divideandconquer
- 2022-07-07 20:43:45下载
- 积分:1
-
功能程序支持的功能是:罪,因为,谭,阿辛,ACOS,阿坦,口罗…
函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
- 2022-01-23 10:48:43下载
- 积分:1
-
FreeFEM is an implementation of the GFEM language dedicated
to the finite elem...
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite complicated
problems can be solved also.
- 2022-12-29 17:00:03下载
- 积分:1
-
bp神经网络 c++
c++实现bp算法 实现二进制数 和十进制数的识别
- 2023-01-04 20:00:03下载
- 积分: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
-
算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法,每种算法介绍及实例问题代码,C++成功编译运行...
算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法,每种算法介绍及实例问题代码,C++成功编译运行-Algorithem report including 5 Major algorithms
- 2022-03-18 02:53:06下载
- 积分:1
-
利用消元法中的列主元消元法来实现线性方程组的求解
利用消元法中的列主元消元法来实现线性方程组的求解-Using elimination method in the PCA included elimination method to achieve linear equations
- 2023-07-27 21:30:05下载
- 积分:1
-
经典四则运算
资源描述经典四则运算,在学习c++的时候比较常见的问题,供大家参考。
- 2022-01-25 23:09:49下载
- 积分:1