资源列表
[数据结构常用算法] complete_AVLtree
说明:数据结构中的AVL TREE的实现-data structure of the realization of AVL TREE<神> 在 2025-06-15 上传 | 大小:17kb | 下载:0
[数据结构常用算法] 快速傅利叶变换 C 语言源代码 17K
说明:建立快速傅利叶变换 C 语言源代码 17K-establish Fast Fourier Transform C language source code 24K<郑建华> 在 2025-06-15 上传 | 大小:17kb | 下载:0
[数据结构常用算法] 编译原理中的slr算法
说明:Window 编程例子, 比较cool !-Window programming examples, cool!<沈> 在 2025-06-15 上传 | 大小:17kb | 下载:0
[数据结构常用算法] 10372049多系统电话服务系统
说明:本设计使用C++来实现一个简单的数据结构问题,可以作为课程设计来使用,里边有详细的使用说明。-the design of C++ to achieve a simple data structure that can be used to design courses, inside a detailed usage instructions.<赵威> 在 2025-06-15 上传 | 大小:17kb | 下载:0
[数据结构常用算法] 决策树java代码1
说明:决策树可对数据进行分类,选出最大增益属性。(Decision tree can be classified data, select the maximum gain attribute.)<格格啊> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] closest_pair_of_points
说明:C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented way, it provides test classes.<Somo> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] dsalog-local-select
说明:刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等(Just now the mailbox wrote wrong power inverse power program job band LU decomposition subroutine DOLITTLE decomposition method, etc.)<yziity> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] 迷宫问题
说明:用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while(栈不空或者还有方向没试探完);(Using C + + l<F(zx)> 在 2025-06-15 上传 | 大小:16kb | 下载:0