资源列表

« 1 2 ... .86 .87 .88 .89 .90 691.92 .93 .94 .95 .96 ... 2656 »

[数据结构常用算法InorderTraversal

说明:中序遍历的递归算法定义:  若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (
<zong> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Topsort

说明:所谓拓扑排序是指将顶点按照拓扑次序排列。有几种简单的算法可以求出一个图的拓扑次序。一种算法的思想如下: (1)在有向图中查找一个没有后继(或前驱)的顶点并添加到顶点表中。 (2)从图中删除该顶点和所有以该顶点为头(尾)的弧。 -The so-called topological sorting refers to the vertex order in accordance with the topology.
<zong> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法bahuanghou

说明:八皇后求解问题 设计报告 数据结构 C++的-8 Queen' s problem solving design report data structure of C++
<贾明子> 在 2025-02-02 上传 | 大小:79kb | 下载:0

[数据结构常用算法tree1

说明:递归方式建立表达式树,并对表达式树进行递归和非递归两种方式的遍历,遍历方法分为先序、中序和后序,并对表达式树转为后缀表达式求值。-Established recursive expression tree, and the expression tree for recursive and non-recursive traversal of the two methods, divided into first traversal s
<cnwst> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法yuanma

说明:数据结构相关源程序,关于链表创建和操作,序列操作,队列的相关操作-Graduate School Information Management System for c++ and SQL server2000 development.
<tangyajun> 在 2025-02-02 上传 | 大小:27kb | 下载:0

[数据结构常用算法Stack

说明:栈的几种存储结构的实现,常见的顺序存储和链式存储,以及链式存储的类实现-Stack structure of the realization of several storage, common storage and chain of the order of storage, as well as the realization of the chain store category
<ZhangYunkui> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法AirPort

说明:学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-Data structure learning classroom experiments. Use the queue data structure, such as simulation of a random number of aircraft movements the airport or waiting for take-offs a
<树海> 在 2025-02-02 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法Po_Clock

说明:mfc实现的时钟,我们老师布置得数据结构课程设计-mfc clock to achieve, we teachers have the data structure layout of the curriculum design
<苏飞> 在 2025-02-02 上传 | 大小:1.87mb | 下载:0

[数据结构常用算法Zufallszahlen

说明:数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
<ly weimar> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法rsa

说明:数据结构典型算法的代码: huffman编码和译码的实现-Data structure of a typical algorithm code: huffman encoding and decoding achieve
<ly weimar> 在 2025-02-02 上传 | 大小:3kb | 下载:0

[数据结构常用算法B1_Intersect

说明:数据结构典型算法的代码: 关于两条直线是否相交-Data structure of a typical algorithm code: With regard to whether the intersection of two straight lines
<ly weimar> 在 2025-02-02 上传 | 大小:4kb | 下载:0

[数据结构常用算法random-number

说明:数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
<ly weimar> 在 2025-02-02 上传 | 大小:1kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 691.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org