-
communicatebook
通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载(Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading)
- 2009-11-14 11:17:54下载
- 积分:1
-
FCM_S
FCM_S算法的matlab代码 包括其改进FCM_S1 和 FCM_S2(FCM_S1 and FCM_S2 with matlab code)
- 2021-04-12 00:58:58下载
- 积分:1
-
zuixiaoerchengsuanfa
这个是最小二乘算法的一个重要用途,在实际操作中有广泛的应用,可以处理很多问题!(This is an important use of least squares algorithm, in practice a wide range of applications, can handle a lot of problems!)
- 2011-04-28 19:48:43下载
- 积分:1
-
fattal-singel--image-dehazing
这是Fattal 发表的单幅图像去雾的matlab代码,对某些图片好用,对某些图片不好用。Fattal运用ICA,基于图像表面阴影和大气传递函数在局部块上不相关的假设,实现去雾。(Fattal released a single image to fog the matlab code easy to use, some pictures, some pictures bad. Fattal use of ICA, based on the shadow of the image surface and atmospheric transfer function on local assumptions related to fog.)
- 2021-03-24 20:29:15下载
- 积分:1
-
bisq
弹性波在饱和多孔介质中传播的BISQ模型MATLAB源码。(Elastic wave propagation in saturated porous media BISQ model MATLAB source.
)
- 2016-12-10 18:08:11下载
- 积分:1
-
huffmam_decoding
the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well.
Following that the input is read bitwise and for each 0 a left turn is taken and for each one a right turn until a leave is reached. In this case the value of the leave (usually a character) is output, continuing after that at the root.
- 2010-08-11 04:03:25下载
- 积分:1
-
RSSI
一种基于RSSI无线定位算法的源代码,有助于进一步了解改算法的优缺点(RSSI Wireless Location Algorithm Based on the source code, help to further understand the advantages and disadvantages of change algorithm)
- 2011-05-01 15:59:56下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
Kalman
Kalman 滤波 和曲线拟合 之间的对比试验(Kalman filtering and comparison test between the curve fitting)
- 2013-12-25 11:32:05下载
- 积分:1
-
BP_test
说明: 手写的LMBP神经网络,已在多个数据集上测试过(Handwritten LMBP neural network, which has been tested on several data sets.)
- 2019-01-03 11:35:10下载
- 积分:1