登录
首页 » Visual C++ » Model_weibo

Model_weibo

于 2020-09-19 发布
0 308
下载积分: 1 下载次数: 1

代码说明:

说明:  用列文伯格-马夸尔特法(Levenberg-Marquardt)进行计算,该算法既有高斯-牛顿法的局部收敛性,又具有梯度下降法的全局性。(The Levenberg-Marquardt method is used for calculation. This algorithm has both the local convergence of the Gauss-Newton method and the globality of the gradient descent method.)

文件列表:

Model_weibo\aaaaaa_main.mdl, 33198 , 2020-09-06
Model_weibo\cfdresult\Case10_Teng290Xign340Qinj6.4.txt, 384369 , 2020-09-05
Model_weibo\cfdresult\Case12_Teng320Xign340Qinj6.4.txt, 367051 , 2020-09-02
Model_weibo\cfdresult\Case13_Teng320Xign310Qinj6.4.txt, 370672 , 2020-09-03
Model_weibo\cfdresult\Case1_Teng290Xign310Qinj6.4.txt, 369203 , 2020-09-06
Model_weibo\cfdresult\Case2_Teng290Xign325Qinj8.2.txt, 363922 , 2020-09-05
Model_weibo\cfdresult\Case3_Teng290Xign340Qinj10.txt, 365050 , 2020-09-06
Model_weibo\cfdresult\Case7_Teng320Xign310Qinj10.txt, 374056 , 2020-09-05
Model_weibo\cfdresult\Case8_Teng320Xign325Qinj6.4.txt, 351895 , 2020-09-03
Model_weibo\cfdresult\Case9_Teng320Xign340Qinj8.2.txt, 350321 , 2020-09-05
Model_weibo\FrechetDist.m, 2148 , 2020-09-06
Model_weibo\motion_txv_10us.txt, 99610 , 2020-08-27
Model_weibo\motion_x2deg_10us.txt, 64559 , 2020-08-27
Model_weibo\m_combustor.m, 760 , 2020-09-06
Model_weibo\m_postCFD2.m, 21789 , 2020-09-06
Model_weibo\m_pretreatment.m, 1440 , 2020-09-06
Model_weibo\cfdresult, 0 , 2020-09-06
Model_weibo, 0 , 2020-09-06

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

发表评论

0 个回复

  • 675646545
    VB反应能力测试小游戏,打地鼠源代码.有需要的下.(VB reaction capability test game, play hamster source code are in need.)
    2013-08-23 17:56:27下载
    积分:1
  • ReportCreator
    说明:  可实现报告单的简单编辑、格式和内容的调整(This is a ReportsCreator!)
    2020-06-16 20:40:02下载
    积分:1
  • RainyNight
    使用 C++在画布上实现城市的雨夜动态效果图。(Realizing the Dynamic Effect Map of Rain Night in the City)
    2020-06-18 05:40:02下载
    积分:1
  • parking
    说明:  停车场的管理系统(Car park management system)
    2008-11-26 18:33:04下载
    积分:1
  • 694
    顺序表插入x值顺序表插入x值顺序表插入x值(Insert x value of the order sequence table table table is inserted into the x value of the order value of x)
    2013-09-24 21:29:05下载
    积分:1
  • udf参考
    一些ANSYS 中的FLUENT 仿真UDF实例参考(SOME ANSYS FLUENT UDF example by some body)
    2020-06-16 08:40:01下载
    积分:1
  • VB_PPT
    VB.NET 程序设计语言课程内容 第一章:概述 第二章:使用窗体和控件 第三章:变量和数组 第四章:过程 第五章:判断结构与循环结构 第六章:验证用户输入 第七章:面向对象编程 第十一章 使用 ADO.NET 数据库概念 ADO.NET 概述 使用数据 数据库概念 数据库术语 数据库编程的工作方式 SQL 连接环境 非连接环境 课堂练习 区别适用于连接或非连接方案的场景 数据库术语 数据库编程的工作方式 SQL 连接环境 在连接环境中,应用程序会持续连接到数据源上 优点 连接环境更易于维护 并发控制更容易 与非连接环境相比,数据更容易刷新 缺点 必须维持稳定的网络连接 有限的可扩展性 非连接环境 非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库 优点 与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务 非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能 缺点 数据不总是最新的 可能发生更改冲突,这是个必须解决的问题 ()
    2008-05-12 11:06:03下载
    积分:1
  • crossgate
    说明:  梦想成为一名骑士的艾露.在前往目的地(自认为)的途中被不知名的魔法带到一个奇怪的地方..接下来...(Baby Magic Diablo server imitation robes best server.-Still magic PW server. Imitation of the official uniform of the best server)
    2019-04-01 06:56:26下载
    积分:1
  • 非线性优化中的经典算法 BriefDescriptionoftheLM
    非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用(nonlinear optimization of the classical algorithm, LM algorithm, a foreigner writing is concise and clear and optimization process of writing useful)
    2006-12-27 09:37:58下载
    积分:1
  • DiskSectorExplorer02
    win32/MFC编程入门级项目,磁盘扇区查看器,由于磁盘数据如果展示到界面上来,数据量是非常大的,所以做了分页处理 这是是毕业之前做的,高手请自动忽略(Win32/MFC programming entry level project, disk sector viewer, because disk data is displayed to the interface, the amount of data is very large, so do paging processing this is done before graduation, high hands please automatically ignore.)
    2018-07-10 17:09:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载