联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找matlab编程(6828) 其他(659) 人工智能/神经网络/深度学习(616) 图形图像处理(448) Windows编程(444) 通讯编程(306) 数学计算(207) 串口编程(167) 通讯编程(158) USB编程(144) Linux/Unix编程(129) 数值算法/人工智能(94) 文章/文档(83) 图形图象(74) 其他书籍(69) 模式识别(视觉/语音等)(68) 网络编程(61) 书籍源码(49) 网络编程(48) 源码/资料(46) 电子书籍(41) 系统编程(39) 单片机开发(35) 波变换(33) VHDL/FPGA/Verilog(27) 语音合成(24) 绘图程序(24) DSP编程(23) 通讯编程文档(22) 软件设计/软件工程(22) 物理/力学计算(22) 2D图形编程(20) 界面编程(19) GPS编程(18) 3G/4G/5G开发(17) 仿真建模(17) GDI/图象编程(15) OpenGL(14) 其他小程序(14) 能源行业(电力石油煤炭)(13) 3D图形编程(12) collect(12) 压缩解压(11) *行业应用(11) 金融证券系统(11) 加密解密(10) 汇编语言(10) GIS/地图编程(10) 图片显示(10) 数据结构(10) 其他智力游戏(10) 嵌入式/单片机/硬件编程(9) mathematica(9) 数据挖掘/数据仓库(9) 聚类算法(9) 软件工程(8) 进程与线程(7) 机器人/智能制造(7) 自动驾驶(7) ActiveX/DCOM/ATL(6) 游戏(6) 音频处理(6) 网址推荐(6) 系统设计方案(6) 中间件编程(6) 邮电通讯系统(6) 文件格式(5) C#编程(5) 多媒体编程(4) 编译器/解释器(4) 视频捕捉采集剪辑(4) 其他行业(4) VC书籍(4) 超算/并行计算(4) 系统/网络安全(3) 按钮控件(3) 语音压缩(3) 分形几何(3) 教育系统应用(3) 其他游戏(3) 交通/航空行业(3) MacOS编程(3) android开发(3) LabView编程(3) 进化算法(3) 自动编程(3) hotest(3) 数据库编程(2) Internet/IE编程(2) 多媒体(2) Java编程(2) 网络(2) 技术管理(2) 对话框与窗口(2) 生物医药技术(2) 文件操作(2) SQL Server(2) 其他嵌入式/单片机内容(2) Java书籍(2) 云计算(2) 
按平台查找All matlab(11519) 

[其他] 声纳编程

水声编程软件 基础海洋声场计算 很棒的一款软件 附带应用说明
Underwater acoustic programming software (2020-06-21, matlab, 4KB, 下载9次)

http://www.pudn.com/Download/item/id/1592724292787199.html

[能源行业(电力石油煤炭)] mt

电法勘探AKQH模型正演matlab编程
Electrical prospecting (2020-04-14, matlab, 23KB, 下载0次)

http://www.pudn.com/Download/item/id/1586834820396628.html

[matlab编程] matlab

实用 基础 matlab编程入门 官方资料
matlab basic fig model (2019-11-26, matlab, 11027KB, 下载0次)

http://www.pudn.com/Download/item/id/1574742119744366.html

[其他] Matlab编程

MATLAB编程资料,供大家学习参考,共同学习
MATLAB programming data (2018-07-13, matlab, 16451KB, 下载1次)

http://www.pudn.com/Download/item/id/1531452905492534.html

[matlab编程] MATLAB

MATLAB编程,外文翻译版,较好的MATLAB编程学习书目
MATLAB programming, foreign language translation version, better MATLAB programming learning bibliography (2017-04-29, matlab, 5266KB, 下载1次)

http://www.pudn.com/Download/item/id/1493455467366075.html

[matlab编程] Matlab-GUI

Matlab面向对象编程,强烈推荐的一本面向对象matlab编程书籍
Matlab programming (2015-03-01, matlab, 16655KB, 下载16次)

http://www.pudn.com/Download/item/id/1425180233147505.html

[matlab编程] pso-bp

粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。 BP(Back Propagation)神经网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hidden layer)和输出层(output layer)。
Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years (Evolutionary Algorithm- EA). Kind, and simulated annealing algorithm PSO algorithm is similar evolutionary algorithms, it is also starting a random solution, through an iterative search for the optimal solution, which is also used to uate the quality through fitness solution, but it is simpler than genetic algorithm rules It has no genetic algorithm " crossover" (Crossover) and " variant" (Mutation) operation, which by following the current search to find the optimal value to the global optimum. This algorithm is its easy implementation, high accuracy, fast convergence, etc. attracted academic attention and show its superiority in solving practical problems. PSO algorithm is a parallel algorithm. BP (Back Propagation) neural network is a 1986 team of scientists headed by Rumelhart and McC (2015-01-18, matlab, 2KB, 下载104次)

