-
基于脉冲耦合神经网络的图像分割
主程序如下:绝对好使x=imread("lena.jpg");x=rgb2gray(x);[Edge,Numberofaera]=pcnn(x)
- 2023-07-27 17:35:03下载
- 积分:1
-
求解旅行商问题的遗传算法
遗传算法求解tsp问题,采用遗传算法,比其他的算法更容易解决tsp- GA to solve the tsp problem
- 2022-02-06 00:52:14下载
- 积分:1
-
这个图书馆对多项式定义的基本操作,并包含3不同…
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Templates. Handles all real and complex floating point types. Html doc is included.-This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Templates. Handles all real and complex floating point types. Html doc is included.
- 2022-01-22 15:11:18下载
- 积分:1
-
由于对两次以上的高次函数求解比较不方便
本程序将为你提供便捷...
由于对两次以上的高次函数求解比较不方便
本程序将为你提供便捷-due to more than two high-function solution more inconvenient this program will provide you with convenient
- 2022-07-17 19:02:19下载
- 积分:1
-
跑马灯程序(按下按键修改跑灯方式)
应用背景学习51单片机必敲程序,对熟悉IO操作有帮助。关键技术同过定时器延时,或者是延时函数实现IO的高低电平输出。
- 2023-06-01 01:10:03下载
- 积分:1
-
集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器...
集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器-integration and fft to the first document in the form of call, can be used on any C compiler
- 2022-03-10 03:46:50下载
- 积分:1
-
Pequeno 编辑器 de 缔约国
初 pequeno exemplo contém procedimentos de como trabalhar com 富文本 usando seus recursos 德尼格罗、 sublinhar 等
- 2022-12-31 01:30:03下载
- 积分:1
-
Steepest descent method is based on the negative gradient direction as a decline...
最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
- 2022-03-12 23:23:09下载
- 积分:1
-
c语言职工信息管理系统
这是老师布置的工程实践的作业, 有很好的参考价值, 代码都有注释。值得分享。
- 2022-08-12 18:19:37下载
- 积分:1
-
运用粒子群计算函数的极值
应用背景
求最大值与求最小值两者转换时的修改处:
BaseStepPso:代码83行和91行
InitSwarm: 代码44行
PsoProcess: 代码
69行
关键技术
调用格式:
Scope=[ ];
[xm,on,off,fv]=PsoProcess(N,D,Scope,@InitSwarm,@BaseStepPso,@fitness,IsStep,0,M,IsPlot);
Xm:目标函数取最大值时的自变量
Fv:目标函数的最大值
on:在线性能的数据
off:离线性能的数据
N:粒子数目(一般取20-40。对于大部分的问题10个粒子已经足够可以取得好的结果,
不过对于比较难的问题或者特定类别的问
- 2022-12-27 12:25:05下载
- 积分:1