CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - labeling

搜索资源列表

  1. zxfy_zdl

    0下载:
  2. 用Floyd算法设计的最小费用最大流,求最大流时,用的是标号算法-Floyd algorithm design with the minimum cost maximum flow, for maximum flow, the algorithm is labeling
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:
  1. MCRGSA

    0下载:
  2. MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost-------
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:程爱华
  1. 操作系统进程内存管理模拟

    1下载:
  2. 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25960
    • 提供者:李华
  1. 112

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:45130
    • 提供者:lq8712b3
  1. matlabPyrTools

    0下载:
  2. This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2065080
    • 提供者:not applicable
  1. xxd

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:46887
    • 提供者:lq8712b3
  1. code

    0下载:
  2. 此为数据挖掘课程大作业,主要功能是对已给定的描述生物分子三维结构的139351 个属性中,分类预测出该分子化合物对目标体的化学活性,从而达到帮助药物设计的目的。实验现有的数据包括:110个已标记活性标签的描述分子三维结构的139351维数据,634 个为标记活性标签的三维结构数据。希望根据这些提供的数据,采用适当的分类方法,提供出一个经过训练的分类器,能够尽可能准确的帮助未标记活性的分子化合物确定其活性。-This is a big job data mining courses, the ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:25884
    • 提供者:dahuk
  1. label_wy

    0下载:
  2. 在matlab环境下,对图像中的单个目标进行标号-In the matlab environment, the image of a single target labeling
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1523
    • 提供者:王渝
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. RoI

    0下载:
  2. 对于显著性区域进行标注,同时输出STD,最大值,最小值-Significant area for labeling, while the output STD, maximum, minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:111420
    • 提供者:徐扬
  1. WinnerTree

    0下载:
  2. 常见的实现方法是使用两个数组, t[n-1]和e[n],数组e存放所有的参加排序的元素,在完全二叉树中是叶子结点,t[]存放 的是比赛的阶段性胜者的编号,再进行n趟比赛排序结束,时间复杂度是O(n*log2(n)), 其实我觉得也可以只通过一个数组A[2*n-1]也可以实现,只是标号的换算有点复杂而已. -Common implementation approach is to use two array, t [n-1] and e [n], the array storage
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:liyuansong
  1. CRF

    0下载:
  2. 条件随机场用于NLP中命名实体,组块分析。-CRF++ is a simple, customizable, and implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed for generic purpose and will be applied to a variety of NLP tasks, such as Named
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:573489
    • 提供者:夏小明
  1. myplotyy

    0下载:
  2. Myplotyy plots different data sets with a common x-axis allowing for different y-axes in one figure. The properties of every curve can be adjusted indivually, such as linear or logarithmic scale, normal or reverse scale, confidence intervasl, colo
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:32112
    • 提供者:MemoSergey
  1. Floyd-Matlab

    1下载:
  2. floyd算法的matlab程序 floyd-最短路问题 输入: B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。 sp- 起点标号。 ep- 终点标号。 输出: d- 最短路的距离。 path-最短路的路径。-floyd algorithm matlab program floyd-shortest path problem Input: B-adjacency matrix (bij), refers to the distan
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:519
    • 提供者:陆明巧
  1. label_gui3

    0下载:
  2. Image Region Labeling Software
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16310
    • 提供者:utrade1
  1. labeling

    0下载:
  2. this document for labeling and tracking object
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1218514
    • 提供者:hana
  1. size_filter

    0下载:
  2. performs connected component labeling and removes noises by using size filter.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:89266
    • 提供者:rick
  1. labeling

    0下载:
  2. Image processing, labelling and creating position matrix of points of significance in a picture
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:825
    • 提供者:harry
  1. Connected-component-labelling-by-an-Iterative-alg

    0下载:
  2. Connected component labeling by an Iterative algorithm used for labeling image pixel.It will divide the region according to pixel value.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:10681
    • 提供者:Manish
  1. labeling

    0下载:
  2. labeling component method to identify how many objects in a picture and separate them each on separate image.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:628
    • 提供者:isaac shahoud
« 12 »
搜珍网 www.dssz.com