资源列表

« 1 2 ... .22 .23 .24 .25 .26 427.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法example

说明:建立一棵二叉排序树并输出该树的结构,然后让用户输入下列操作符:i(插入),s(查找),d(删除),p(输出结构),q(退出程序),程序执行相应操作。-Create a binary sort tree and outputs the structure of the tree, and then let the user enter the following operators: i (insert), s (find), d (de
<Reggie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculate01

说明:假设集合A和B的元素都是整数,并利用两个线性表la和lb分别存放集合A和B的成员。现依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素。-Assume a collection of elements of A and B are integers, and two linear tables la and lb, respectively, to stor
<Reggie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法treenode

说明:画出一棵二叉树,写出按照initial()函数建立该二叉树的字符序列。编写一个程序能建立一棵二叉树,并求所有叶子及结点总数。-Draw a binary tree, write in accordance with the initial () function to establish the sequence of characters of the binary tree. Write a program to establish
<Reggie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:根据Dijkstra算法写出程序计算从顶点到其它各顶点的最短路径和最短距离。-Calculation of the vertices of the shortest path and shortest distance from the vertex to the Dijkstra algorithm to write programs.
<Reggie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Floyed

说明:根据Floyed算法写出程序计算对顶点间的最短路径和最短距离。-According to the Floyed algorithm to write program to calculate the shortest path and shortest distance between vertices.
<Reggie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法chuanjiaoshi

说明:有3个传教士和3个野人要过河,只有一艘船,这艘船每次只能载2个人过河,且无论哪边野人的数量大于传教士的数量时,野人就会吃掉传教士。怎样让他们都安全过河?-Three missionaries and three wild man to cross the river, only one ship, the ship can only set two individuals across the river, and regardless
<qiong> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法kmp

说明:用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
<> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp10-9

说明:对一个字符串进行排序,并输出排序前和排序后的字符串-Sort of a string and output string sorting and sorting-
<焦焦> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp3-6

说明:病人排队看病,功能1:排队 2:就诊 3:查看排队 4.不再排队,余下依次就诊 5:下班 请选择- Patients line up to see a doctor, Function 1: Line 2: treatment 3: View queued 4 no longer line up, and the remaining followed by treatment 5: work Please select
<焦焦> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法4-3-QuickSort

说明:一个实现快速排序的源码,主要用来实现快速排序-code of quick sort
<ht> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:堆排序算法。堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。-heapsort is goog algrithm for sort some numbers.
<lj> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法plus

说明:这是一个用C++开发的多项式加法的程序,自己写的指针链表什么的在里面 -This is a polynomial addition of a C development program, a pointer to write their own linked list of what the inside
<王若> 在 2025-01-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 427.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org