资源列表
[数据结构常用算法] 1
说明:利用VC++6.0实现了基于伙伴算法的内存分配与释放,算法中只使用了数组这一数据结构,算是一大不足,希望大家予以完善-Achieved using VC++6.0 based partner with the release of memory allocation algorithms, the algorithm uses only the array data structure can be regarded as a big<zhuimengren> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 1
说明:利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen pr<zhuimengren> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] cloud-model
说明:李德毅教授的文章《数值型数据的泛概念树的自动生成方法》很有研究价值-Professor Li Deyi article, " the concept of numerical data of the pan-tree method of automatically generated" great research value<范丽媛> 在 2024-11-13 上传 | 大小:215kb | 下载:0
[数据结构常用算法] ParkingArea
说明:数据结构课程设计,停车场管理部分源码-Data structure course design, parking management component source<eewcee> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] a3003@04.02
说明:本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is r<张飞> 在 2024-11-13 上传 | 大小:1.7mb | 下载:0