资源列表
[数据结构常用算法] C语言开发 BTREE 数据文件索引程序库
说明:用c开发的B+树索引结构,能实现B+树基本的查找,删除,搜索功能-with the development of B-tree index structures to achieve the basic B-tree search, delete, search functions<皇者之剑> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[数据结构常用算法] 图的搜索
说明:在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A* algorithm and the two-way A* algorithm, and through a variety of parameters to generate random adjacent table storage network map, thu<枫> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[人工智能/神经网络/遗传算法] TSP.ZIP
说明:用pascal写的hopfield神经网络解决TSP问题的代码。-with the neural network solution hopfield TSP code.<刘洋> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[数据结构常用算法] Huffman_JJCH
说明:老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents<纵横四海> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[人工智能/神经网络/遗传算法] hmm源代码C
说明:Hidden Markov Model.简单明了,适合初学者阅读掌握.-Hidden Markov Model. Clear and simple, suitable for beginners master reading.<stone> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[人工智能/神经网络/遗传算法] ZZLGA
说明:遗传算法用例 有数据 改进模型-cases using genetic algorithms to improve data model<肖恒辉> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[matlab例程] wcdmadownlinkpowercontrol
说明:这是一个wcdma下行功率控制仿真的源代码,还不很成熟,但是基本过程具备了,可以运行,但需要进一步修改-This is a WCDMA downlink power control simulation source code, not very mature, but the basic process is here, and can run, but needs further revisions<毛伟> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[人工智能/神经网络/遗传算法] 98_102817_1114408677
说明:数据挖掘的多维关联规则apriori算法的实现-Multidimensional Data Mining Association Rules algorithm algorithm implementation<王同招> 在 2025-06-26 上传 | 大小:15kb | 下载:0
[数据结构常用算法] nearpiont
说明:最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ<黄波> 在 2025-06-26 上传 | 大小:15kb | 下载:0