资源列表
[人工智能/神经网络/遗传算法] PrefixTree
说明:关联规则中前缀树算法在VC下的实现,源代码-Association rules prefix tree algorithm in VC under the realization of the source code<raul> 在 2025-11-24 上传 | 大小:1.5mb | 下载:0
[人工智能/神经网络/遗传算法] TransTree
说明:关联规则中转换树算法在VC下的实现,源代码-Association rules in the conversion under the tree algorithm in the realization of VC, the source code<raul> 在 2025-11-24 上传 | 大小:168kb | 下载:0
[数据结构常用算法] theshortestroad
说明:基于C++的简单最短路径求法 主要解决起讫点不同的问题-Based on the C++ Simple shortest path method mainly to solve the problem of different起讫<dongshiqin> 在 2025-11-24 上传 | 大小:630kb | 下载:0
[数据结构常用算法] peisong
说明:欧氏空间选址模型,重力模型,求解物流中单个配送中心选址为题等-Location Model of Euclidean space, gravity model, to solve the logistics distribution center in a single location for such<dongshiqin> 在 2025-11-24 上传 | 大小:231kb | 下载:0
[数据结构常用算法] qiuck
说明:解决排序问题,比冒泡排序快。实现简单,稍加修改可以得到自己所需要的排序-Resolve the scheduling problem, faster than the Bubble Sort. The realization of simple, a little modification can be they need to sort<dongshiqin> 在 2025-11-24 上传 | 大小:125kb | 下载:0
[数据结构常用算法] faid
说明:顺序查找,从所选范围中数查找所需的数字。查找的时候安顺序查-Order to find, from a selected range of a few to find the figures. Find a time when an order of investigation<dongshiqin> 在 2025-11-24 上传 | 大小:163kb | 下载:0
[数据结构常用算法] paixu
说明:简单选择排序,这是个解决排序问题的一个算法模型之一。-Sort simple choice, this is a solution to a scheduling problem, one algorithm model.<dongshiqin> 在 2025-11-24 上传 | 大小:159kb | 下载:0
[数值算法/人工智能] lcs(continue)
说明:LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置匹配,可输出,为2时需要往上回溯,为3时需要往左回溯,直到找到下一个为1的位置。而c[][]数组是保存找子序列过程中匹配位数。-LCS,<向冬冬> 在 2025-11-24 上传 | 大小:1.01mb | 下载:0