搜索资源列表
BFS_DFS_Astar
- 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
Classifier4J-0.6-dist
- Classifier4J是一个很好的基于java的分类器,里面有Native bayes和KNN等方法的文本分类.另外还 提供了分词和自动摘要等功能
GCluser
- 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
dist.rar
- 距离函数用于计算两个矩阵之间的距离 ,Distance function used to calculate the distance between two matrices
BruteSearch
- K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
DL-Dist
- [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
lda-c-dist
- latent dirichlet allocation C语言实现算法 LINUX 下运行-latent dirichlet allocation the c implementation
dist
- 向量距离问题:对于给定的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
NUMERIC
- 利用数值分析的方法分析了由边界波理论公式所得的圆形光阑衍射场的光强分布1 通过对边界波理论公式所得的光强分布曲线, 对几何照明区与阴影区的光强分布曲线与面衍 射积分公式所得的光强分布曲线进行比较, 分析了边界波理论公式对衍射场描述的准确性1-The light intensity distribution of diffraction of circular aperture was investigated by numerical analysis. In the case of t
matlab_tracker_dist.tar
- 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
dist
- 求系统单位阶跃扰动响应的性能指标(超调量,峰值时间,调整时间),其中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
Dijkstra
- 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
DistMatrix
- dist matrix clustering
walksat-dist
- 解决SAT问题的经典WalkSat算法,基于linux平台开发。-Typical WalkSat algorithm designed for solving SAT problem, developed based on Linux platform.
MicrosoftWordvc
- vc 蚁群算法一些关于蚁群算法的书籍,参考张军等翻译的《蚁群算法》写了一个ACO解决TSP的程序,通过实验,-vcTSPchoice_info(i,j)=pheromone(i,j)^alpha*(1/dist(i,j))^beta
newseg
- segmentation of iris.... the dist from inner pupil taken is 32 pixels... grayscale images used from casia database.
dist
- 开车从起始点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
dist
- 迪杰斯特拉算法的经典写法。。最短路径的问题-Dijkstra algorithm is the classic formulation. . The shortest path problem. .
lda-c-dist
- 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
dist
- 多智能体系统抗干扰仿真实验 参考文献: 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