-
nsga2code
nondominated sorting genetic algorithms,nsga2的c语言源代码,比较好。(nondominated sorting genetic algorithms,nsga2 c-language source code better.)
- 2010-02-21 21:04:45下载
- 积分:1
-
Generate_SystemMatrix
本程序在matlab中运行。
Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。
里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名要保存为SystemMatrix,否则出错。
testsino是一个正弦图实例,就是MLEM算法中的投影矩阵,机算是数据。(This program is run in matlab. The Generate_SystemMatrix is a calculation of the OSEM, a function of the system matrix MLEM iterative image algorithm, its use Generate_SystemMatrix (pixel) to rebuild the image size, usually 64,128,256, pixel also large computing slower. Inside diedai-test file is a simple MLEM reconstruction algorithm, which load SystemMatrix matrix is the result of Generate_SystemMatrix (128), pay attention to if you want to to run diedai-test, the generated system matrix is saved as SystemMatrix, otherwise an error. testsino instance of a sinogram projection matrix MLEM algorithm, machine be regarded as data.)
- 2020-12-08 14:39:20下载
- 积分:1
-
MATLAB Codes for Dimensionality Reduction
子空间学习方法工具箱,包含PCA、LDA、LLE、ISOMAP等经典子空间分析方法(Subspace learning method toolbox, including classical subspace analysis methods such as PCA, LDA, LLE, ISOMAP and so on)
- 2021-04-17 16:38:53下载
- 积分:1
-
readzygodat2_pjz
读取zygo干涉仪中的dat格式数据,并转化为矩阵格式(Reads the dat format data in the Zygo interferometer and transforms it into a matrix format.)
- 2021-03-08 22:39:28下载
- 积分:1
-
ayy_hankel
计算汉克尔函数,包括复数变量和任意阶数。对初学者很有帮助。(Calculate Hankel functions, including complex variable and arbitrary order. Useful for beginners.)
- 2012-10-29 10:40:21下载
- 积分:1
-
lle
一种流形学习算法,用于非线性降维,文章发表在2000年science杂志上,是一种非常经典的算法。(A manifold learning algorithm for nonlinear dimensionality reduction, articles published in science journal in 2000, is a very classic algorithms.)
- 2009-05-26 10:45:59下载
- 积分:1
-
beamformer
通信領域於天線上常運用的波束集成,以matlab寫成。能模擬不同距離造成的波束形狀之不同。也加入部份Dolph-Chebyshev最佳化方法。(A traditional beamformer that can simulate differnt distance from the origin, and some implementation using Dolph-Chebyshev amplitude distribution.)
- 2010-10-17 16:40:40下载
- 积分:1
-
ZCXLJ
支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合(Support vector machines and BP neural network can be used for non-linear regression fit, but they is not the same principle, support vector machine based on structural risk minimization theory, generally considered its generalization ability than the neural network of strong . Inherent defect- a large number of simulation confirmed that generalization ability of support vector machine is stronger than the BP network, but also to avoid neural network training results unstable. The source code can be used for linear regression, nonlinear regression, nonlinear function fitting a variety of applications, data modeling, forecasting, classification)
- 2020-09-18 19:27:53下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
FFT_16pt
说明: 利用MATLAB实现了16位快速傅立叶变换,并与自包含函数进行了比较。(The 16-bit Fast Fourier Transform is realized by using MATLAB and compared with the self-contained function.)
- 2020-06-18 10:40:02下载
- 积分:1