CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - distance function

搜索资源列表

  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1.17kb
    • 提供者:王靖
  1. java

    0下载:
  2. 创建一个point,用随机函数定义5对坐标(x,y)并储存在一个该类的数组中,安于原点的距离从远到近输出各点的坐标和原点的距离-Create a point, with random function definitions 5 on coordinates (x, y) and stored in a such an array, the distance from the origin of the content with far to nearly output of different
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:620byte
    • 提供者:于亮
  1. kzhouqilvbo

    0下载:
  2. 提出用照相缩微法制作一个小孔距对称双圆孔作为待测透镜傅里叶变换输入函数,利 用其傅里叶变换频谱面上的干涉条纹间距的测量值计算透镜焦距。该法装置简单,调节方便,测 量精度较高。分析了测量原理和测量误差,并给出了与理论分析相符的结果。 -Proposed method microfilm camera, a small hole as a Distance symmetric double Fourier transform lens under test input function,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:178.43kb
    • 提供者:陈建军
  1. 1

    0下载:
  2. 设计一个描述点的类,其中包含一对坐标点数据成员、一个求两个点之间距离的友元函数和显示坐标点的成员函数,并编程测试。 解题思路: 计算两点(a,b)和(c,d)之间的距离,依据勾股定理可得公式: 并定义坐标点类的友元函数来计算两点间的距离。 -Design a descr iptive point of the class, which includes a pair of coordinates of points, data members, one for the d
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:970byte
    • 提供者:fanxiu
  1. 1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981byte
    • 提供者:李伟
  1. location

    0下载:
  2. 设计一个表示直角坐标系上点的位置的Location类,计算两个坐标系上点对象A和B之间的距离。要求用成员函数Distance()求距离。在main()中,分别用对象、指针、引用三种方法定义和使用对象A和B。-Said the design of a Cartesian coordinate system on the location of the point of Location categories, calculated on the two coordinate system obje
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3.32kb
    • 提供者:zyp
  1. youyuan

    0下载:
  2. 本函数实现的功能是用C++中的友员函数计算两点之间的距离。程序简单使用,欢迎参考。-The function of the realization of this function is in C++ member function of the Friends of the distance between two points. Simple to use, please reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:109.21kb
    • 提供者:nevill
  1. HitTestLine

    0下载:
  2. 测试鼠标是否点击到直线上。仅仅是提供了一个函数,有需要的朋友只需要载入这个函数即可。 计算的方法是利用点到直线的距离公式。-Test whether the mouse click to the line. Merely provides a function, a friend in need this function only needs to load. Method of calculation is the use of point to line distance formul
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:621byte
    • 提供者:Lix
  1. kld

    1下载:
  2. This function calculates the Kullback Leibler divergence distance for Gaussians.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:636byte
    • 提供者:ANU
  1. kcy

    1下载:
  2. 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:chongzi
  1. zuobiaoxi

    1下载:
  2. 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出提供功能的结果。(求以点(1,1)为极坐标原点,点(5,5)的极坐标)-Will be a point on the Cartesian coordinate system is defined as a service class Point, Point class
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.74kb
    • 提供者:阿豆
  1. p01

    0下载:
  2. 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.12kb
    • 提供者:月月
  1. my_navigation

    0下载:
  2. 车载导航功能模块,可以实现转弯、前方距离提醒、下一路段类别等功能-Car navigation function modules that can achieve the turn, in front of the distance to remind the next section of types of functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:196.57kb
    • 提供者:hubanbei
  1. Point

    0下载:
  2. 利用随机函数定义10对(x,y)值,由此创建的Point类实例存入一个数组中,按与原点(0,0)的距离由小到大的顺序输出所有的点及到原点的距离。-Random function is defined using 10 pairs (x, y) value, thus creating the Point class instance into an array, according to the origin (0,0) the order from small to large output
  3. 所属分类:Other systems

    • 发布日期:2016-01-25
    • 文件大小:548byte
    • 提供者:祁杰
  1. Levenshtein-Distance

    0下载:
  2. SA算法实现编辑距离功能,压缩包内有两个版本,一个只实现编辑距离的求解,一个在实现编辑距离的计算同时,还将具体的编剧过程打印出来-Edit distance function SA algorithm, compressed package comes in two versions, one only solving edit distance, an edit distance calculation the same time, will also be specific screenwr
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:10.95mb
    • 提供者:yuhuan
  1. function-d

    0下载:
  2. 这些测距离程序,可以用来检测语音识别系统-These measurement distance procedures can be used to detect a speech recognition system
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:李佳宸
  1. kmeansclustering

    0下载:
  2. 这种算法,可以将图像分成集群,随机使用 centroide,选择每个像素的距离函数.-This algorithm, the image can be divided into clusters, random use centroide, a distance function for each pixel.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:24.86kb
    • 提供者:白崇漠
  1. distance

    0下载:
  2. C++编写的用友元函数和成员函数实现两点间的距离计算。-C to achieve the function of the realization of the function of the member and the realization of the distance between two points
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:946byte
    • 提供者:小贝
  1. aco

    0下载:
  2. spd描述子,ACO算法匹配,文件中包含其他的描述子(形状上下文。。。),同时距离函数包括欧式距离和卡方距离(The SPD descr iptor matches the ACO algorithm, and the file contains other descr iptors (shape context) At the same time, the distance function includes Euclidean distance and chi square distance
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:456kb
    • 提供者:huisedetian
  1. DS

    2下载:
  2. 基于证据体距离函数的选择和证据支持度的修正的一种改进的合成方法。首先引入明氏距离作为证据体距离函数,求出系统中证据的支持度,然后根据支持度标准差对支持度进行修正,最后利用归一化得到的证据可信度对系统的证据加权平均,再利用DS公式进行合成。实验结果表明,该方法提高了证据的有效性和可靠性。(A modified method is proposed based on the choice of distance function of evidences and correction of the
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6kb
    • 提供者:Peachwin
« 12 3 4 »
搜珍网 www.dssz.com