-
专家系统在数据融合中的应用
专家系统在数据融合中的应用-Expert System Data Fusion Application
- 2022-03-11 19:47:11下载
- 积分:1
-
LU分解,QR分解等矩阵分解
矩阵分解的C语言实现,包括LU分解,QR分解,household分解以及givens分解;QRfactorization.cpp:QR分解源码LUfactorization.cpp:LU分解源码Household reduxtion:household分解源码GivensReduction:Givens分解源码start.cpp:main函数ReadFile.cpp:从文件中读取矩阵内容
- 2022-04-19 22:38:25下载
- 积分:1
-
LMI的可行性程序
用LMI工具箱来求解LMI的可行性问题,一个简单的鲁棒控制问题的仿真,以及控制器设计的问题。
- 2022-05-28 17:05:03下载
- 积分:1
-
一个利用mp3文件进行信息隐藏的工具,也可以作为版权保护的工具...
一个利用mp3文件进行信息隐藏的工具,也可以作为版权保护的工具-an mp3 files using information hidden tools that can be used as a tool for copyright protection
- 2022-12-10 07:35:03下载
- 积分:1
-
一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。...
一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。-kind of a complex method, though simple, but for beginners for very mfc programming guide, This is my time learning mfc is an out clause.
- 2023-03-20 09:55:02下载
- 积分:1
-
自己做的,像EXCEL中的数值递增,相当于26进制
自己做的,像EXCEL中的数值递增,相当于26进制-do for myself, like Excel numerical increase, equivalent to 26 band
- 2022-11-05 11:55:03下载
- 积分:1
-
square screen test standard method soon
平方筛 验证质数的方法,很快-square screen test standard method soon
- 2023-08-07 10:00:04下载
- 积分:1
-
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球...
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目- Three chromospheres questions if have a pocket to put have 12
balls, including 3 red, 3 white and 6 black, no matter what takes 8
balls, asked altogether this also is may use the question which the
exhaustion method solves. Supposes no matter what takes the red ball
integer is i, the white ball integer is j, then the black ball integer
is 8-i-j, counts differently with count matches the number
- 2022-06-03 14:36:47下载
- 积分:1
-
用BP网络解决异或问题
用BP网络解决异或问题-BP network or problems to resolve differences
- 2022-02-03 15:47:52下载
- 积分:1
-
fisher算法
fisher分类器Fisher判别法是历史上最早提出的判别方法之一,其基本思想是将n类m维数据集尽可能地投影到一个方向(一条直线),使得类与类之间尽可能分开。从形式上看,该方法就是所谓的一种降维处理方法。
- 2023-05-04 17:25:02下载
- 积分:1