▍1. Numerical Recipes in Fortran 77
fortran数值计算方面的一本好书,计算机数值算法的圣经。(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition Volume 1 of Fortran Numerical Recipes)
fortran数值计算方面的一本好书,计算机数值算法的圣经。(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition Volume 1 of Fortran Numerical Recipes)
计算流体力学软件Fluent中所有的曳力模型UDF程序(Fluent CFD software, all of the drag model for UDF)
实现任意结构阵列的恒定束宽波束形成法,采用贝塞尔函数分解(Realize the structure of arrays of arbitrary constant beamwidth beamforming method, the use of Bessel function decomposition)
基于二阶锥约束的方向不变恒定束宽波束形成(Based on the direction of the same second-order cone constraint constant beamwidth beamforming)
利用abaqus二次开发平台,利用for语言编写的混凝土弹性本构(Use abaqus secondary development platform, the use of language for concrete elastic constitutive)
利用for语言精确模拟混凝土的全过程弹性本构(Accurate simulation of the whole process of elastic constitutive of concrete by for language)
说明: 非线性振动.pdf 刘延柱编写 恢复力与位移不成正比或阻尼力不与速度一次方成正比的系统的振动。尽管线性振动理论早已相当完善,在工程上也已取得广泛和卓有成效的应用,但在实际问题中,总有一些用线性理论无法解释的现象。一般说,线性模型只适用于小运动范围,起出这一范围,按线性问题处理就不仅在量上会引起较大误差,而且有时还会出现质上的差异,这就促使人们研究非线性振动。(Nonlinear Vibration. Compilation of PDF Liu Yanzhu)
自己编写的振动响应计算的matlab程序,可以运行,结果正确。(dynamic response of the system using matlab。)
电容层析成像Tikhonov算法的演示实例,带有详细的说明(An example of a demonstration of the Tikhonov algorithm for capacitance tomography, with a detailed description)
这些代码主要是解决数学建模中存在的一些普遍问题的。(These codes mainly deal with some common problems in mathematical modeling)
电网络理论程序 matlab 半动态及动态节点编号优化 NODE为节点关系表 无错误,低警告(Electrical network theory the program matlab semi-dynamic and dynamic node numbering optimization the NODE node relational tables error-free, low-warning)
计算按频率抽取的基4快速傅里叶变换算法,与基2FFT相比,基4FFT的乘法量约减少25 。(Calculating frequency taken by fast Fourier transform algorithm base 4, compared with the base 2FFT the base 4FFT multiplication about 25 less.)
随机有限元理论教材,是学习随机有限元及可靠度理论的不错东东 (Stochastic finite element theory of teaching materials, are studying stochastic finite element and reliability theory is true Dongdong)
MATLAB 下的视觉伺服算法,主要是基于图像的视觉伺服(visual servo alrigritho,mainly is the image based visual servo)
说明: 插补算法 步进电机控制算法 很好的资料(PWM 1234567891010101010101010101)
编写求取下述矩阵四叉树四进制M码和十进制码程序,并将运算结果返回。 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 4, 4, 5, 5, 1, 1, 1, 1, 4, 4, 5, 5, 6, 6, 7, 8,13,13,14,14, 6, 6, 9,10,13,13,14,14, 11,11,12,12,15,16,19,19, 11,11,12,12,17,18,19,19 (Prepared to strike the following matrix quadtree quaternary M code decimal code and procedures, and the operation result returned. 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 4, 4, 5, 5, 1, 1, 1, 1, 4, 4, 5, 5, 6, 6, 7, 8,13,13,14,14, 6, 6, 9,10,13,13,14,14, 11, 11, 12,12,15,16,19,19, 11,11,12,12,17,18,19,19)