资源列表

« 1 2 ... .62 .63 .64 .65 .66 867.68 .69 .70 .71 .72 ... 2656 »

[数据结构常用算法graph

说明:该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest bina
<许娜娜> 在 2025-02-01 上传 | 大小:926kb | 下载:0

[数据结构常用算法binguankefang

说明:这是利用数据结构只是写的一个宾馆客房管理小程序,可以完成基本的管理程序的功能,包括输入输出信息,输入修改记录等。-This is the use of the data structure is written in a hotel room management of small programs that can perform basic functions of management process, including the
<许娜娜> 在 2025-02-01 上传 | 大小:4kb | 下载:0

[数据结构常用算法ds_1

说明:1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization lis
<Yvonne> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法ds_2

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

[数据结构常用算法ds_3

说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3
<Yvonne> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法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-02-01 上传 | 大小: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-02-01 上传 | 大小: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-02-01 上传 | 大小: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-02-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法revcount_MergeSort

说明:统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。-Counting reverse pairs
<PKUmzhang> 在 2025-02-01 上传 | 大小:2kb | 下载:0

[数据结构常用算法he_fu_man_bian_ma

说明:假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的
<谭毅> 在 2025-02-01 上传 | 大小:227kb | 下载:0

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

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

源码中国 www.ymcn.org