搜索资源列表
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
三点不等距插值
- 三点不等距插值就是三点之间的距离不同-3:00 interpolation is not equidistant between the three different distances
三点等距插值
- 三点等距插值 距离相等-3:00 equidistant from the same interpolation
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
求给定三点的三角形的周长、面积
- 在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。,Trianglele categories defined in the Point of the three entities to express a triangle of three points, and then define a method setTri t
RLC
- 本文所设计的系统是基于AT89C52单片机控制的简易RLC测试仪。为了充分利用单片机的运算和控制功能,方便的实现测量。把参数R、L、C转换成频率信号f,然后用单片机计数后再运算求出R、L、C的值,并送显示。 转换的原理分别是RC振荡电路和电容三点式振荡电路。为了比较准确的测试而频率的计数则是利用等精度数字频率计完成。然后再将结果送单片机运算,并在LED显示器上显示所测得的数值。通过一系列的系统调试,本测试仪到达了测试标准。经过测试, -In this paper, the system d
optimal-esign
- C语言实现机械优化设计,六种一维方法。黄金分割法、平分法、三点二次插值法、三点三次插值法、割线法、抛物线法。-C-mechanical optimization design, the six one-dimensional approach. Golden section method, split method, 3.2 times interpolation method, 3.3 times interpolation method, secant method, the parabol
radius
- 已知平面上三点坐标,返回由它们确定的圆的圆心和半径。-Three coordinates of a known plane and return to them determined by the center and radius of a circle.
NumericalAnalysis
- 数值分析的m文件,包括一阶 二阶导数的三点 五点公式,中点公式等-Numerical Analysis of m documents, including a second order derivative of the 3 5 point formula, midpoint formula, etc.
Location - 复件
- Zigbee三点定位算法上位机,VS打开,主要由C++串口助手和MFC界面程序两部分组成(Zigbee three point location algorithm host computer)
三点法攻击机动目标
- 三点法攻击机动目标()
func_refwave
- 通过三点法求考虑波浪反射作用后的波高,用于结构物前波浪的变形影响分析(The wave height after the wave reflection is considered by the three point method, and it is used to analyze the influence of wave deformation before the structure.)
三点计算半径
- 输入三点坐标,就可以计算出圆心坐标和半径。(WO BU ZHI DAO ZENM XIE YINGWEN SHUOMING)
三点一圆
- 已知三点坐标,求圆心坐标,不管是在哪个象限都可以实现(Known coordinates of three points, center coordinates)
3点法求解坐标转换参数(7参数 严密直解)
- 三点法求解坐标转换参数的算法代码 (7参数 严密直解)(Algorithm code for solving coordinate transformation parameters by three point method)
ch07_8OccurrenceFrom_List
- 三点法确定岩层产状的一个小窗口程序,可以计算岩层的倾角、走向、倾向的要素。编得一般(A small window procedure for determining the occurrence of strata by three point method)
三点法求产状
- 用三点法求解岩石产状。知道某岩石的基本信息求解其产状(Three-point method for seeking birth)
三点定位MATLAB代码
- 三点定位算法,利用MATLAB进行仿真,亲测有效。。。(Three-point positioning algorithm, using MATLAB for simulation, pro-test effective)
三点平滑
- matlab实列,三点平滑处理分析,得到对信号的平滑处理