登录
首页 » Visual C++ » Simple

Simple

于 2021-01-05 发布 文件大小:240KB
0 368
下载积分: 1 下载次数: 70

代码说明:

  求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)

文件列表:

Simple
......\Debug
......\.....\debug_output.obj
......\.....\default.obj
......\.....\grid.obj
......\.....\output.obj
......\.....\problem.obj
......\.....\result.dat
......\.....\setup2.obj
......\.....\Simple.exe
......\.....\simple.obj
......\.....\Simple.pdb
......\.....\solve.obj
......\.....\vc60.pdb
......\debugoutput.c
......\debug_output.c
......\default.c
......\global_var.h
......\grid.c
......\Matlab_Plot
......\...........\afterdraw.m
......\...........\Result_Plot.m
......\Matlab_Plot.asv
......\Matlab_Plot.m
......\output.c
......\problem.c
......\result.dat
......\setup2.c
......\simple.c
......\Simple.dsp
......\Simple.dsw
......\Simple.ncb
......\Simple.opt
......\Simple.plg
......\solve.c
......\VC%2B%2B调用MATLAB engine.txt
......\学习记录
......\........\MATLAB与C%2B%2B的接口问题.files
......\........\...........................\arrow.gif
......\........\...........................\arrow3.gif
......\........\...........................\Article_Elite3.js
......\........\...........................\Article_Hot3.js
......\........\...........................\ClassTree.files
......\........\...........................\...............\ShowClass_Tree.js
......\........\...........................\...............\STYLE.css
......\........\...........................\ClassTree.htm
......\........\...........................\Comment.htm
......\........\...........................\DefaultSkin.css
......\........\...........................\GetHits.htm

......\........\...........................\menu.js

......\........\...........................\ShowClass_Menu.js
......\........\...........................\stm31.js
......\........\...........................\TEAM.gif
......\........\...........................\TreeGuide.js
......\........\...........................\User_Login.gif
......\........\...........................\User_Reg.gif
......\........\MATLAB与C%2B%2B的接口问题.htm
......\........\编程学习记录.doc
......\........\编程学习记录.txt

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

发表评论

0 个回复

  • Pointandsegment
    判断点和线段之间的关系,包括点在线段的上,点在线段的延长线,反向延长线,点在线段外四种情况(Judge the relationship between the point and line, including the point on the line, in line at the extension of reverse extension cord, and so on.)
    2013-01-08 14:54:18下载
    积分:1
  • 111
    由反应谱生成自己想要的人工地震波。超级有用(Simulated Earthquake)
    2020-11-25 11:09:34下载
    积分:1
  • 7
    说明:  相变UDF,包括质量传递和热量传递,能够进行气液相变的模拟(Phase transition UDF, including mass transfer and heat transfer, gas-liquid phase transition can be simulated)
    2013-09-23 15:06:01下载
    积分:1
  • grid_adaptation_structure
    CFD数值计算中关于求解激波问题的基于非结构网格的自适应网格方法相关代码(CFD numerical calculation of the shock problem based on the unstructured grid method of adaptive grid method)
    2015-09-18 10:27:23下载
    积分:1
  • simultaneity
    同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。(At the same time identify model order and parameters algorithm. By order recursive algorithm, combined with AIC method- the use of Akaike information criterion to identify the cases of the model order and parameters.)
    2008-06-26 16:16:18下载
    积分:1
  • shannon
    香农编码的C语言实现,VC++环境~~~~~~~~~~~~~~~~~~~~~~~~~(Shannon C-language coding, VC++ environment ~~~~~~~~~~~~~~~~~~~~~~~)
    2010-05-27 11:01:01下载
    积分:1
  • Gauss
    这是用C++编写的 用高斯方法求解方程的方法 我想对与计算机数学的同学来说 可能会有用(It is written with C++ method for solving equations using Gaussian approach I want to mathematics and computer may be useful for the students)
    2013-07-02 11:10:51下载
    积分:1
  • free-cfd-1.0.1
    一个通用的CFD求解器,代码结构清楚,简洁,适用于开发自己的CFD程序。(A general of CFD solver, the code structure is clear, concise, applicable to the development of the CFD program.)
    2020-10-08 00:07:38下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • nihe
    最小二乘法拟合进行n次多项式拟合,N用来控制拟合的次数,例如N=5时进行4次多项式拟合,还回的是拟合系数(Least squares fit polynomial n times, N is used to fit the number of control, e.g., N = 5 When quartic polynomial fitting, further back are fitting coefficients)
    2021-02-14 15:39:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载