资源列表

« 1 2 ... .84 .85 .86 .87 .88 1889.90 .91 .92 .93 .94 ... 2656 »

[数据结构常用算法MergeSort

说明:(3)归并排序——已知序列{10,18,4,3,6,12,1,9,15,8},采用归并排序法对其作升序排序,打印每一趟的结果。-(3) merge sort- known sequence {10,18,4,3,6,12,1,9,15,8} method of its use as a merge sort in ascending order, print the results of each trip.
<王玉珏> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法BinaryTreeAlgorithm

说明:二叉树算法,包括建树,前序,中序,后序的递归与非递归算法,还有结点深度等算法。-Binary tree algorithm, including the contribution, the first order, in order, after the order of the recursive and non recursive algorithm, as well as algorithms such as junction d
<zhaoshihao> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法1

说明:本实验实现的是一个简单的停车场管理模拟系统,采用堆栈的数据结构,对车辆的停放统一管理。-Implementation of this experiment is a simple simulation of car park management system that uses the stack data structure, the unified management of the parking of vehicles.
<张学兵> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法sort_for_jishu(oushu)

说明:只对数组中的奇数或偶数排序,而偶数或奇数位置不变。-Only the odd or even an array of sort, and even or odd position unchanged.
<lanboyj> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法longest

说明:从一个不超过80个字符的句子中找出一个句子中长度最长的单词-find the longest word of a sentence,which contains less than 80 words
<chenquan> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法graph

说明:有向图 采用邻接表存储 DFS和BFS方法遍历 为方便表示,结点数小于10 用V0-V9表示不同的结点的-Directed graph using adjacency list method of storing DFS and BFS traversal for the convenience that the number of nodes is less than 10 with V0-V9 for different node
<刘少东> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法LinkListADT

说明:adt抽象链表,使用模板实现了基本的链表操作-list adt abstract, use the template to achieve the basic list operations
<刘少东> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法liebao

说明:动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0&l
<刘少东> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法software_fifo

说明:一种软件FIFO的实现源代码,供学习参考-FIFO implementation of a software source code reference for the study
<vslinux> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法Number_system_conversion

说明:数制转换 十进制传任意进制,任意进制转十进制-Decimal number system conversion pass any band, any band switch to decimal
<凌梦宇> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法123

说明:线性表的抽象数据类型的实现,掌握线性表的顺序存储结构和链式存储结构-List
<刘文> 在 2024-11-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法main

说明:自己编写的数据文件的哈夫曼编码算法压缩程序,纯C语言编写,应该可以直接使用。-Write my own data file compression program Huffman coding algorithm, written in pure C, should be used directly.
<YinWenjie> 在 2024-11-04 上传 | 大小:2048 | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 1889.90 .91 .92 .93 .94 ... 2656 »

源码中国 www.ymcn.org