CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 三点

搜索资源列表

  1. 知三点求圆心半径

    1下载:
  2. 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30231
    • 提供者:吴敏珊
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明: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. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. 三点不等距插值

    0下载:
  2. 三点不等距插值就是三点之间的距离不同-3:00 interpolation is not equidistant between the three different distances
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:张斌
  1. 三点等距插值

    0下载:
  2. 三点等距插值 距离相等-3:00 equidistant from the same interpolation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:张斌
  1. 51浮点运算程序库

    0下载:
  2. MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-06-24
    • 文件大小:24550
    • 提供者:xyz543
  1. 点云三维重建,用matlab写成的

    17下载:
  2. 点云三维重建,用matlab写成的,效果很好,而且速度也比较快,Point cloud reconstruction, written with matlab, works well, but speed is faster
  3. 所属分类:3D图形编程

    • 发布日期:2012-11-05
    • 文件大小:10077063
    • 提供者:邹润
  1. tinlib_w.将离散点三角化的程序

    1下载:
  2. 将离散点三角化的程序。tinlib_w.有运行示例。做三维地形或模型显示可用,Discrete points, triangulation procedures. tinlib_w. have run the sample. Or do three-dimensional terrain models show the available
  3. 所属分类:3D图形编程

    • 发布日期:2017-04-09
    • 文件大小:1142017
    • 提供者:afei
  1. 求给定三点的三角形的周长、面积

    0下载:
  2. 在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
  3. 所属分类:Windows编程

    • 发布日期:2016-01-24
    • 文件大小:1181
    • 提供者:老大
  1. RLC

    0下载:
  2. 本文所设计的系统是基于AT89C52单片机控制的简易RLC测试仪。为了充分利用单片机的运算和控制功能,方便的实现测量。把参数R、L、C转换成频率信号f,然后用单片机计数后再运算求出R、L、C的值,并送显示。 转换的原理分别是RC振荡电路和电容三点式振荡电路。为了比较准确的测试而频率的计数则是利用等精度数字频率计完成。然后再将结果送单片机运算,并在LED显示器上显示所测得的数值。通过一系列的系统调试,本测试仪到达了测试标准。经过测试, -In this paper, the system d
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:533767
    • 提供者:马天
  1. optimal-esign

    0下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:9414
    • 提供者:刘运量
  1. radius

    0下载:
  2. 已知平面上三点坐标,返回由它们确定的圆的圆心和半径。-Three coordinates of a known plane and return to them determined by the center and radius of a circle.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:1495
    • 提供者:hewei
  1. NumericalAnalysis

    0下载:
  2. 数值分析的m文件,包括一阶 二阶导数的三点 五点公式,中点公式等-Numerical Analysis of m documents, including a second order derivative of the 3 5 point formula, midpoint formula, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:6302
    • 提供者:xd
  1. Location - 复件

    0下载:
  2. Zigbee三点定位算法上位机,VS打开,主要由C++串口助手和MFC界面程序两部分组成(Zigbee three point location algorithm host computer)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:93926400
    • 提供者:陈龙
  1. 三点法攻击机动目标

    0下载:
  2. 三点法攻击机动目标()
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:张小海
  1. func_refwave

    4下载:
  2. 通过三点法求考虑波浪反射作用后的波高,用于结构物前波浪的变形影响分析(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.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:Asion_Ludwick
  1. 三点计算半径

    0下载:
  2. 输入三点坐标,就可以计算出圆心坐标和半径。(WO BU ZHI DAO ZENM XIE YINGWEN SHUOMING)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:5120
    • 提供者:king77
  1. 三点一圆

    0下载:
  2. 已知三点坐标,求圆心坐标,不管是在哪个象限都可以实现(Known coordinates of three points, center coordinates)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:47104
    • 提供者:skyboy225
  1. 三点法求产状

    1下载:
  2. 用三点法求解岩石产状。知道某岩石的基本信息求解其产状(Three-point method for seeking birth)
  3. 所属分类:Windows编程

    • 发布日期:2020-07-07
    • 文件大小:147456
    • 提供者:里中静流
  1. 三点定位MATLAB代码

    2下载:
  2. 三点定位算法,利用MATLAB进行仿真,亲测有效。。。(Three-point positioning algorithm, using MATLAB for simulation, pro-test effective)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-10
    • 文件大小:2048
    • 提供者:拾光
  1. 三点平滑

    1下载:
  2. matlab实列,三点平滑处理分析,得到对信号的平滑处理
  3. 所属分类:matlab例程

    • 发布日期:2021-05-08
    • 文件大小:450
    • 提供者:tianxtryx
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com