资源列表

« 1 2 ... .30 .31 .32 .33 .34 21035.36 .37 .38 .39 .40 ... 28523 »

[matlab例程ACO

说明:MATLAB实数编码的蚁群算法源程序,M文件 函数1:f=cos(2*pi.*x).*cos(2*pi.*y).*exp(-((x.^2+y.^2)/10)) 函数2:f=exp(-2*log(2).*((x-0.1)./0.8).^2).*(sin(5*pi.*x)).^6 函数3:f=(3./(0.05+(x.^2+y.^2))).^2+(x.^2+y.^2).^2 函数1带有注释-MATLAB real-coded ant colony algorithm source,
<胡毅> 在 2026-01-01 上传 | 大小:3kb | 下载:0

[matlab例程Desktop

说明:3x3 averaging filter
<Divyani Prajapati> 在 2026-01-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算simplex-method

说明:用于线性约束规划的单纯形法,通过C程序编写,调试运行通过,注释完备。-For linear constraint programming simplex method, by C programming, debugging and running through the complete comment.
<wang > 在 2026-01-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算ASL-1.2

说明:内点法求解线性和边界约束的凸二次规划,采用C++语言编程,程序很完善,代码比较多,各位看官好好研究-Solve an optimization problem with linear and bound constraints (BL) min f(x) subject to lo <= x <= hi, a x = b using the affine-scaling interior-point method presented in
<wang > 在 2026-01-01 上传 | 大小:54kb | 下载:0

[数据结构常用算法josephus

说明: 设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时给出一个报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数;如此下去直到所有人全部出列为止。设计一个程序模拟此过程,在qt中设计出基本的提示及显示结果的界面,给出出列人的编号序列及出列人手持密码值。- A descr iption of the problem are: number 1,
<孟迪> 在 2026-01-01 上传 | 大小:5kb | 下载:0

[数学计算/工程计算SSM-1.1

说明:求解具有球形约束条件的凸二次规划问题,问题模型为min - x Ax + b x subject to ||x|| <= r or ||x|| = r- Solve a sphere constrained quadratic program of the form min- x Ax+ b x subject to ||x|| <= r or ||x|| = r using an implementation of the sequential subspace method
<wang > 在 2026-01-01 上传 | 大小:37kb | 下载:0

[数学计算/工程计算CG_DESCENT-C-2.0.tar

说明:共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。-Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.
<wang > 在 2026-01-01 上传 | 大小:19kb | 下载:0

[数学计算/工程计算BLG-1.1

说明:带等式约束和边界约束的凸二次规划问题,程序包含两种方法,一种是共轭梯度法,一种是frank-wolfe算法,代码质量较高。-Convex quadratic programming problem with equality constraints and boundary constraints, the program contains two methods, one is the conjugate gradient method, one is frank-wolfe algorith
<wang > 在 2026-01-01 上传 | 大小:45kb | 下载:0

[数学计算/工程计算clique

说明:Clique 子空间聚类算法 自底向上搜索-Clique Subspace clustering algorithm Bottom-up search
<吴一戎> 在 2026-01-01 上传 | 大小:36kb | 下载:0

[matlab例程matlab

说明:这里上传混沌电路导论的第一章的仿真,包括:chen、Henon、Augmentation_lv、Logistic、Rossler、Lv系统的相轨图等,适合混沌入门的学生使用-Here the first chapter of the introduction of chaos circuit simulation, including: Chen, Henon, Augmentation_lv, Logistic, Rossler, Lv system, such as the phase di
<小洋636807> 在 2026-01-01 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法clustering-master

说明:稀疏子空间聚类的算法程序实现,用Matlab实现的SSC算法。-Sparse subspace clustering algorithm procedures to achieve, SSC algorithm implemented with Matlab.
<姜文> 在 2026-01-01 上传 | 大小:9kb | 下载:0

[人工智能/神经网络/遗传算法NN1akNN

说明:实现机器学习中的最近邻算法——1-NN和k--Realization of machine learning algorithms 1-NN nearest neighbor and k-NN
<HuYue> 在 2026-01-01 上传 | 大小:2kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 21035.36 .37 .38 .39 .40 ... 28523 »

源码中国 www.ymcn.org