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

搜索资源列表

  1. 3Ddwar

    0下载:
  2. 这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-This is a project to use the " three-dimensional space vect
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:5049344
    • 提供者:sunland
  1. dist

    0下载:
  2. 问题描述: 给定m个整数组成的向量A, , ,和另一个由n个整数1 2 , , , m a a L a i a ≤m 1≤ i ≤m 组成的向量B, , 。向量A和B之间的距离dist定义为: 1 2 , , , n b b L b i b ≤ n 1≤ i ≤ n ( ) { }。1 ,1 , min i m j n i j dist A B a b ≤ ≤ ≤ ≤ = − 向量距离问题要求给定向量A和B的距离。 例如,当m=5,n=5,相应向量
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:775816
    • 提供者:skyalone
  1. FOJ

    0下载:
  2. 向量距离,二叉搜索堆,树的先后中序,-Vector distance from the binary search heap, one after another in the sequence tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:1279
    • 提供者:徐毅鹏
  1. fftplot

    0下载:
  2. MATLAB program for fft plot norm of a vector distance between vector amp modulation
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:1648
    • 提供者:Daulappa
  1. dist

    0下载:
  2. 向量距离问题:对于给定的m 个整数m a , a , ,a 1 2  组成的向量A, a m i | |£ ,1 £ i £ m,和另一个由 n个整数n b ,b , ,b 1 2  组成的向量B, b n i | |£ ,1 £ i £ n,试设计一个O(m + n)时间算法, 计算给定向量A和B的距离。-Vector distance problem: For a given m integers
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:62555
    • 提供者:jiam
  1. elevat

    0下载:
  2. ELEVAT calculation for elevation, zenit angle and spatial distance e_az_s=elevat(D,RHO) computes the elevation, the zenit angle and the spatial distance between a satellite(j) and a receiver(i). The receiver position (D) is a 3-by-3 matrix
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:911
    • 提供者:Anuron
  1. paper

    0下载:
  2. RBFNN based technique is tested for faults with wide range of operating conditions and provides accurate results for fault classification and location determination, respectively.-Distance relaying for transmission line using support vector machine
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:238813
    • 提供者:charlie
  1. 40

    0下载:
  2. 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:408756
    • 提供者:qichao
  1. 3DDraw

    0下载:
  2. 这是一个项目时使用到的“三维空间向量/点”类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处. -This is a project to use to the " three-dimensional space
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7289423
    • 提供者:arechi
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. Featureextractionforcomputervisionbasedfiredetecti

    0下载:
  2. 火灾视觉特征的提取是视觉火灾探测中的关键问题. 我们主要研究色彩、纹理以及轮廓脉动 等特征的提取,并提出一种度量轮廓脉动信息的距离模型,该模型在规格化的傅立叶描述子空间能 够准确地度量这种时空闪烁特征. 实验结果表明,该方法具有比较好的鲁棒性,有助于提高视觉火 灾探测的准确率、降低误报漏报率.-Based on investigating color , text ure and temporal feat ures for vision based fire detection ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:819149
    • 提供者:陈卿
  1. 3D

    0下载:
  2. 三维绘图程序.这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-Three-dimensional drawing program. This is a project to
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7286863
    • 提供者:318
  1. 3dGraphics

    0下载:
  2. 这是一整套数学库,包含了向量、矩阵及二维距离、三维距离、二维相交、三维相交的若干问题。-This is a set of math library, contains a vector, matrix, and two-dimensional distance, three-dimensional distance, two-dimensional intersection, three-dimensional intersection of a number of issues.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:600872
    • 提供者:高仲富
  1. SVM_FACE

    0下载:
  2. 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:649650
    • 提供者:郭事业
  1. floyd

    0下载:
  2. Floyd算法,给定多点间距离的矢量矩阵,计算两点之间的最短距离-Floyd algorithm, given the distance between multi-vector matrix, calculating the shortest distance between two points
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1870
    • 提供者:wangzhizhi
  1. 100419

    0下载:
  2. 这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-This is a project to use the " three-dimensional space vect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7477492
    • 提供者:spacebank
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1561803
    • 提供者:Jason Wang
  1. ApplicationsoftheKalmanFilterslgorithmtorobotloca

    0下载:
  2. To model the robot position we wish to know its x and y coordinates and its orientation. These three parameters can be combined into a vector called a state variable vector. The robot uses beacon distance and angle measurements and locomotion i
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:366084
    • 提供者:mohamed
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3252
    • 提供者:bennytang
  1. SunV1

    0下载:
  2. Generate the sun vector in the earth-centered inertial frame. Will output the distance to the sun from the earth if two output arguments are given.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:881
    • 提供者:Huy
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com