-
C++写的DTMF算法
C++写的DTMF算法C++写的DTMF算法C++写的DTMF算法
- 2022-03-17 01:15:05下载
- 积分:1
-
VC++实现简单pcm混音
VC++平台,利用混音算法,实现简单的两路wave文件pcm混音,不支持文件重采样,要求两个文件格式一样,参考原理,自己可扩展到多路混音
- 2022-03-24 18:56:44下载
- 积分:1
-
神经网络实现的matlab代码(完整版)
神经网络实现的matlab代码(完整版),里面全面包含神经网络的模拟仿真、预测和改进的matlab代码,可操作,含注释。
- 2022-03-18 11:51:01下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
superpiexl 段
superpiexl 是一种分割方法和理念,将图像分割成一个个类似大pixel的块儿,艾玛,我的表述怎么这么不给力,总之,它是图像预处理过程。这里上传的这个code,是superpiexl的实现,可以直接使用,观察图像分割的结果,enjoy it!
- 2022-03-19 11:17:10下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
大津的图像分割算法
大津的方法执行参数和无监督图像阈值分割,通常用于图像分割。该算法的最小类内方差,使用只有图像的灰度直方图查找最优阈值的图像。
- 2022-03-11 08:53:06下载
- 积分:1
-
graphics rendering 3D graphics
图形学中三维图形的绘制-graphics rendering 3D graphics
- 2022-10-21 11:30:03下载
- 积分:1
-
超酷的走迷宫程序
超酷的走迷宫程序 -cool Maze procedure
- 2022-03-10 01:29:03下载
- 积分:1
-
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现-A kalman estimator written with c , without matrix operation,applied kalman filter.
- 2022-10-17 01:55:03下载
- 积分:1