登录
首页 » Fortran » source_code_of_advanced_computational_mechanics

source_code_of_advanced_computational_mechanics

于 2020-10-09 发布 文件大小:18KB
0 209
下载积分: 1 下载次数: 44

代码说明:

  《高等计算力学》教材的源程序,非线性有限元计算程序(" Advanced Computational Mechanics" of the source material)

文件列表:

《高等计算力学》(杨庆生)示例程序
..................................\T1.FOR,5077,1988-05-28
..................................\T2.FOR,7661,1988-05-31
..................................\T3.FOR,3019,1988-05-28
..................................\T4.FOR,8509,1988-06-03
..................................\T5.FOR,9890,1988-05-31
..................................\T6.FOR,3823,1988-06-02
..................................\T7.FOR,6027,1988-06-15
..................................\T8.FOR,11785,1988-06-13
..................................\TT.FOR,4505,1988-06-15

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

发表评论

0 个回复

  • FSV
    说明:  特征选择验证(FSV:Feature Selective Validation)方法是IEEE标准1597.1所确立的电磁仿真有效性评估体系的核心方法,该程序采用matlab实现了FSV方法的可信度分析,可用于两组数据之间的相似度分析。(FSV (feature selective validation) method is the core method of the effectiveness evaluation system of electromagnetic simulation established by IEEE standard 1597.1. The program uses MATLAB to realize the reliability analysis of FSV method, which can be used for the similarity analysis between two groups of data.)
    2021-04-23 10:48:48下载
    积分:1
  • Euler_JST_Runge-kutta
    说明:  计算流体力学基础中的二维欧拉方程求解程序,对流项离散采用JST格式,时间离散采用显示 Runge-Kutta法。(To calculate the two-dimensional Eula equation solver in the basis of fluid mechanics, the flow item discrete is in JST format and the time discrete is shown runge-Kutta method.)
    2021-03-22 19:49:16下载
    积分:1
  • Computational-Science-codes
    开发环境没有可选项,fortran90,Fortran_90_and_Computational_Science-_codes(Computational Science codes by fortran90 )
    2013-10-10 17:07:12下载
    积分:1
  • wenjian
    汽车油耗计算(C实现)对于家用经济型小轿车来说,统计油耗是经常做的一件事。本题目要求根据汽油单价、每次加油所用钱数,以及该次加的油所跑里程数计算出该车的百公里油耗,并进行保存,根据需要给出统计数据。(Vehicle fuel consumption calculation (C implementation) for the household economy cars, the fuel consumption statistics is often one of the things. The questions asked based on gasoline price, amount of money each fuel used, and the second oil added to calculate the mileage run car 100 km fuel consumption, and save, according to the need to give statistics.)
    2011-12-15 16:45:12下载
    积分:1
  • K_SIRP
    说明:  SIRP法仿真K分布杂波,之前有下载过类似的,但是建立非线性表时的函数定义是有错误的,进行了修改,可以得到较好的估计效果(Simulating K distribution clutter by SIRP, similar to the code which been downloaded before, but when the establishment of non-linear function is wrong and modified, you can get a better estimate effect )
    2009-07-22 10:20:37下载
    积分:1
  • Linear-programming
    线性规划matlab算法,包括单纯形法,修正单纯形法,大M法,变量有界单纯形法。(Matlab algorithm of linear programming, including the simplex method, revised simplex method, big-M method, the variable bounded simplex method.)
    2012-06-04 14:04:27下载
    积分:1
  • DLT057
    利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)
    2011-05-19 10:18:50下载
    积分:1
  • MagneticInduction
    计算磁铁在线圈经过时,感生电压和磁铁位置的关系,即电磁感应系数(when a magnet passes by a coil, to calculate the induced voltage)
    2018-05-28 22:28:36下载
    积分:1
  • Lagrange
    使用拉格朗日乘子法解约束优化问题,例子是最优化问题,有3个线性约束(Using the Lagrange multiplier method to solve the constrained optimization problem)
    2018-04-06 15:42:47下载
    积分:1
  • kalman
    说明:  本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。(This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering method, which uses state-space description of systems, algorithms using recursive mechanisms, data storage a small amount of success in the navigation area of the application.)
    2009-09-03 21:29:38下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载