搜索资源列表
multiplation
- 设X和Y都是n位的二进制整数,现在要计算它们的乘积XY.我们将n位的二进制整数X和Y各分为2段,每段的长为n/2位
interpolation
- Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量
kalman_c
- 卡尔曼滤波算法,C语言例程,卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全及包含雜訊的测量中,估计动态系统的状态-EDOM way the XY axis gyroscope specifications. X-/Y-Out Pins: 2000 °/s full scale range 0.5mV/°/s sensitivity X/Y4.5Out Pins: 440 °/s full scale range 2.27mV/°/s sensitivity
changecord
- 经纬度BL换算到高斯平面直角坐标XY(高斯投影正算)的源码及算法-BL converted to latitude and longitude Gaussian plane rectangular coordinates XY (Gauss projection is counting) the source code and algorithm
xielv
- 数学计算斜率的一个简易软件,通过它可以计算斜率,还可以计算偏离量,以及XY。-The slope of a simple mathematical calculation software, through which can calculate the slope, but also can calculate the deviation, as well as XY.
13-7
- 计算电流环产生的磁场分布实例,电流环在y-z平面上,环心过原点O,半径RH,通过电流I0,Z=0处x-y平面上的磁场分布-Calculate the distribution of the magnetic field produced by current loop example, the current ring in the yz plane, ring heart through the origin O, the radius RH, by current I0, Z = 0 Chu
code
- 用偏微分方程法实现 x-y 平面上的给定的椭圆区域的结构化网格划分.同时在控制函数中设置某些参数,还可以实现网格的整体的移动或局部的吸引。-With partial differential equations method to achieve a given xy plane elliptical region structured mesh. While in the control function to set some parameters, but also allows the
EXAM1
- 直角坐标中二维稳态无内热源的导热,四个边界上的温度已知,T=x+y+xy求区域中的温度分布。 -Steady two-dimensional Cartesian coordinates of the thermal conductivity without internal heat source, the temperature of the four known on the boundary, T = x+ y+ xy find the temperature distribution
2D-xy-model-beta1.0
- C语言实现统计力学中2维xy模型计算,采用蒙特卡洛算法-C language implementation of two-dimensional xy model in statistical mechanics calculations, using the Monte Carlo algorithm
max
- 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
Marsaglia
- Marsaglia方法对球面间接抽样,并且在x-y平面上投影-The Marsaglia Method spherical indirect sampling, and is projected on the xy plane
fitellipse(two-method)
- 我收集的老外编的椭圆拟合算法,C++实现,输入一组XY数据就能求出椭圆参数-I collected foreigner series the oval fitting algorithm, C++, achieve
XY
- 自己编的一个用于计算等差坐标的一个程序,可以用于直角坐标的生成,非常方便,内有附加的测试结果,很不错,结果可以在tecplot中查看-Own a series of a program used to calculate the arithmetic coordinates, can be used for the generation of Cartesian coordinates, very convenient, with additional test results, very go
GAUSSJ
- 线性方程组的解法 全主元高斯-约当(Gauss-Jordan)消去法 用高斯-约当消去法求解A[XY]=[BI],其中A为n*n非奇异矩阵,B为n*m矩阵,均已知;X(n*m),Y(n*n)未知。-Solution of linear equations the main yuan Gaussian- Jordan (Gauss-Jordan) elimination method Gauss- Jordan elimination method to solve A [XY] = [B
cubic-spline-interpolation
- 用途:根据现有x-y系列,通过三次样条差值,得出对应X0系列的Y0系列-Purpose: Under the existing xy series by cubic spline difference, draw the corresponding series X0 Y0 series
NSEDFEllipsoid
- NSEDFEllipsoid是基于NESEDF椭圆拟合方法改进的椭球拟合方法。 函数alpha = NSEDFEllipsoid(X,Y,Z)根据椭球代数距离公式a(1)x^2 + a(2)y^2 + a(3)z^2 + a(4)xy + a(5)xz + a(6)yz + a(7)x + a(8)y + a(9)z + a(10) = 0拟合得到椭球方程的10个系数,其中X、Y、Z是采样点坐标的列向量集合。 -NSEDFEllipsoid fits ellipsoid based on
cohe3d
- 三维粘结面生成程序。可以在Ansys等商业软件生成的随机网格间插入粘结面。使用时将ansys中的节点坐标和网格信息分别导入到XY0.txt和IJM0.txt中,运行PREP_triangle_cohesive.m,新的网格信息在XY和IJM中。-To generate 3D cohesive surface in mesh generated by Ansys. First store node list and element list in XY0.txt and IJM0.txt中,run