搜索资源列表
-
0下载:
由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
-
-
0下载:
矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
-
-
1下载:
多种群的链式智能体遗传算法,代码及其用于优化的实验结果都在里面。大家用了最好给点评价,建议只作为研究用。我有相关的论文,需要索取的话,请与我联系,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
-
-
1下载:
基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
-
-
1下载:
对指定的二值化图像得用甲虫算法生成它的边缘链码-On the specified image binarization algorithm beetles to use the limb of the chain code
-
-
0下载:
常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括:
归并排序
活动选择问题
矩阵链乘问题
矩阵链乘问题的备忘录解法
逆序对问题
求和问题
装配线问题
最短路径Dijkstra算法和堆操作
-Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
-
-
0下载:
摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。
-Abstract: The inflection point is a digital
-
-
0下载:
简单的马尔科夫算法,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
-
-
0下载:
数据结构搜索算法大全!!!
所有经典算法!!包括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
-
-
0下载:
用蚁群算法实现虚拟企业敏捷供应链的搜索代码,是不可多的的学习资料。-Ant colony algorithm agile virtual enterprise supply chain, the search code, is not much of the learning materials.
-
-
0下载:
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
-
-
0下载:
链式基数选择排序算法是数据结构中关于排序的重要算法,本程序是链式基数选择排序算法的源代码。-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.
-
-
1下载:
这是谭晓阳提出的一条光照预处理链的实现代码,适合LBP/LTP人脸识别算法-This is TanXiaoYang proposed a light chain implementation code of pretreatment, suitable for LBP/MTP/LTP face recognition algorithm
-
-
0下载:
Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is
-
-
3下载:
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
-
-
0下载:
基于马尔科夫链蒙特卡尔算法的工具箱,适用于数值分析,矩阵变换,目标检测等系列问题解决的实例,有详细的代码辅助说明。-Based on Markov chain Monte Carl algorithm toolbox for numerical analysis, matrix transformations, target detection and other examples of problem solving, a detailed code help.
-
-
0下载:
用蚁群算法实现虚拟企业敏捷供应链的搜索代码,是不可多的的学习资料。-Ant colony algorithm agile virtual enterprise supply chain, the search code, is not much of the learning materials.
-
-
0下载:
python code for stard Markov chain Monte Carlo algorithm. In this example, MCMC is used to find position of high probability of a simple distribution function. Application in identification of model parameters is similar in that the highest probable
-
-
0下载:
这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
-
-
0下载:
在本文章里面,有各种举出算法的C语言实现
1、大数阶乘
2、大数乘法
3、任意进制转换
4、最大公约数
5、最小公倍数
6、快速傅里叶变换
7,字符串的替换,查找,截取
8、叉乘法求多边形的面积
9、快速,希尔,选择等各种排序
10、二叉树,链表,链栈
11、二分查找
12、求解线性方程组,也叫中国余数定理
13、求点到直线距离
14、Prim算法求最小生成器
15、判断点与直线的关系,俩条直线的关系
16、求排列组合数,俩矢量角度
-