资源列表
[数据结构常用算法] DataMining
说明:本算法的代码在VS中,使用C#语言编写,算法是数据挖掘中一个经典的colocation算法。-The algorithm code in VS, use the C# language, data mining algorithms is a classic colocation algorithm.<wei> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[数据结构常用算法] perm
说明:递归求排列组合/计算最长公共子序列长度的递归算法/生成全排列的递归算法/字符串模式匹配的简单算法-some small algorithms<Qinzhu Yang> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] BinaryTree
说明:使用的是VC++来编辑的,数据结构中的二叉树表示,-The binary tree data structure, using VC++ to edit<bing> 在 2024-11-05 上传 | 大小:158720 | 下载:0
[数据结构常用算法] expression
说明:使用VC++编写的代码,编写的是数据结构中的表达式算法-Use code written in VC++, written expression algorithm in the data structure<bing> 在 2024-11-05 上传 | 大小:16384 | 下载:0
[数据结构常用算法] hexadecimal-conversion
说明:使用VC++编写的代码,编写的是数据结构中的表达式转化的算法-Use code written in VC++, written expression in the data structure conversion algorithm<bing> 在 2024-11-05 上传 | 大小:186368 | 下载:0
[数据结构常用算法] Sortingalgorithm
说明:使用VC++编写的代码,编写的是数据结构中的排序算法-Use code written in VC++, written in the sorting algorithm in the data structure<bing> 在 2024-11-05 上传 | 大小:5120 | 下载:0
[数据结构常用算法] prime-test
说明:素数测试问题(Monte Carlo算法) 求am(mod n)的算法(m≤n) 设m的二进制表示为bkbk-1…b1b0(bk=1,且k≈log2m)。 例:m=41=101001(2),bkbk-1…b1b0=101001,(k=5)。 求am可以用下述方法:初始C←1。 -Prime number test problem ( Monte Carlo algorithm) Seek am ( MOD<viola> 在 2024-11-05 上传 | 大小:34816 | 下载:0