搜索资源列表

  1. modifiedaodv

    0下载:
  2. the code of Ad Hoc On-demand Distance Vector (AODV) routing protocol for mobile ad hoc networks-the code of Ad Hoc On-demand Distance Vector (AODV) routing protocol for mobile ad hoc networks
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:hosm
  1. 111

    0下载:
  2. 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:874496
    • 提供者:yangq
  1. RSSI

    0下载:
  2. 基于RSSI的定位,已知发射节点的发射信号强度, 接收节点根据接收信号的强度, 计算出传播损耗, 利用理论的或经验的信号传播模型将传播损耗转化为距离, 然后再计算出节点的位置。-RSSI-based positioning, known to the launch of the launch signal strength node, receiving node based on received signal strength to
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:闫军
  1. chordal

    0下载:
  2. 輸入兩個由TF, ZPK, SS 或 FRD建立的system function後,程式會自動計算在riemann plot上的Chordal distance值。-function delta=chordal(G1,G2) This is the Chordal distance calculation tool on riemann plot.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Sam Chan
  1. mpi-chi2-v1_5

    0下载:
  2. Fast chi-square distance computation in C, matlab and python
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:Olivier Poto
  1. sfinge25

    1下载:
  2. A novel texture-based Automatic Fingerprint Authentication System (AFAS) is proposed. A fingerprint image is preprocessed to enhance the image by Short Time Fourier Transform (STFT) analysis. Then, three sets of invarian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:276480
    • 提供者:joyce
  1. bhattacharyya

    0下载:
  2. MATLAB bhattacharyya 距离计算-MATLAB bhattacharyya distance
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:cara
  1. DistanceectooutingAlgorith

    0下载:
  2. 距离向量路由选择算法浅析,分析优点和缺点-Distance Vector Routing Algorithm Analysis, Analysis of the strengths and weaknesses of
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:310272
    • 提供者:马宁
  1. dsdv

    1下载:
  2. ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) p
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:开开
  1. KMeansEuclideanDistance

    0下载:
  2. 一个用java写的欧几里德距离的kmeans算法,以前做实验自己写的-code of KMeans based on Euclidean Distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:tanwei
  1. mahaladist

    0下载:
  2. Mahalanobis Distance Function for Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Igor
  1. FastMarching_version1

    0下载:
  2. The function MSFM2D/MSFM3D calculates the shortest distance from a list of points to all other pixels in an 2D or 3D image, using the Multistencil Fast Marching Method (MSFM). This method gives more accurate distances by
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:xiaoni
  1. jidianbaohu

    0下载:
  2. 距离保护的设计 三段式距离保护设计说明-The design of distance protection to protect the design from the three-note
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:271360
    • 提供者:哈哈哈哈
  1. EditDistance

    0下载:
  2. 设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。-For A and B are two strings. Op
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:884736
    • 提供者:
  1. ns-allinone-2.34

    0下载:
  2. ns-2.34 is mainly a maintenance release with the following major differences from ns-2.33: 1) AOMDV (On-demand Multipath Distance Vector Routing in Ad Hoc Networks) implementation 2) Tmix synthetic Internet tr
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:60298240
    • 提供者:holypiston
  1. CCD

    0下载:
  2. CCD监控摄像机 镜头焦距离焦距以及视场的测算软件V2.1版本-CCD surveillance camera lens focal length and focal distance of the measured field of view of software version V2.1
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:92160
    • 提供者:视屏技术
  1. julishiliang1

    0下载:
  2. 该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed descr iption of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:吴长丽
  1. Convulutional_Encode_Viterbi_Decode

    0下载:
  2. Encoded by Systematic convolutional code, decoded by Viterbi using Hamming distance.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Quy
  1. Ultrasonic_Range_Finder_Hardware_Design_Schematic

    0下载:
  2. It is a Hardware design schematics for a Ultrasonic Range (Distance) Finder based on PIC12C508 microcontroller
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:yourdreamz
  1. similarity

    0下载:
  2. 最大公共子串和字符编辑距离算法的类实现。 函数第一个参数是用来比较的字符串, 第二个参数是被比较的字符串。 lCommonStr第三个参数是前两个字符串的公共子串。-The largest common sub-string and the character edit distance algorithm to achieve the category. Function of the first parameter is
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:尤凤凯
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org