登录
首页 » matlab » Example_3_SOR

Example_3_SOR

于 2018-10-22 发布 文件大小:1KB
0 162
下载积分: 1 下载次数: 1

代码说明:

  数值传热学第二版陶文铨,二维传热MATLAB代码(Two dimensional heat conduction)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 近30个VC++窗口界面设计控件用法集源码
    近30个VC++窗口界面设计控件用法集源码,比如滑块的使用、限制编辑框输入文本的长度、使用进度条、列表框、使用旋转按钮、通过控件窗口指针获得控件ID、在组合框中显示文件列表、通过控件ID获得控件窗口指针、在编辑框中追加文本等,都是简单实用的通用控件用法实例。
    2023-06-04 07:55:03下载
    积分:1
  • mpc3
    说明:  实现逆变器mpc控制的功能,模型由本人自己搭建,可供交流学习,严禁用于商业用途(Realize the function of MPC control of inverters. The model is built by myself. It can be used for AC learning. It is strictly forbidden to be used for commercial purposes.)
    2020-07-03 18:40:02下载
    积分:1
  • PSO-BP程序
    用粒子群优化BP神经网络matlab代码 %以下是训练数据,前4列为输入,第5列为输出 5.700 3.800 0.3175 2.33 2310 4.550 3.050 0.3175 2.33 2890 2.950 1.950 0.3175 2.33 4240 1.950 1.300 0.3175 2.33 5840 1.400 0.900 0.3175 2.33 7700 1.200 0.800 0.3175 2.33 8270 1.050 0.700 0.3175 2.33 9140 等等 %以下是测试数据,仅给出输入 1.700 1.100 0.3175 2.33 等等(Using Particle Swarm Optimization to Optimize BP Neural Network Matlab Code)
    2021-03-11 16:39:26下载
    积分:1
  • free_fmincon.m
    说明:  %Fmincon Options for FMINCON % % The OPTIM.OPTIONS.FMINCON class allows the user to create a set of % options for the FMINCON solver. For a list of options that can be set, % see the documentation for FMINCON. % % OPTS = OPTIM.OPTIONS.FMINCON creates a set of options for FMINCON % with the options set to their default values. % % OPTS = OPTIM.OPTIONS.FMINCON(PARAM, VAL, ...) creates a set of options % for FMINCON with the named parameters altered with the specified % values. % % OPTS = OPTIM.OPTIONS.FMINCON(OLDOPTS, PARAM, VAL, ...) creates a copy % of OLDOPTS with the named parameters altered with the specified values. % % See also OPTIM.OPTIONS.MULTIALGORITHM, OPTIM.OPTIONS.SOLVEROPTIONS
    2019-12-12 21:45:28下载
    积分:1
  • 这个本身是我自己在课余为了解决自己在参加一些英文的朗读、演讲比赛制作的!比较实用!为了参加这次的比赛作了一些修改,可以支持多文本编辑和文本读入!但由于时间仓促、...
    这个本身是我自己在课余为了解决自己在参加一些英文的朗读、演讲比赛制作的!比较实用!为了参加这次的比赛作了一些修改,可以支持多文本编辑和文本读入!但由于时间仓促、经验有限等原因,其中会出现一些bug!希望大家指出!谢谢!-this is my own in order to resolve their own after school to participate in some English reading, speech contests produced! More practical! To participate in the competition made some changes to be able to support more than a text editor and text read! Because time is so short, the limited experience of other reasons, there will be some bug! We hope that! Thank you!
    2022-06-16 12:20:14下载
    积分:1
  • 一个基于纯C++的简单的成绩管理系统
    一个基于纯C++的简单的成绩管理系统,包括按照学号、姓名、成绩的查找,平均分,最低、最高分,及格和不及格人数等基本功能。使用的是双向循环链表结点模板
    2022-09-28 00:15:11下载
    积分:1
  • 标题文字动画jQuery插件
    一款简单的标题文字动画jQuery插件。该jquery文字动画插件自带有10种动画效果(A simple title text animation jQuery plug-in. The jQuery text animation plug-in comes with 10 animation effects)
    2019-01-08 10:33:15下载
    积分:1
  • 流量计串口采集软件
    本地串口采集通用流量计累计流量和瞬时流量(C#)(Local serial port collecting general flow meter cumulative flow and instantaneous flow rate)
    2021-03-18 10:19:20下载
    积分:1
  • C# 回车键控制鼠标焦点
    C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。   private void txtUserName_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    txtPWD.Focus();//切换鼠标焦点   }   private void txtPWD_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    btnOK.Focus();//切换鼠标焦点   }
    2022-01-23 11:25:26下载
    积分:1
  • 日期代码
    店入住日期代码是一款适用于网上酒店预订日期选择插件代码。(The check-in date code is a plug-in code for online hotel booking date selection.)
    2019-04-04 11:39:17下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载