http://www.pudn.com/Download/item/id/1421586418653993.html

[matlab编程] matlab-programming

用于学习matlab语言编程的PPT文档,里面含有编程源代码。
Matlab programming language for learning PPT document, which contains programming source code. (2013-11-02, matlab, 137KB, 下载3次)

http://www.pudn.com/Download/item/id/2389619.html

[matlab编程] MATLAB-GUI

一个实例搞定MATLAB界面编程,用于MATLAB初级、中级用户学习GUI编程
An example to get MATLAB programming interface (2013-06-27, matlab, 671KB, 下载16次)

http://www.pudn.com/Download/item/id/2290081.html

[matlab编程] code

Convergence analysis and performance of the extended artificial physics optimization algorithm.artificial physics optimization (EAPO), a population-based, stochastic, evolutionary algorithm (EA) for multidimensional search and optimization. EAPO extends the physicomimetics-based Artificial Physics Optimization (APO) algorithm by including each individual’s best fitness history. Including the history improves EAPO’s search capability compared to APO. EAPO and APO invoke a gravitational metaphor in which the force of gravity may be attractive or repulsive, the aggregate effect of which is to move individuals toward local and global optima. A proof of convergence is presented that reveals the conditions under which EAPO is guaranteed to converge
Convergence analysis and performance of the extended artificial physics optimization algorithm.artificial physics optimization (EAPO), a population-based, stochastic, evolutionary algorithm (EA) for multidimensional search and optimization. EAPO extends the physicomimetics-based Artificial Physics Optimization (APO) algorithm by including each individual’s best fitness history. Including the history improves EAPO’s search capability compared to APO. EAPO and APO invoke a gravitational metaphor in which the force of gravity may be attractive or repulsive, the aggregate effect of which is to move individuals toward local and global optima. A proof of convergence is presented that reveals the conditions under which EAPO is guaranteed to converge (2013-06-21, matlab, 2KB, 下载30次)

http://www.pudn.com/Download/item/id/2284605.html

[matlab编程] MATLAB_style

这是一本讲述matlab编程风格的电子书,对于规范matlab代码,提高编程素养很有帮助
A book about matlab encode style (2012-07-14, matlab, 40KB, 下载4次)

http://www.pudn.com/Download/item/id/1938039.html

[matlab编程] Legendre

matlab 编程 生成ansys环境下使用的勒让德公式。
matlab 编程 生成ansys环境下使用的勒让德公式。 (2011-12-13, matlab, 3KB, 下载9次)

http://www.pudn.com/Download/item/id/1729166.html

[matlab编程] MATLAB

vc与matlab混合编程, vc与matlab混合编程
vc vc with mixed programming with matlab matlab mixed programming (2011-02-13, matlab, 5826KB, 下载5次)

http://www.pudn.com/Download/item/id/1427897.html

[Windows编程] dotnet

混合编程的例子,可以检测下看是否值得下载
混合编程小例子 (2010-09-06, matlab, 808KB, 下载2次)

http://www.pudn.com/Download/item/id/1289862.html

[matlab编程] MATLAB

matlab编程语言学习资料,课件可以帮助你很快学到matlab编程技巧,及平时注意事项
matlab programming language learning materials, courseware can help you quickly learn matlab programming skills, and the usual precautions (2010-04-19, matlab, 3524KB, 下载22次)

http://www.pudn.com/Download/item/id/1132285.html

[matlab编程] MATLAB

MATLAB编程(第二版)。。。。。。。。。。。。
MATLAB Programming (second edition). . . . . . . . . . . . (2009-08-06, matlab, 4981KB, 下载8次)

http://www.pudn.com/Download/item/id/869244.html

[matlab编程] MATLAwindowsprogram

matlab界面编程的一个实例,通过这个实例可以轻松掌握界面编程的知识
matlab programming interface of an example, through the example of programming interface to easily grasp the knowledge (2009-04-16, matlab, 760KB, 下载54次)

http://www.pudn.com/Download/item/id/717990.html

[其他书籍] Candmatlab

c与matlab混合编程
c with mixed programming matlab (2008-07-13, matlab, 10598KB, 下载6次)

http://www.pudn.com/Download/item/id/509919.html

[matlab编程] MATLAB

精心整理的包含了近年来一些主要的关于Matlab混合编程的论文集
Finishing well in recent years includes some of the major mixed on Matlab programming Essays (2008-01-23, matlab, 2952KB, 下载38次)

http://www.pudn.com/Download/item/id/398453.html

[matlab编程] matlab_style_guidelines

matlab编程风格,是老外写的,对于编写matlab程序非常有帮助。
matlab programming style, is a foreigner written procedures for the preparation of matlab very helpful. (2007-12-25, matlab, 77KB, 下载80次)

http://www.pudn.com/Download/item/id/382581.html
总计:11519