资源列表
[数据结构常用算法] ApSimon
说明:一个简单的小程序,C++代码实现ApSimon的造币厂问题-ApSimon<smile bear> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] datastruct
说明:包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup<niwenjuan> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] datasturct2
说明:包含选择排序法,插入排序法,二叉树排序法,以及冒泡排序法。-this pakcet includes the program about Selection Sort Insertion Sort Binary Search Tree Bubble Sort<niwenjuan> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] datastructimplement
说明:包含了数据结构实现堆栈的方法。 主要有链表实现和数组实现以及堆栈的应用。-This pakcet inclues the programs to implement the stack with chain and array and it s application.<niwenjuan> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] data_structure
说明:1.表达式求值;2.二分匹配模板;3.最大流;4.点到线段的距离;5.字符串字典顺序-1. Expression evaluation 2. Two sub-matching template 3. Maximum flow 4. Points to the distance segment 5. String dictionary order<cailongquan> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] DoubleListandBinaryTree
说明:一个数据结构,其中每个元素包含指向下一个和以前的内容在列表中,形成了双向线性名单。-A data structure in which each element contains pointers to the next and previous elements in the list, thus forming a bidirectional linear list.<冷秋> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] ArtiAnomalyG
说明:自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing<bj> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] treadbinatree
说明:根据广义表创建一棵二叉树,然后中序线索化,再遍历。-Create a table based on generalized binary tree, and then in the sequence of clues, and then traverse.<阿表> 在 2024-11-11 上传 | 大小:5kb | 下载:0
[数据结构常用算法] xiangqimadezoufa
说明:参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1<=i<=8)个方向跳一步,到达新的位置为( x’,y’),下表位置可以根据 move 数组来确定,有: x’=x+move[i][0] y’=y+move[i][1]. 马走过的信息的 用结构体来存储。move数组用于存储马可以走过的方向,将开始的马的位置的信息存入队列,马沿着8个方向跳动,在马跳动过程中,将马的跳动步数加1,如果马没<文龙> 在 2024-11-11 上传 | 大小:5kb | 下载:0