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

搜索资源列表

  1. dijkstraCPP

    0下载:
  2. 由graph.txt读出源图并用临街链表显示出,然个用dijkstra算法算出给定两点的最短路径和任一给定点到其它各点的距离,graph.txt放在源代码同一目录,内附graph.txt示例-graph.txt read out by the source map and used chain along the street shows, However use the dijkstra algorithm to calculate the scheduled 2:00 and the sho
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:277.33kb
    • 提供者:比为
  1. matrix_mult

    0下载:
  2. 矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:985byte
    • 提供者:李明
  1. cellga.rar

    1下载:
  2. 多种群的链式智能体遗传算法,代码及其用于优化的实验结果都在里面。大家用了最好给点评价,建议只作为研究用。我有相关的论文,需要索取的话,请与我联系,Multi-population of chain-agent genetic algorithm, the code and to optimize the experimental results are inside. We use the best rating to the point, it is recommended only for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.8mb
    • 提供者:李明
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2.18mb
    • 提供者:liqi
  1. DIBDisplay

    1下载:
  2. 对指定的二值化图像得用甲虫算法生成它的边缘链码-On the specified image binarization algorithm beetles to use the limb of the chain code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-21
    • 文件大小:121.9kb
    • 提供者:孙娟
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14.49kb
    • 提供者:xichen
  1. findkeypoint

    0下载:
  2. 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:176.38kb
    • 提供者:changhe.cheng
  1. Markov

    0下载:
  2. 简单的马尔科夫算法,Markov链数据提供了有当前状态决定,而又独立于当前状态的序列,此处算法是将给定的文本串生成新的随机文本- Simple Sample of a Markov Chain Algorithm:A markov chain is a sequence of random variables in which the future variable is determined by the present variable but is independent of the w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:9.78kb
    • 提供者:赵河
  1. Search

    0下载:
  2. 数据结构搜索算法大全!!! 所有经典算法!!包括AVL树!BST!Hash表!跳表!Sortedchain!Sortedlist!详细注释!所有代码都全部调试成功!-Data structure search algorithm Daquan! ! ! All classical algorithm! ! Including AVL tree! BST! Hash table! Jump table! Sortedchain! Sortedlist! More comments! All o
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:44.37kb
    • 提供者:linnvel
  1. agentANTony

    0下载:
  2. 用蚁群算法实现虚拟企业敏捷供应链的搜索代码,是不可多的的学习资料。-Ant colony algorithm agile virtual enterprise supply chain, the search code, is not much of the learning materials.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-27
    • 文件大小:9.57kb
    • 提供者:压榨
  1. crfChain

    0下载:
  2. Kevin Murphy的条件随机场matlab和c++混合代码,包含chains, trees and general graphs includes BP code。-This package is a set of Matlab functions for chain-structured conditional random fields (CRFs) with categorical features. The code implements decoding (with the Vi
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:110.68kb
    • 提供者:郭波
  1. lianshijishu

    0下载:
  2. 链式基数选择排序算法是数据结构中关于排序的重要算法,本程序是链式基数选择排序算法的源代码。-Chain base sorting algorithm data structure on the sort algorithm, the program is a chain base to select the source code of the sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.09kb
    • 提供者:李强
  1. Light-preprocessing

    1下载:
  2. 这是谭晓阳提出的一条光照预处理链的实现代码,适合LBP/LTP人脸识别算法-This is TanXiaoYang proposed a light chain implementation code of pretreatment, suitable for LBP/MTP/LTP face recognition algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:2.46kb
    • 提供者:张三
  1. paixu

    0下载:
  2. Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is
  3. 所属分类:Windows CE

    • 发布日期:2017-11-10
    • 文件大小:4.12kb
    • 提供者:franda
  1. Fast-Computation-of-Moments-Based-on

    0下载:
  2. 基于8向链码的不变矩快速计算算法,可应用于2-D物体识别-2-D object recognition can be applied to the chain code unchanged moments quick calculation algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:331.37kb
    • 提供者:曾翔
  1. NWPU_shumojingsai_A

    3下载:
  2. 2013年西北工业大学“工大正禾杯”数模竞赛A题(供应链网络的建立与道路破坏问题)源码及结果数据。算法:基于遗传算法的配送中心选址。-2013 Northwestern Polytechnical University " work Taisho Wo Cup" Mathematical Contest in Modeling A question (the establishment of the supply chain network and road damage) s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:45.73kb
    • 提供者:wangjing
  1. tqzxjx

    2下载:
  2. 在图像分类与识别算法研究中,目标几何特征的提取通常需要计算目标图像的最小外接矩形以获取长、宽等属性。针对该特点, 提出一种利用顶点链码与离散格林理论相结合的方式提取目标图像的最小外接矩形的算法。该算法只需根据顶点链中垂直或水平方向上的 点坐标即可求出目标的面积、形心和主轴。基于顶点链码和离散格林的主轴法和旋转法可快速求出目标的最小外接矩形。实验结果表明, 旋转法的运算速度是现有算法的 2 倍左右,主轴法的速度又比旋转法快速 2 倍左右-In the image classificat
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1005.64kb
    • 提供者:liupeng
  1. gouzaojuzhen

    0下载:
  2. 这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:603byte
    • 提供者:王文滟
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.19mb
    • 提供者:刘楠
  1. 二值图像中拐点的实时检测算法

    0下载:
  2. 数字图像中的拐点通常成为重要的信息载体,因此准确、稳定和实时地检测出拐点便成为拐点检测算法面l临的主要问题,针对该问题,提出了一种新的二值图像中拐点的实时检测算法。该算法与传统基于边界链码的拐点检测算法不同,其是首先构建像素的k(k>8)邻域,并将图像中物体的边界表示为k邻域链码;然后根据曲率定义的差分形式计算各边界点处的曲率;最后通过检测曲率直方图的局部峰值精确定位出拐点,并利用拐角内部像素的颜色统计信息迅速判断出拐点的凸凹性。(The inflection point in the d
  3. 所属分类:文章/文档

    • 发布日期:2017-12-29
    • 文件大小:368kb
    • 提供者:麦田韬鹰
« 12 »
搜珍网 www.dssz.com