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

搜索资源列表

  1. earmark

    0下载:
  2. 在2维矩阵中通过随机抽样选定占据的格点,再将占据的格点标号,相邻的格点为同一标号-in two-dimensional matrix randomly selected to occupy the grid, and then occupy the grid label, adjacent to the grid for the same grade
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:57501
    • 提供者:shuheng
  1. 识别图元

    1下载:
  2. 图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m * m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1682
    • 提供者:刘兰英
  1. labeling

    0下载:
  2. Simple image 2-pass labeling algorithm, included warshall algorithm to fill the equivalent matrix.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:2822
    • 提供者:pawci0
  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. 2(2)

    0下载:
  2. 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:875
    • 提供者:杨博文
  1. sevaluate

    0下载:
  2. gets label matrix of a tissue in segmented and ground truth and returns similarity indices-gets label matrix of a tissue in segmented and ground truth and returns similarity indices
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1254
    • 提供者:dil
  1. Java

    0下载:
  2. Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-03
    • 文件大小:1860
    • 提供者:小李
  1. Dijkstra-matlab

    0下载:
  2. 求第一个城市到其它城市的最短路径.用矩阵(为顶点个数)存放各边权的邻接矩阵,行向量、、、分别用来存放标号信息、标号顶点顺序、标号顶点索引、最短通路的值-The first city to find the shortest path to other cities. With a matrix (for the number of vertices) records of the right side of the adjacency matrix, row vector, were used
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:836
    • 提供者:秦莉平
  1. label

    0下载:
  2. Delphi源码。功能:通过OLE对象调用模板实现标签打印功能。客户界面的模板未上传。-Delphi source code. Features: OLE object to call templates by label printing function. Customer interface, the template did not upload.
  3. 所属分类:Delphi VCL

    • 发布日期:
    • 文件大小:52793
    • 提供者:William
  1. Etap1

    0下载:
  2. It is the corresponding testing module of the function that is specified in the training phase. test_set is a NxD matrix where N is the number of samples in the test set and D is the dimension of the feature space. true_labels is a Nx1
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1478
    • 提供者:pawlo
  1. kmeans

    0下载:
  2. function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:908
    • 提供者:ehsan
  1. background

    0下载:
  2. 对于给定一个类标矩阵(假定label大小145*145 ),矩阵中0代表背景点,非0代表非背景点。 现在给定一个point矩阵(每一列存放的是点的坐标),表示在图像中的位置,但是未必是整数值即可能并不与像素点位置重合。 要求判断出point中哪些点位于背景区域,输出点的索引index位置矩阵。-for an label matrix(eg.label of a 145*145 matrix),the 0 stands for the background,and non-zero sta
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6866
    • 提供者:袁永福
  1. jiuzhengbujunyunzhaoming

    0下载:
  2. 首先读取图像并生成二值图像,然后生成标注矩阵并用彩色显示,最后确定图像的统计性能-First reads the image and generates a binary image, and then generate the label matrix and displayed in color, and finally to determine the statistical properties of the image
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:3425
    • 提供者:赵建平
  1. MSChart

    0下载:
  2. C#各种漂亮的图表的实现方法。MSChart控件,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,包含英文版,中文版。MSChart控件与一个数据网格(DataGrid对象)关联,该数据网格存放了要显示的数据,数据网格也可以包含用于图表中标识系列或类别的标签。图表应用程序设计者在数据网格中插入数据或从报表或矩阵中输入数据。-C# various a beautiful chart realize method. MSChart control to grap
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:5587803
    • 提供者:Zach Fu
  1. LGME

    0下载:
  2. input: param: parameters of the LMGE algorithm param.mu, param.alpha, param.beta are regularization parameters. param.p: dimension of shared subspace param.k: number of nearest neighbors for Laplacian matrix X: input data Y: ground
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1405
    • 提供者:Arron
  1. 12864poetry

    0下载:
  2. 矩阵键盘实现16首绝句的选择显示于12864,由proteus仿真实现。注:将里面的reg52.h的头文件复制进自己的keil头文件库中才能运行,里面有自定义的内容(自定义部分有标注)。运行环境为keil uvision-Matrix keyboard to achieve 16 quatrains choices displayed on the 12864 by simulation proteus. Note: The inside of the reg52.h header files
  3. 所属分类:SCM

    • 发布日期:2017-12-04
    • 文件大小:49984
    • 提供者:郑志伟
  1. jiegouqi

    2下载:
  2. 原创的结构力学求解器,有图有界面,程序采用矩阵位移法,包括结点编号位置,结点标号,约束编号类型等。-Original structural mechanics solver, there are pictures and interface, the program uses the matrix displacement method, including the location of the node ID, node label, constraint number types.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:66016
    • 提供者:陈友胜
  1. PB-print-barcode

    2下载:
  2. 主要针对Powerbuilder程序开发者,当然应用程序也可直接供给最终用户用来打印价签、条码证件之类的东东;本程序无需安装条码字库,无需控件,无需条码打印机,功能已封装为对象,接口简单,提供label风格的数据窗口预览(即可设定每页纵向及横向标签的数量、排版的顺序、纵向及横向间距,标签的宽度及高度等),可用激光打印机或者针式打印机打印,可进行完整的条码打印或仅打印条形码,可设定条码的线宽。-Mainly for Powerbuilder application developers, of c
  3. 所属分类:打印编程

    • 发布日期:2014-03-18
    • 文件大小:86981
    • 提供者:艾军
  1. calCSP

    0下载:
  2. 计算由样本矩阵X及其标签列向量label得到的csp投影矩阵 -calculate csp matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:791
    • 提供者:马小豆
  1. D7Lmw

    0下载:
  2. delphi7调用label matrix 7.02例子,请大家查看源码后运行编译,给大家参考的方法-call the label matrix 7.02 delphi7 example, please run the compiled View source for your reference methods
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:180258
    • 提供者:黄仕珍
« 12 »
搜珍网 www.dssz.com