-
公约数
说明: 用C语言实现计算两个数字的最大公约数,代码简单简洁,适合初学者学习。(C language is used to calculate the maximum common divisor of two digits. The code is simple and concise. It is suitable for beginners to learn.)
- 2020-06-21 16:20:01下载
- 积分:1
-
c_and_f
c/C++跟fortran语言之间的一些转换(c/C fortran language with the conversion between)
- 2007-05-31 13:46:32下载
- 积分:1
-
5
说明:
★问题描述:
给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直
线距离。例如(0,0) (3,4)的距离为5.
★数据输入:
有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明
输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000
0,0<=|x_i|,|y_i|<=10^9)
★结果输出:
输出一个浮点数,表示最近点对的距离除以2,保留2 位小数(四舍五入)。
- 2013-12-03 14:57:02下载
- 积分:1
-
UEL_XFEM
本例是研究断裂问题的ABAQUS 子程序代码,使用Fortran语言编辑,研究扩展有限元的同志们可以借鉴一下。(This example is the study of fracture problems ABAQUS subroutine code, Fortran language editing, extended finite element study comrades can learn it.)
- 2016-04-23 16:47:07下载
- 积分:1
-
gps_position
GPS卡尔曼滤波仿真
read eph_data (GPS Kalman filter simulation read eph_data)
- 2009-07-14 16:53:01下载
- 积分:1
-
support
转子动力学研究中完整的支承松动数值仿真程序(Rotor dynamics study supports the complete relaxation of numerical simulation program)
- 2021-02-17 16:39:46下载
- 积分:1
-
exa_fml_ortho_damage_umat
ABAQUS纤维增强复合材料损伤失效UMAT(ABAQUS UMAT subroutine for fiber-reinforced composite failure analysis)
- 2016-07-10 17:31:36下载
- 积分:1
-
example1
有限元平面问题的求解相关程序。
包括质量矩阵,刚度矩阵,主程序,绘图程序等。(Finite element solution of plane problems related procedures. Including the mass matrix, stiffness matrix, the main program, mapping procedures.)
- 2021-05-06 16:31:53下载
- 积分:1
-
demo
This is a simple mergesort code. It contains four directory. In the "lib" directory, there re two source code that can serve as timer and memory usage indicater. In the "src" directory, function "mergesort" can perform merge sort, while there s also a main function to execute it.
- 2012-04-29 12:12:55下载
- 积分:1
-
fftAna
FFT(Fast Fourier Transformation)是离散傅氏变换(DFT)的快速算法 [1] 。即为快速傅氏变换。它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。(FFT (Fast Fourier Transform) is a fast algorithm of discrete Fourier Transform (DFT). That is fast Fourier transform. According to the odd, even, imaginary and real characteristics of discrete Fourier transform, the algorithm of discrete Fourier transform is improved.)
- 2020-06-21 06:00:02下载
- 积分:1