资源列表

« 1 2 ... .44 .45 .46 .47 .48 1549.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法yy2

说明:1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack
<武朝阳> 在 2024-11-11 上传 | 大小:180kb | 下载:0

[数据结构常用算法yy3

说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write funct
<武朝阳> 在 2024-11-11 上传 | 大小:182kb | 下载:0

[数据结构常用算法yy4

说明:1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。 -1. Binary tree data structure defined chain. 2. Write a function to create the binary tree shown below. 3. Write a function of the first binary output
<武朝阳> 在 2024-11-11 上传 | 大小:173kb | 下载:0

[数据结构常用算法7

说明:编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) sim
<yaoy92> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法yy5

说明:1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。 -1. Define the graph data structure. 2. Write functions to achieve with the adjacency list graph storage structure, find the vertex degree. 3. Write functi
<武朝阳> 在 2024-11-11 上传 | 大小:173kb | 下载:0

[数据结构常用算法yy6

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

[数据结构常用算法the-smallest-tree

说明:这个源代码是一个最小生成树的算法实现,采用的visual c++6.0-This source code is a minimum spanning tree algorithm, using the visual c++6.0
<> 在 2024-11-11 上传 | 大小:920kb | 下载:0

[数据结构常用算法1

说明:中国剩余定理,本代码实现两个功能,一个功能是分解,将一个大数分解成n个小数值的数。一个功能是合成,实际就是分解的逆过程,将n个小数值的数还原成大数 -This code implements two functions, a function is broken down, large numbers will be decomposed into n a small number of values. A function of
<123> 在 2024-11-11 上传 | 大小:475kb | 下载:0

[数据结构常用算法Sort

说明:数据结构实验程序-4种排序算法的源程序 包括折半排序、插入排序、希尔排序和冒泡排序-Experimental procedure four kinds of data structures sorting algorithm
<李旭> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法daima

说明:各种排序算法,包括堆排序,二路归并排序,快速排序,冒泡排序,希尔排序,直接插入排序,直接选择排序-Various sorting algorithms, including heap sort, merge sort Road, quick sort, bubble sort, shell sort, direct insertion sort, selection sort directly
<李怀远> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法main

说明:初学数据结构,这个五子棋比较简单,用到得算法也很简单,希望能得到交流。-Beginners data structure, this backgammon is relatively simple, very simple algorithm was used, hoping to get the exchange.
<木奕> 在 2024-11-11 上传 | 大小:9kb | 下载:0

[数据结构常用算法154851651654852631312125485

说明:二叉树非递归算法,希望对大家有帮助,谢谢支持啊!-Binary tree the recursion algorithm, we want to help, thanks to the support!
<thx> 在 2024-11-11 上传 | 大小:271kb | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 1549.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org