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

搜索资源列表

  1. snake

    0下载:
  2. 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:侯汶杉
  1. zhinengchi

    0下载:
  2. 本次设计的简易智能电动车,采用AT89S52单片机作为小车的检测和控制核心;采用金属感应器TL-Q5MC来检测路上感应到的铁片,从而把反馈到的信号送单片机,使单片机按照预定的工作模式控制小车在各区域按预定的速度行驶,并且单片机选择的工作模式不同也可控制小车顺着S形铁片行驶;采用霍尔元件A44E检测小车行驶速度;采用1602LCD实时显示小车行驶的时间,小车停止行驶后,轮流显示小车行驶时间、行驶距离、平均速度以及各速度区行驶的时间-The simple design of the smart el
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:371.46kb
    • 提供者:郭召生
  1. leipingjun

    0下载:
  2. 利用类平均距离法,对遥感图像进行分类,操作时调用函数-Use the average distance category, the classification of remote sensing images, call the function when
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.01kb
    • 提供者:sun
  1. li

    0下载:
  2. 1、设计一个卡车类Truck,其中含有数据成员s和h,分别表示卡车的时速和行驶的时间,使用类的成员函数kilo计算卡车行驶的总路程,并完成在main()函数中的相应调用。 2、FangWu类描述房屋这一概念,其中数据成员L和W表示房屋的长与宽,成员函数Area()计算房屋的面积。PersonFW类描述住户这一概念,它是FangWu的派生类,PersonFW类中新增数据成员number表示房屋所住的人数,成员函数Average()计算人均面积。请用C++代码描述这两个类。不必写出main()函
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1.12kb
    • 提供者:李宁
  1. cluster_by_distances

    0下载:
  2. 通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。 除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinate
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.76kb
    • 提供者:陈雷
  1. distanse

    0下载:
  2. 用于计算一段序列中cpg间的平均距离,用于计算一段序列中cpg间的平均距离-Section of the sequence used to calculate the average distance between cpg, cpg used to calculate a sequence the average distance between the
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:570byte
    • 提供者:ccccc
  1. Client

    0下载:
  2. This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance Pack
  3. 所属分类:.net

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:sathiyaraj124
  1. GPS

    2下载:
  2. GPS NMEA协议处理框架,可从COM,Txt,TCP作为信号源,实现卡尔曼滤波,平均距离过滤算法-GPS NMEA protocol processing framework, as a source from COM, TXT, TCP, Kalman filtering, the average distance filtering algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:977.85kb
    • 提供者:liuyu
  1. shiyan1

    0下载:
  2. 地球的平均半径为6371千米,已知地球上两个城市A、B的经度和纬度,编程序求出这两个城市之间的地面距离-Earth' s average radius of 6,371 kilometers, the two cities are known on Earth A, B longitude and latitude programmed find this ground distance between the two cities
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:1.07kb
    • 提供者:许之上
  1. Average-is-not-Fast-Enough

    0下载:
  2. The first line of the input specifies the number of sections n followed by the total distance of the relay d in kilometers. You may safely assume that 1 <= n <= 20 and 0.0 < d < 200.0. -The first line of the input specifies the number of
  3. 所属分类:Other systems

  1. average_dist

    0下载:
  2. UG二次开发,求点的平均距离,适合二次开发初学者-UG secondary development, find the point of the average distance for secondary development for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:何猛
  1. marathon_record

    0下载:
  2. 一个可以简单输入姓名,路跑距离后,计算跑者的平均速度和配速-this application can simply enter the name, the distance you run, calculate the average speed of runner s path
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:11.8kb
    • 提供者:LanBo
  1. psbPlot

    0下载:
  2. Creating precision/recall plots psbPlot provides a program for generating precision-recall plots from a classification and a distance matrix. Plots can be created for each model, each class, or an overall average (the default). Run the program a
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:37.65kb
    • 提供者:dss
  1. jsj11234_6

    0下载:
  2. 设计程序模拟先来先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的工作过程。假设有n个磁道号所组成的磁道访问序列,给定开始磁道号m和磁头移动的方向(正向或者反向),分别利用不同的磁盘调度算法访问磁道序列,给出每一次访问的磁头移动距离,计算每种算法的平均寻道长度。-Design program to simulate the first come first served FCFS, shortest seek time first SSTF, the working proc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:37.85kb
    • 提供者:ddddddd4
  1. TMD277X-back

    0下载:
  2. TMD27713驱动光线传感器的驱动基于MSP430单片机,I2C光接近传感器,LTR-501ALS-01二合一距离传感器配一颗LTE-C216R-14光宝红外发射管。好处是把发射LED的公差减至最低,同时有高感度侦测环境光功能。其主要功能在于根据环境光调节背光亮度。 -The APDS-9900/9901 provides digital ambient light sensing (ALS), IR LED and a complete proximity detection
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:76.72kb
    • 提供者:dengqilong
  1. avd-

    0下载:
  2. PCL点云求取平均距离,结合VS2010平台-PCL point cloud obtaining the average distance, combined with VS2010 platform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:641byte
    • 提供者:付德
  1. 混合动力电动汽车行驶工况分析与识别

    0下载:
  2. 提出了“工况块”的概念, 用工况的平均行驶车速和行驶距离作为特 征参数, 将统计的理论工况进行分类, 通过模糊控制器, 对实际工况进行模糊分析, 将其划 为对应的某一类. 为更准确地反映行驶工况, 还提出以时间、距离、最大车速等10个参数 作为工况的相关特性参数, 用聚类分析的方法对车辆行驶工况的类别进行了更细致的分 析和辨识.(The concept of "working condition block" is put forward, and the average d
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:258kb
    • 提供者:张憧
  1. 平均路径

    0下载:
  2. 求解复杂网络中网络整体的平均距离的问题。(Solving the problem of the average distance in the complex network)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:陌上花早
  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
  1. 归档

    0下载:
  2. 做数理统计不是很久,自己照着公式敲了几个代码想放上来,一是分享分享 当然主要是想请大佬看看是不是有问题,我总感觉滑动t看起来怪怪的。。可我完全是照书上公式来的。 abruptChange内部包含了M-K,滑动t,yamamoto(山本) trend里面没什么可看的东西。。就一元线性回归,滑动平均和累积距平(It is not very long ago to do mathematical statistics. Of course, I want to ask the big guys
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3kb
    • 提供者:蓝兰兰
« 12 »
搜珍网 www.dssz.com