资源列表

« 1 2 ... .96 .97 .98 .99 .00 201.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法ds_4

说明:1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of t
<Yvonne> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法ds_5

说明:1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degr
<Yvonne> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法ds_6

说明:1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method
<Yvonne> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法ds_7

说明:1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient a
<Yvonne> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法c-code

说明:c语言经典代码,包括:打印图案 ,大小写字母的互换 整数因子 /*请编写一程序完成下面的功能:从键盘上任意上任意输入一个大于0且小于1000的整数,然后输出此整数的所有整数因子。如输入12,则输入1,2,3,4,6,12。*/ 插入后自动排序 /*原题:把一个整数插入到按由小到大排列的数列中,插入后仍然保持由小到大的顺序排列*/ /*指针,穷举法进行比较交换*/ 求数列 /*原题:已知一正整数递增等差数列
<wangyicai> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法f31

说明:蛇顺序表中的关键字是递增有序的,将监视哨设在高下标端,设计算法实现简单顺序查找-Snake order keyword in the table are incremental and orderly, and will monitor the post is located in Gao Xia S side, the design algorithm is simple in order to find
<左左> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法f41

说明:进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.
<左左> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法chazhaozuijinzuxian

说明:编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
<左左> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法xiawei

说明:顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
<刘云> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法1152

说明:马周游问题代码,走日字形的马在 一个棋盘-Ma tour problem code
<林杰> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queue

说明:Its about the data structure Q-Its about the data structure Queue...
<Ahmed Dildar> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Tree

说明:Its about data structure Tr-Its about data structure Tree
<Ahmed Dildar> 在 2025-01-28 上传 | 大小:1kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 201.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org