资源列表

« 1 2 ... .79 .80 .81 .82 .83 1184.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法4

说明:(1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a comp
<huxiameng> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法C

说明:上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
<张斌> 在 2024-11-19 上传 | 大小:10kb | 下载:0

[数据结构常用算法DeleteSame

说明:删除序列中相同的元素,分为排序后删除和乱序删除,其中排序方法使用冒泡排序。-Remove the same sequence of elements, sorted into and out of order to delete to delete them sorted using the bubble sort.
<阿庚> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法ds

说明:数据结构所有实验源码实验报告 线性表排序树图链表查找-data structure cpp and report
<liangyu> 在 2024-11-19 上传 | 大小:1.53mb | 下载:0

[数据结构常用算法DS2

说明:2、 表达式求值 问题描述:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。 -2, the expression evaluation problem descr iption: Use the keypad to enter an expression to calculate the value of the expression and output the e
<ssswwww> 在 2024-11-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法jingsuansuanfalearn

说明:是关于精算算法的很详细的资料,我自己看了一些,但是好多没看懂,大虾们可以挑战一下-very difficult material about jingsuan,and maybe you can challenge yourself
<武茗> 在 2024-11-19 上传 | 大小:497kb | 下载:0

[数据结构常用算法tree_export

说明:这个程序是实现二叉树的输出,是数据结构的很好的应用和体现-This program is to achieve the output of a binary tree is a good application data structure and reflect
<Roslynn> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法gachuan

说明:折半查找的实现
<贾玉生> 在 2024-11-19 上传 | 大小:87kb | 下载:0

[数据结构常用算法List_CaL

说明:实现整数高精度的加减乘除运算,数据结构为链表-To achieve high-precision integer multiplication and division addition and subtraction, the data structure linked list
<谷龙> 在 2024-11-19 上传 | 大小:2.01mb | 下载:0

[数据结构常用算法linear_sim

说明:c++ 模拟指针 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ simulation features including access to the element pointer, delete elements, add elements, output elements. Use module
<yuanfeige> 在 2024-11-19 上传 | 大小:839kb | 下载:0

[数据结构常用算法binary_sort

说明:利用VC6编写的二分插入排序算法。可从文件和屏幕读取数据。-Prepared using VC6 binary insertion sort algorithm. Can read data from a file and screen.
<byd> 在 2024-11-19 上传 | 大小:867kb | 下载:0

[数据结构常用算法dd

说明:挺好的 还不错 多多支持啊 讲了快速排序的C描述-OK good perfect
<chenjing> 在 2024-11-19 上传 | 大小:5kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 1184.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org