CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - solve matlab

搜索资源列表

  1. C_Ngeshi

    2下载:
  2. 用C_N格式求解耦合非线性薛定谔方程,matlab程序-C_N format used to solve coupled nonlinear Schrö dinger equation, matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1195
    • 提供者:丽萍
  1. xiaobo

    0下载:
  2. 代码给出了3种不同求解小波包分解能量的方法,有详细注释(The code gives 3 different methods to solve the decomposition energy of the wavelet packet, with detailed annotations)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:hyadevil
  1. Desktop

    0下载:
  2. 用MATLAB解决MM1排队论模型,(1)系统数据处理准确; (2)功能齐全; (3)操作方便、简单,界面友好;(Using MATLAB to solve the MM1 queuing theory model, (1) the system data processing is accurate; (2) the function is complete; (3) the operation is convenient, simple, and the interface is frien
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1708032
    • 提供者:Joey123456
  1. ????-???

    0下载:
  2. Everyone can solve matlab code using this file
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:7160832
    • 提供者:Muugi
  1. DropOut深度网络

    1下载:
  2. 深度神经网络在测试时面对如此大的网络是很难克服过拟合问题的。 Dropout能够很好地解决这个问题。通过阻止特征检测器的共同作用来提高神经网络的性能。这种方法的关键步骤在于训练时随机丢失网络的节点单元包括与之连接的网络权值。在训练的时候,Dropout方法可以使得网络变得更为简单紧凑。在测试阶段,通过Dropout训练得到的网络能够更准确地预测网络的输出。这种方式有效的减少了网络的过拟合问题,并且比其他正则化的方法有了更明显的提升。 本文通过一个简单的实验来比较使用Dropout方法前后网络
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:311296
    • 提供者:转角的狐狸
  1. 基于matlab算最短路径--Floyd算法

    1下载:
  2. 采用佛洛依德算法原理,解决最小路径的规划问题的matlab实现(Using Freud algorithm principle, solve the problem of the minimum path planning matlab)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:29696
    • 提供者:ElivesLee
  1. lianxuchaoliu

    2下载:
  2. 连续潮流:又称为延拓潮流,是电力系统电压稳定性分析的有力工具,它通过在常规潮流基础上引入一个负荷增长系数来克服雅可比矩阵奇异,从而克服接近稳定极限运行状态时的收敛问题,解决了常规潮流在崩溃点外无解和在崩溃点附近不能可靠收敛的问题。连续潮流法是从初始稳定工作点开始,随着负荷缓慢变化,沿相应的PV曲线对下一工作点进行预估、校正,直至勾勒出完整的PV曲线。(Continuous flow: also known as the continuation of the trend, is a powerf
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:冒菜
  1. jsff

    1下载:
  2. 用四阶龙格-库塔法编写MATLAB程序求解炮弹从初始发射到落地的运动过程(The four order Runge Kutta method is used to write MATLAB program to solve the motion process of projectile from initial launch to landing.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:56320
    • 提供者:qqqwrd
  1. 25解复合材料层合板的问题实验

    0下载:
  2. 解决复合材料层合板失效的问题,和大家一起探讨,相互学习,希望有用。。。。。。。(To solve the problem of failure of composite laminates,it's my honerto discuss with you, learn from each other, and hope to be useful.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:豆子爱薏米
  1. Multiple Shooting

    0下载:
  2. Multiple Shooting to Solve BVP with example
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:shonga
  1. 对于蚁群优化算法的研究

    0下载:
  2. 解决tsp问题中的一种策略——蚁群算法,含蚁群算法过程,原理,及程序范例。(One of the strategies to solve the TSP problem is ant colony algorithm, including ant colony algorithm process, principle and program paradigm.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:11264
    • 提供者:吃鸡的鸭
  1. 微分方程数值解

    0下载:
  2. 求解微分方程以及各种数学实验matlab程序实现(Solve differential equations and a variety of mathematical experiments matlab program to achieve)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:19676160
    • 提供者:格式化
  1. odesbvp

    2下载:
  2. matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
  3. 所属分类:其他

    • 发布日期:2018-12-01
    • 文件大小:1024
    • 提供者:lulu810
  1. pinsan

    1下载:
  2. 频散曲线求解,利用matlab进行lamb的求解,结果与数值分析方法相比,误差较小,对试验结果具有重要参考价值。通过仿真试验,结果结果比较好。(To solve the dispersion curve, using o solve the dispersion curve, using matlab to solve lamb, the results compared with the numerical analysis method, the error is small, the te
  3. 所属分类:其他小程序

    • 发布日期:2019-12-05
    • 文件大小:14336
    • 提供者:lxp
  1. 毕设代码)

    8下载:
  2. 毕业设计动态多目标优化SGEA算法,可以有效解决多目标优化问题。(Dynamic multi-objective optimization SGEA algorithm for graduation design can effectively solve multi-objective optimization problems.)
  3. 所属分类:其他

    • 发布日期:2019-04-03
    • 文件大小:9216
    • 提供者:cqs1105
  1. Matlab-Phase-field modeling of instablity film

    6下载:
  2. 本程序研究的目的是证明一种有限元相场算法,其中相场方程是完全耦合并同时求解的。不过,在这种情况下,完全耦合的方程是弹性和非守恒的阶参数;然而,该方法可作为其他相场模型完全耦合公式的模板。这是求解具有弹性不均匀性的Allen-Cohn方程的主要程序。有限元算法。该算法解决了非保守阶参数的演化问题。全耦合模式下应力列场的演化。取决于代码中Isolve参数的选择:对于Isolve-1,代码以长手格式和非优化模式执行。为了执行Matlab优化模式。因此,对于所需的执行模式,该参数应该在程序中修改。(Th
  3. 所属分类:其他

    • 发布日期:2019-04-12
    • 文件大小:99328
    • 提供者:2000码农
  1. matlab程序(解决0-1背包问题)

    3下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2020-10-10
    • 文件大小:21504
    • 提供者:MR安眠
  1. SimulinkPendulumDQN

    4下载:
  2. DQN实现matlab强化学习,解决倒立摆问题(Dqn realizes matlab to strengthen learning and solve the problem of inverted pendulum)
  3. 所属分类:其他

    • 发布日期:2020-12-14
    • 文件大小:1024
    • 提供者:xlzhang123
  1. opf

    3下载:
  2. 求解最优潮流问题的例程,很有用哦,用了yamip建模语言(solve OPF and very useful. Applying Yamip as the modeling language and the solver is cplex.)
  3. 所属分类:其他

    • 发布日期:2020-12-24
    • 文件大小:2048
    • 提供者:sssyf
  1. 第一章 线性规划

    1下载:
  2. 采用Matlab中 linprog函数来求解线性规划问题,使用matlab自带函数,提高了计算效率。(The LINprog function in Matlab is used to solve the linear programming problem, and its own function in Matlab is used to improve the calculation efficiency.)
  3. 所属分类:其他

    • 发布日期:2021-04-27
    • 文件大小:82944
    • 提供者:h勿忘心安
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com