搜索资源列表
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
apriori_windows
- 一种基于Windows 平台的关联规则算法-based on the Windows platform Association Rules algorithm
answerandreply
- k平均算法,我的课程设计 程序比较简单,还有详细说明 -k average algorithm, the curriculum design process is relatively simple, there are details
libtomcrypt-0.96
- 常用的64位密码加密算法,有详细的笔记、例子、文档和示例。-64 commonly used cryptographic algorithm, a detailed notes, for example, documentation and examples.
BusQuery
- 一个简单的公交查询管理系统,采用最短路算法,利用odbcapi函数访问数据库。-a simple inquiry transit management system, the most shorted algorithm, use odbcapi function access to the database.
ppkd
- 基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。 -based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.
142240696
- 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method, Retrospective testing and gen
prim_rar
- prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
prg11111
- 常用算法,最大公约数,排序,查找,级数,素数等-commonly used algorithm, the common denominator, scheduling, search, the series, and so on -
ycsf
- 水库调度的遗传算法,个体选择、代数、交叉、变异概率控制水库。-reservoir of genetic algorithm scheduling, individual choice, algebra, crossover and mutation probability control of the reservoir.
apriori
- 关联规则挖掘算法 Apriori算法的Matlab实现 可以自动生成关联规则,计算支持度、置信度-Association Rules Mining Algorithm Apriori algorithm can automatically generate Matlab realization of association rules, computing support, confidence
Data_Structures_And_Algorithm_Analysis_In_Java_Sou
- Data StructuresAnd Algorithm Analysis In Java Source Code
Apriori
- vc++ apriori算法源代码 绝对能用-vc++ apriori algorithm source code can be absolutely
Genetic-algorithm-source-code
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
Improved-Apriori-algorithm-i
- 改进的Apriori算法在老人健康系统中的应用研究与实现,-Improved Apriori algorithm in Elderly Health System Research and Implementation
c--(10-different-algorithm-instance)
- 里面包含有10种几班的c++算法实例,简单快捷-Which contains 10 kinds of several classes c++ algorithm instance, simple and quick
Genetic-Algorithm-CPP-code
- 完整详细的遗传算法代码,本人中山大学计算机系副教授-Genetic Algorithm
BFS-algorithm
- BFS算法,广度优先遍历算法。以邻接表为存储结构的广度优先遍历-BFS algorithm, breadth-first traversal algorithm. Table adjacent to the storage structure of the breadth-first traversal
LDPC Algorithm realization based on CCSDS
- 本文基于 CCSDS 标准上的算法详细研究了校验矩阵的生成算法、快速编码算法、最小 和译码算法,通过仿真对掌握的情况进行验证。虽在文章中最后没有给出在硬件上实现的情 况,但是在硬件上实现时各模块的设计进行了较为详细的介绍,后续工作证明它是行之有效 的。(In this paper, based on the algorithm of CCSDS standard, the generation algorithm of parity check matrix, fast encoding alg
statistic algorithm
- 一种基于窗口函数的指定时间段内累积量统计算法(A statistic algorithm based on window function in specified time interval)