资源列表

« 1 2 ... .38 .39 .40 .41 .42 1343.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法BTree3_src_vc6

说明:这是一个VC++根据前序序列和中序序列生成二叉树的程序,并进行遍历。 很不错的参考程序。 -This is a VC++ according to the preamble sequence and the sequence binary sequence generation process, and to traverse. Very good reference program.
<madud00086> 在 2024-10-13 上传 | 大小:4096 | 下载:0

[数据结构常用算法sort2

说明:一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program use
<madud00087> 在 2024-10-13 上传 | 大小:24576 | 下载:0

[数据结构常用算法Map22

说明:一个基于VC的有向无环图操作实例源代码,图的节点可以使任意可插入OLE项,在编辑一栏,您可以插入节点、删除节点、拓扑排序、广度遍历、最短路径、插入边等操作,该程序作者是中国地质大学的姜景捷。 -A VC' s are based on directed acyclic graph operation source code examples, graph nodes can be inserted into OLE can m
<madud00091> 在 2024-10-13 上传 | 大小:27648 | 下载:0

[数据结构常用算法xianxinbiao.c

说明:建立一个线性表,并对其进行维护:查找某一值的节点,在某一位置插入一个节点,删除某一节点,对某一节点的值进行修改。-A linear form, and its maintenance: Find the value of a node, a node in a particular Insert, delete a node, the value of a node changes.
<hzz> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法erchashu

说明:建立一颗二叉排序树,并对其前序遍历。遍历是对树的一种最基本的运算,所谓遍历二叉树,就是按一定的规则和顺序走遍二叉树的所有结点,使每一个结点都被访问一次,而且只被访问一次。由于二叉树是非线性结构,因此,树的遍历实质上是将二叉树的各个结点转换成为一个线性序列来表示。 -Create a binary sort tree, and the preorder traversal. Tree traversal is a fundamental
<hzz> 在 2024-10-13 上传 | 大小:101376 | 下载:0

[数据结构常用算法MST

说明:最小生成树算法代码,采用堆的知识,并用prim算法来实现。-Minimum spanning tree algorithm code, using of the heap , and with the prim algorithm to achieve.
<田田> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法link

说明:链表的插入和删除操作;声明链表的数据结构,并提供两种操作:插入元素和删除元素-Linked list insertion and deletion operations statement list data structure, and provides two operations: insert and remove elements elements
<董祎博> 在 2024-10-13 上传 | 大小:368640 | 下载:0

[数据结构常用算法template

说明:单链表类及其实现设计单链表类, 实现构造、析构、插入、删除等基本的成员函数,并添加将单链表逆置、搜索值为x的成员函数-Design and realization of single-class single-linked list class that implements constructed, destructors, insert, delete, member of the basic functions, and ad
<> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法dx

说明:多项式加法和乘法运算的设计与实现分析元素关系, 选择存储表示方法,使用单链表已有的成员函数实现多项式的相加运算,重载+、>>、<<等运算符-Polynomial addition and multiplication of elements in the design and implementation of relationship, select the storage representation,
<> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法bin-tree

说明:二叉树类及其实现以二叉链表为存储结构实现二叉树类和成员函数, 设计计算二叉树结点、将二叉树每个结点的左右子树交换、求二叉树高度的算法-Binary tree class and its implementation to the list for the storage structure of the binary classes and member functions to achieve a binary tree, bin
<> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法btree

说明:二叉树的遍历、插入、删除以及求二叉树的高度-Binary tree traversal, insert, delete, and find the height of binary tree
<张金华> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法zhan

说明:数据结构作业,栈的建立,输入以及输出。希望大家一起学习-Data structure operations, the establishment of the stack, the input and output. Hope that we will study together
<lijie> 在 2024-10-13 上传 | 大小:1024 | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 1343.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org