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

搜索资源列表

  1. BFS_DFS_Astar

    0下载:
  2. Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The firs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:bo
  1. Classifier4J-0.6-dist

    1下载:
  2. Classifier4J是一个很好的基于java的分类器,里面有Native bayes和KNN等方法的文本分类.另外还 提供了分词和自动摘要等功能
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:709.41kb
    • 提供者:李力
  1. GCluser

    1下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:44.08kb
    • 提供者:越越
  1. dist.rar

    0下载:
  2. 距离函数用于计算两个矩阵之间的距离 ,Distance function used to calculate the distance between two matrices
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.22kb
    • 提供者:ll
  1. BruteSearch

    0下载:
  2. K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.3kb
    • 提供者:Ming
  1. DL-Dist

    0下载:
  2. [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:Chris
  1. lda-c-dist

    0下载:
  2. latent dirichlet allocation C语言实现算法 LINUX 下运行-latent dirichlet allocation the c implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:45.14kb
    • 提供者:wang
  1. dist

    0下载:
  2. 向量距离问题:对于给定的m 个整数m a , a , ,a 1 2  组成的向量A, a m i | |£ ,1 £ i £ m,和另一个由 n个整数n b ,b , ,b 1 2  组成的向量B, b n i | |£ ,1 £ i £ n,试设计一个O(m + n)时间算法, 计算给定向量A和B的距离。-Vector distance problem: For a given m integers
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:61.09kb
    • 提供者:jiam
  1. NUMERIC

    0下载:
  2. 利用数值分析的方法分析了由边界波理论公式所得的圆形光阑衍射场的光强分布1 通过对边界波理论公式所得的光强分布曲线, 对几何照明区与阴影区的光强分布曲线与面衍 射积分公式所得的光强分布曲线进行比较, 分析了边界波理论公式对衍射场描述的准确性1-The light intensity distribution of diffraction of circular aperture was investigated by numerical analysis. In the case of t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:297.89kb
    • 提供者:danny911
  1. matlab_tracker_dist.tar

    0下载:
  2. matlab tracker dist is about track virus particles in a time series of images Ivo Sbalzarini, Feb. 12, 2003 Institute of Computational Science, Swiss Federal-matlab tracker dist is about track virus particles in a time series of images Ivo Sbalzarin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:14.78kb
    • 提供者:nafis
  1. dist

    0下载:
  2. 求系统单位阶跃扰动响应的性能指标(超调量,峰值时间,调整时间),其中key=1表5 超调量key=2表2 的超调量,y,t表示系统节约相应的函数值与其对应时间-Demand system unit step disturbance response performance indicators (overshoot, peak time, adjusting the time), where key = 1 Table 5 overshoot key = 2 Table 2 overshoo
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:594byte
    • 提供者:hua gong
  1. Dijkstra

    0下载:
  2. Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to the S in the same time, make t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:968byte
    • 提供者:piepie
  1. DistMatrix

    0下载:
  2. dist matrix clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:771byte
    • 提供者:bubun
  1. walksat-dist

    0下载:
  2. 解决SAT问题的经典WalkSat算法,基于linux平台开发。-Typical WalkSat algorithm designed for solving SAT problem, developed based on Linux platform.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:343.39kb
    • 提供者:wangfu
  1. MicrosoftWordvc

    0下载:
  2. vc 蚁群算法一些关于蚁群算法的书籍,参考张军等翻译的《蚁群算法》写了一个ACO解决TSP的程序,通过实验,-vcTSPchoice_info(i,j)=pheromone(i,j)^alpha*(1/dist(i,j))^beta
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2.69kb
    • 提供者:asang
  1. newseg

    0下载:
  2. segmentation of iris.... the dist from inner pupil taken is 32 pixels... grayscale images used from casia database.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:918byte
    • 提供者:sarock
  1. dist

    0下载:
  2. 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:556byte
    • 提供者:fuyuqi
  1. dist

    0下载:
  2. 迪杰斯特拉算法的经典写法。。最短路径的问题-Dijkstra algorithm is the classic formulation. . The shortest path problem. .
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:555byte
    • 提供者:mountain
  1. lda-c-dist

    0下载:
  2. 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:27.97kb
    • 提供者:yong
  1. dist

    2下载:
  2. 多智能体系统抗干扰仿真实验 参考文献: Distributed Adaptive Consensus Disturbance Rejection for Multi-Agent Systems on Directed Graphs(Anti interference simulation experiment of multi intelligent system reference: Distributed Adaptive Consensus Disturbance Rejection fo
  3. 所属分类:matlab例程

    • 发布日期:2020-06-09
    • 文件大小:30kb
    • 提供者:cdx12138
« 12 3 »
搜珍网 www.dssz.com