登录
首页 » Visual C++ » drop

drop

于 2014-06-13 发布 文件大小:358KB
0 292
下载积分: 1 下载次数: 48

代码说明:

  使用fluent udf编程,实现水滴在空气中的运动描述。(Use fluent udf programming, to achieve the movement of water droplet in the air.)

文件列表:

自由落体
........\customnpcs
........\..........\dialog.dat,474,2013-06-11
........\..........\playerdata
........\..........\recipes.dat,736,2013-06-11
........\data
........\....\villages.dat,261,2013-06-14
........\DIM-1
........\.....\data
........\.....\forcedchunks.dat,22,2013-06-14
........\DIM1
........\....\data
........\....\forcedchunks.dat,22,2013-06-14
........\forcedchunks.dat,22,2013-06-14
........\level.dat,10680,2013-06-14
........\level.dat_mcr,369,2013-06-11
........\level.dat_old,10680,2013-06-14
........\players
........\.......\fenyie.dat,545,2013-06-14
........\region
........\......\r.-1.-1.mca,8192,2013-06-11
........\......\r.-1.-2.mca,8192,2013-06-11
........\......\r.-1.-3.mca,61440,2013-06-11
........\......\r.-1.-4.mca,2617344,2013-06-14
........\......\r.-1.-5.mca,2392064,2013-06-14
........\......\r.-1.0.mca,8192,2013-06-11
........\......\r.-1.3.mca,811008,2013-06-12
........\......\r.-1.4.mca,733184,2013-06-12
........\......\r.0.-1.mca,36864,2013-06-11
........\......\r.0.-2.mca,8192,2013-06-11
........\......\r.0.-3.mca,57344,2013-06-11
........\......\r.0.-4.mca,2240512,2013-06-14
........\......\r.0.-5.mca,1191936,2013-06-14
........\......\r.0.0.mca,12288,2013-06-11
........\......\r.0.3.mca,827392,2013-06-12
........\......\r.0.4.mca,851968,2013-06-12
........\......\r.1.-1.mca,8192,2013-06-11
........\session.lock,8,2013-06-14

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

发表评论

0 个回复

  • longgekuta
    系统仿真导论第一个实验程序,龙格库塔实验程序(Introduction The first experimental system simulation program, Runge-Kutta experimental procedures)
    2013-06-28 19:12:31下载
    积分:1
  • sanciyangtiao
    其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:(The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the cubic spline function is n+3 dimensional space , so the expansion points to the x-1, xn+1, then any cubic spline function can be expressed as a linear combination:)
    2011-10-14 09:40:33下载
    积分: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
  • MM1
    用C++实现排队论中M/M/1模型。简单方便。(Using C++ implementation in the M/M/1 queuing theory model. Easy and convenient.)
    2020-11-16 13:39:41下载
    积分:1
  • areaofcircle
    一圆形游泳池如图所示,现在需在其周围建一圆形过道,并在其四周围上栅栏。 栅栏价格为35元/米,过道造价为20元/平方米。 过道宽度为3米, 游泳池半径由键盘输入。 要求编程计算并输出过道和栅栏的造价。(A circular pool as shown in figure, now in its built around to a circular corridor, and in its 4 around on the fence. The fence for 35 yuan/m price, corridor cost for 20 yuan/square metre. Aisle width is 3 meters, The radius of the swimming pool by keyboard input. Demand and output programming calculation of corridor and the cost of the fence. )
    2012-04-06 11:29:01下载
    积分:1
  • aphysicaltool
    用于计算大物实验中常用的平均值和不确定度。(a simple tool to calculate average of input values.)
    2015-01-16 17:01:29下载
    积分:1
  • cddbn__Y1020918
    研究典型相关分析的各种线性算法和非线性算法,并通过实验数据的比较说明了它们各自的特点(Canonical Correlation Analysis Study of the various linear and nonlinear algorithms algorithms, and through comparison of experimental data shows the characteristics of their respective)
    2008-05-06 09:38:56下载
    积分:1
  • synthesis-of-mechanism
    对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。(For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.)
    2011-06-23 15:42:20下载
    积分:1
  • PSO
    针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
    2013-01-07 18:05:35下载
    积分:1
  • gsl1.8
    GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 (GNU Scientific Library (GSL) is a C language library for scientific computing. There are more than 1000 functions.)
    2013-04-23 10:51:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载