搜索资源列表
NuclearFitting
- 核辐射中仪器标定时用到的最小二乘拟合法,coords.txt是实验得出的数据!该方法可求出拟合直线的斜率和截距。-Nuclear radiation instrumentation calibration when used least-squares fitting, coords.txt are derived from experimental data! This method can be obtained fitting a straight line of slope and in
lzxjd
- 用VB 编的计算两条直线交点坐标的程序,只要输入两直线的斜率(k)和截距(b),就能打印出两条直线,并计算出交点的坐标。-VB calculations made by the two straight-line intersection coordinates procedures, as long as the two enter the slope of a straight line (k) and intercept (b), will be able to print out two
xianjiefaqiujiefangcheng
- 运用数学中弦截法求解方程解,效率较高,算法执行效率良好-Solving equations using chord intercept solutions, more efficient
AI
- 导弹拦截飞机的源代码,通过算出两者间的距离,时间差,速度,利用拦截算法算出相关数值,从而实现-Aircraft missiles to intercept the source code, through the calculated distance between the two, the time difference, speed, calculated using the relevant numerical algorithm block in order to achieve
least-squares
- * FILE: least-squares.c * This program computes a linear model for a set of given data. * * PROBLEM DEscr iptION: * The method of least squares is a standard technique used to find * the equation of a straight line from a set of data.
ls(linear)
- VC写的最小二乘法线性拟合的代码,输入点坐标,输出斜率和截距-the least-squares linear fit code writed with VC, input coordinates, the output slope and intercept
string-cross-method
- Fortran语言下的牛顿迭代方法程序和弦截法程序代码-Fortran, methods and procedures under the Newton iteration method chord intercept program code
calc_angle
- CALC INTERCEPT ANGLE
calc_intercept
- CALC INTERCEPT BETWEEN TWO POINTS
main.cpp
- (1) 编写用Newton迭代和弦截法解非线性方程的通用程序-1) write a general procedure for solving nonlinear equations by using the Newton iterative chord intercept method