登录
首页 » Visual C++ » RollingForceCal

RollingForceCal

于 2010-06-13 发布 文件大小:141KB
0 182
下载积分: 1 下载次数: 28

代码说明:

  计算热轧中的单机架的轧制压力,采用的是SIMS公式,(rolling force calculation)

文件列表:

RollingForceCal
...............\1
...............\C语言.CPP,0,2010-03-09
...............\kk.cpp,0,2010-03-11
...............\QQ.CPP,0,2010-03-11
...............\简单的轧制力迭代
...............\................\C语言.CPP,961,2009-11-23
...............\................\Debug
...............\................\.....\C语言.obj,7347,2009-12-17
...............\................\.....\kk.obj,3620,2009-12-17
...............\................\.....\ll.obj,2771,2009-12-17
...............\................\.....\QQ.obj,2773,2009-12-17
...............\................\.....\vc60.idb,50176,2010-03-09
...............\................\.....\vc60.pdb,61440,2009-12-17
...............\................\.....\简单的轧制力迭代.exe,241738,2009-12-17
...............\................\.....\简单的轧制力迭代.ilk,265172,2009-12-17
...............\................\head.h,134,2009-11-23
...............\................\kk.cpp,746,2009-11-23
...............\................\ll.cpp,423,2009-11-23
...............\................\QQ.CPP,454,2009-11-23
...............\................\简单的轧制力迭代.dsp,4636,2009-12-17
...............\................\简单的轧制力迭代.dsw,557,2009-12-17
...............\................\简单的轧制力迭代.ncb,41984,2010-03-16
...............\................\简单的轧制力迭代.opt,48640,2010-03-16
...............\................\简单的轧制力迭代.plg,621,2010-03-09
...............\................\简单的轧制力迭代.sln,203,2010-03-11

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

发表评论


0 个回复

  • 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
  • powell
    优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发(Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development)
    2021-04-20 10:18:50下载
    积分:1
  • Task2
    MFC编写的计算器,基本功能都已实现,加速键没有实现(Written in MFC calculator, basic functions have been achieved, not achieved accelerator)
    2011-11-14 22:24:05下载
    积分:1
  • supervisedWSD
    利用贝叶斯分类原理实现多义词的消歧。首先利用训练语料进行训练,然后基于机器已经获取的知识的基础上对生语料进行词义标注。(Realize the principle of the use of Bayesian classification polysemous word sense disambiguation. First of all, the use of training corpus for training, and then the machine has been based on knowledge gained on the basis of corpus for semantic tagging of Health.)
    2008-05-15 19:04:24下载
    积分:1
  • union
    This program is used to find the union, intersection and exclusive OR for given two sorted arrays.
    2009-04-27 00:48:58下载
    积分:1
  • FFT
    提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍(Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times)
    2014-01-07 22:10:34下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • jvzhenlianxi
    实现构建矩阵,矩阵的相加,相减,清零,以及转置,还有相乘的功能。(To build matrix, the matrix addition, subtraction, reset, and transposed, and the function of the multiplication. )
    2012-08-22 09:29:57下载
    积分:1
  • Cellular_automaton_method
    是CA算法的test程序,用于描述微观枝晶长大的代码!(CA algorithm is the test procedure, used to describe the micro-dendrites grew up in the code!)
    2009-09-21 16:02:32下载
    积分:1
  • arithmetic
    arithemetic code on visual c++
    2009-12-20 18:53:54下载
    积分:1
  • 696518资源总数
  • 104554会员总数
  • 21今日下载