资源列表
9
- 基于先序遍历算法创建二叉树先序遍历中序遍历后序遍历采用后序遍历求二叉树的深度、结点数及叶子数的递归算法-Create a Binary Tree in preorder traversal preorder traversal algorithm after preorder postorder traversal binary tree of depth, the number of nodes, and leaves the number of recursive algorithm
boi2003e
- Baltic Olympiad in Informatics 2003 信息学奥林匹克竞赛题目、解题报告、测试用例-Baltic Olympiad in Informatics 2003
xydh
- 题目六:校园导游咨询 【问题描述】:设计一个校园导游程序,为来访的客人提供各种信息查询服务。 【基本要求】:(1)设计你的学校的校园平面图,所含景点不少于十个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访的客人提供图中任意景点相关信息的查询。 (3)求出校园平面图的最小生成树。 -Title VI: The Campus Guide consulting Problem Descr iption: Des
4
- 队列模板以及PPT文件 包括循环队列和顺序队列-Queue template and PPT files including circular queue and sequential queue
huffman
- 哈夫曼 c语言 实验报告 戴截图 哈夫曼编码译码实验报告-huffman c language
comfun
- 根据三角网生成等值线。三角网络已经知道,制定等值线的值,自动生成等于该值的等值线。-According to the triangulation net generation contour
tree-hfut
- 合肥工业大学数据结构试验五树和森林 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式-Hefei University of the data structure test five t
biThrTree-hfut
- 合肥工业大学数据结构试验四线索二叉树,包括完整的实验要求、实验预习报告、实验最终报告 实验任务∶ <1>按先序次序遍历先序线索二叉树。 <2>按中序次序遍历中序线索二叉树。 <3>将值为x的结点作为先序线索二叉树T的左子树的(先序)最后一个结点的右孩子插入进去。 <4>按中序次序线索化二叉树。 <5>按后序次序线索化二叉树。-Four threaded binary tree
ABAQUS-UMAT-metal-material-model
- Metal material model
Vumat-user-defined-material-A1
- User defined material
erchashu
- 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其夫结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 -Assuming that the top-down hierarchy, from left to right input each node is a triple (N, P, L/R). N oriented junction element t
duoxiangshi
- 采用链式结构实现任意多项式的存储,求两个多项式的和。 -Using the chain structure to achieve arbitrary polynomial storage, and seeking two polynomials.