-
bp_huanghe
BP源代码共享!希望对大家有帮助今天编了个预测程序,效果不是很好,但里面一些基本算法希望给刚学的人有所帮助!同时也希望高人帮忙指点一下,我这个程序要怎么样预测效果才会好点,谢谢!(BP to share the source code! Hope everyone has to help today编了个prediction procedure, the effect is not very good, but inside some of the basic algorithm would like to just help people to learn! At the same time also hope that an expert advice to help you, I like this process to predict how the effect will be a good point, thank you!)
- 2008-08-21 13:16:32下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
matlab
matlab灰色模型,基本的代码,写的比较详细
(Matlab grey model of the basic application
)
- 2013-02-03 00:56:14下载
- 积分:1
-
chapter17
这个是matlab pso 工具箱 下载,包含了pso工具箱的所有工具。(This is a toolbox download matlab pso, pso kit contains all the tools: hiddenutils, nnet, testfunctions, Chinese documents containing installation instructions)
- 2013-03-15 14:11:19下载
- 积分:1
-
retinex
多尺度Retinex代码算法,能够很好的是实现边缘锐化和对比度增强。(Multi scale Retinex code algorithm, can very good realize edge sharpening and contrast enhancement.)
- 2013-11-27 10:47:08下载
- 积分:1
-
ImageFusion_DWT
遥感图像融合方法中基于小波变换的融合方法matlab代码,同时附上测试用的遥感影像(Remote sensing image fusion method based on wavelet transform. It s matlab code, with remote sensing images used for testing)
- 2020-10-08 10:17:37下载
- 积分:1
-
MATLAB-cellular-Wireless-simulation
[信息与通信]MATLAB蜂窝无线仿真pdf,如有需要请下载([Information and Communication] MATLAB cellular wireless simulation pdf, if necessary, please download)
- 2015-10-26 18:09:22下载
- 积分:1
-
svdtls
SVD-TLS算法进行参数估计,本文用SVD-TLS算法估计观测信号的功率谱,步骤如下:
(1) 计算样本相关函数矩阵R的SVD,并存储奇异值和矩阵V
(2) 确定R的有效秩,本文使用的是归一化奇异值法来求有效秩
(3) 用总体最小二乘法估计参数
(SVD-TLS algorithm for parameter estimation, this paper observed SVD-TLS algorithm estimates the signal power spectrum, the following steps: (1) Calculate the sample correlation function matrix R, SVD, and store singular values and matrix V (2) to determine R, effective rank, this is normalized using the singular value method to be effective rank (3) The total least squares method to estimate the parameters)
- 2021-03-27 14:49:12下载
- 积分:1
-
harmonicdistorsion
harmonic distorsions in matlab
- 2011-06-13 16:02:56下载
- 积分:1
-
print
很好很实现的matlab工程绘图命令的讲解资料(Is to achieve a good command matlab engineering drawings to explain the information)
- 2010-09-25 11:08:29下载
- 积分:1