搜索资源列表
ExamCpp--
- 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
statistics_soilclass
- 随机森林算法的一个分类器,对随机森林得到的分类结果进行投票,选择最高概率的类别作为最终的投票结果。使用于土壤图斑分解,精细数字土壤制图。-Random Forest algorithm of a classifier, random forest classification results obtained to vote to choose the highest probability of category as the final voting results. Use polygon
最后
- 第一题:将一颗树或森林转换为二叉树 第二题:求森林高度 第三题:按层次方式遍历森林 第四题:输出一个森林中每个结点的值及对应的层次数 第五题:输出一个森林的广义表形式(First question: convert a tree or forest into two branches Second question: forest height The third question: traverse the forest in a hierarchical manner The