搜索资源列表

  1. 两点间距离公式

    0下载:
  2. 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62209
    • 提供者:冰城
  1. 几何算法

    0下载:
  2. 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:阿娇
  1. 两点间距离公式

    0下载:
  2. 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:1969152
    • 提供者:冰城
  1. all_Way

    0下载:
  2. 求两点之间的所有路径,采用dfs深度搜索加回溯-Find all paths between two points, the depth of the search plus backtracking by dfs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-30
    • 文件大小:1258496
    • 提供者:Mata Fu
  1. matlab计算飞行航程

    0下载:
  2. 计算地球上两地的距离,利用MATLAB的功能,将地球上两点的球坐标进行转换,再用球面距离公式计算
  3. 所属分类:matlab例程

  1. auto-district

    0下载:
  2. catia自动测量两点间距离宏小程序,可以此批量测量线条并在指定位置生成数值。需要请联系2290899052的qq(two points macrotwo points macro)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:annsy
  1. Dijkstra算法求任意两点间最短路径

    0下载:
  2. dijkstra算法,解决两点间最短路的问题(Dijkstra algorithm to solve the problem of the shortest path between two points)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-30
    • 文件大小:34816
    • 提供者:miracleo
  1. Distance

    0下载:
  2. 提示输入任意两个点,然后显示两点间的距离。(Enter x1,y1,x2,y2,and get the distance between the two points.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-30
    • 文件大小:10240
    • 提供者:fsw
  1. 计算两点间距离.java

    0下载:
  2. 计算两点距离,需要点1的坐标和点2的坐标值(caculate the distance of two points)
  3. 所属分类:文档资料

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:12011
  1. bvp4c求两点边值问题

    0下载:
  2. 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-30
    • 文件大小:13312
    • 提供者:马英成
  1. GpsCalculate

    0下载:
  2. 通过输入CPS 测量的经纬度,就可以得到两点的距离和北向角度(By entering the latitude and longitude measured by the CPS, the distance between two points and the north angle can be obtained.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:成都自信
  1. liangdianjioadu (2)

    0下载:
  2. 用户在计算两点角度的时候,通过两点坐标来判断两点与坐标系的夹角(When the user calculates two points of angle, the angle between two points and the coordinate system is judged by two points.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-30
    • 文件大小:1128448
    • 提供者:勇士无敌
  1. TestDistance

    0下载:
  2. 根据gps坐标计算两点距离 需要的拿去(gps distance for everyone)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:169984
    • 提供者:0.6
  1. dist

    0下载:
  2. 用最短路径算法算出特定两点之间的距离 输入:直接读取net.in文件 第一行为四个整数N,M,S,T,每两个整数之间用一个空格隔开,分别表示网络的节点(编号为1到N),网络线段数,以及起点终点编号 接下来M行,每行三个整数U,V,D,每个整数之间用空格隔开,表示节点U和V之间有一条线路相连,距离是D,(两个节点可能有多条线路) 输出:直接写入到net.out文件,输出只有一行,表示从S点到T点的最短距离(如果不通则输出-1)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-30
    • 文件大小:3334144
    • 提供者:kelin6
  1. 求两点之间的距离

    0下载:
  2. 求任意两点之间距离的程序,可以求解坐标系内任意点之间的距离方法(A program for finding the distance between any two points)
  3. 所属分类:其他小程序

  1. 差分法求解两点狄利克雷边值问题

    0下载:
  2. 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:杨小歪
  1. 差分法求解两点混合边值问题

    0下载:
  2. 应用差分法求解两点混合边值问题的程序。。(A program for solving two point mixed boundary value problem by difference method.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:杨小歪
  1. 图像两点像素距离和实际距离的转换

    0下载:
  2. 载入任意图像,在图像上自由选取任意两点,自动测量图像的像素距离(pixel)和进行实际距离(mm)的转换程序,C#写的,导入VS项目中直接运行可见效果。(Load any image, select any two points freely on the image, automatically measure the pixel distance of the image and carry out the conversion p
  3. 所属分类:书籍源码

  1. lliangdianfa

    0下载:
  2. 通过两点法 计算水波的反射系数 海洋工程领域实用代码(The reflection coefficient calculation by two points method. Useful code for ocean engineering.)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:BXD123
  1. K-means

    0下载:
  2. 通过经纬度计算球体上两点距离,计算速度很快(Calculating the distance between two points on the sphere through latitude and longitude is very fast)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:58368
    • 提供者:行莫邪
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org