登录
首页 » matlab » 同位网格

同位网格

于 2021-04-09 发布 文件大小:162KB
0 161
下载积分: 1 下载次数: 10

代码说明:

  有限差分法,求解NS方程,对x,y不同方向进行离散(The finite difference method is used to solve the NS equation, and the X and y are discretized in different directions)

文件列表:

同位网格
同位网格\Untitled.asv
同位网格\Untitled.m
同位网格\同位网格.m
同位网格\同位网格.txt
同位网格\数据
同位网格\数据\0.212-0.252.xls
同位网格\数据\0.212.csv
同位网格\数据\0.213.csv
同位网格\数据\0.214.csv
同位网格\数据\0.215.csv
同位网格\数据\0.216.csv
同位网格\数据\0.217.csv
同位网格\数据\0.218.csv
同位网格\数据\0.219.csv
同位网格\数据\0.220.csv
同位网格\数据\0.221.csv
同位网格\数据\0.222.csv
同位网格\数据\0.223.csv
同位网格\数据\0.224.csv
同位网格\数据\0.225.csv
同位网格\数据\0.226.csv
同位网格\数据\0.227.csv
同位网格\数据\0.228.csv
同位网格\数据\0.229.csv
同位网格\数据\0.230.csv
同位网格\数据\0.231.csv
同位网格\数据\0.232.csv
同位网格\数据\0.233.csv
同位网格\数据\0.234.csv
同位网格\数据\0.235.csv
同位网格\数据\0.236.csv
同位网格\数据\0.237.csv
同位网格\数据\0.238.csv
同位网格\数据\0.239.csv
同位网格\数据\0.240.csv
同位网格\数据\0.241.csv
同位网格\数据\0.242.csv
同位网格\数据\0.243.csv
同位网格\数据\0.244.csv
同位网格\数据\0.245.csv
同位网格\数据\0.246.csv
同位网格\数据\0.247.csv
同位网格\数据\0.248.csv
同位网格\数据\0.249.csv
同位网格\数据\0.250.csv
同位网格\数据\0.251.csv
同位网格\数据\0.252.csv

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

发表评论

0 个回复

  • G制作的路径过渡动画幻灯片特效
    一款基于HTML5 SVG制作的路径过渡动画幻灯片特效(A special effect of path transition animation slide based on HTML5 SVG)
    2019-01-26 14:53:25下载
    积分:1
  • 经典的俄罗斯方块游戏代码 ,c++ 实现。
    经典的俄罗斯方块游戏代码 ,c++ 实现。-The classic Tetris game code, c++ Achieve.
    2022-02-15 00:11:53下载
    积分:1
  • Bmp文件是非常常用的位图文件,无论是游戏还是都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件...
    Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件呢-Bmp file is a very commonly used bitmap file, whether it is games or other have been widely used. Bmp file for the deal also has a pile of off-the-shelf api calls, but what the internal documents, how to own such a document to resolve this
    2022-03-21 13:22:07下载
    积分:1
  • C#科学计算器代码
    C#多功能科学计算器附完整源码,已经超越了数字计算哦,除了数字运算外,还可以实现表达式计算、角度和弧度计算、平方根、正切之类的运算,功能挺丰富。代码中包括了制定运算符及其特性(优先级和单双目)的运算符表、给运算表达式分块(三角函数...算术运算符等),再根据其返回值来检验其属于哪类错误,用于存放制定好的运算符及其特性(优先级和单双目)的运算符表,其初始化在方法Initialize()中。
    2022-10-04 19:05:03下载
    积分:1
  • 微电网容量优化
    说明:  用蒙特卡洛算法模拟风机及光伏出力,并用粒子群算法加以分配优化。(Monte Carlo algorithm is used to simulate the output of wind turbine and photovoltaic, and particle swarm optimization algorithm is used to optimize the distribution.)
    2021-04-23 20:28:47下载
    积分:1
  • eetop.cn_四轴仿真
    用simulink完成了四轴飞行器的建模,模拟出来各种姿态(Simulink is used to complete the modeling of four axis aircraft and simulate various postures)
    2017-07-22 09:14:08下载
    积分:1
  • HP203B
    说明:  真正的气压传感器HP203B的驱动程序,其他都是骗人的,自己看(Real pressure sensor HP203B driver, the rest are deceptive, see for yourself)
    2021-02-15 18:49:47下载
    积分:1
  • 基于QT实现的基础图形绘图系统.7z
    说明:  输入椭圆中心和长短轴径; 2. 计算得到中心在原点的椭圆上的第一个点=; 3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为; 4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为(); 5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;(Input ellipse center and long and short axis diameter; 2. The first point of the center on the ellipse at the origin is calculated. 3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated. 4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is (); 5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until ().)
    2020-11-13 16:49:42下载
    积分:1
  • seminar preparation final
    说明:  abstruct asigniment how to write
    2020-01-11 01:10:45下载
    积分:1
  • 串口调试工具源码,接受发,定时和文件发送
    串口调试工具源码,接受发,定时和文件发送-mscomm
    2022-03-13 01:08:37下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载