资源列表

« 1 2 ... .64 .65 .66 .67 .68 1169.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法main

说明:1.实现线性表的链式存储结构——线性链表。从文件输入一批整数,建立有序链表(升序),并完成: • 查找一个指定元素 • 插入一个给定元素 • 删除一个指定元素 • 统计链表的长度 • 输出线性链表 • 实现安逆序链表的重建 2.采用链式结构实现任意多项式的存储,求两个多项式的和。 -1. The linear form of the linked storage structure- lin
<张晓敏> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明: 本源码实现了c的各种排序,如直接插入排序、堆排序,插入排序、起泡排序、快速排序等,是我大二下数据结构的课程设计源码,下载后可以直接使用,已编译运行成功。-data structure design
<红豆女> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法paixu

说明:对文件中的大量数据进行排序,有二分法,快速,锦标赛排序等-Large amounts of data in the document sort, a dichotomy, fast, tournament ranking
<菜菜> 在 2025-06-23 上传 | 大小:3kb | 下载:0

[数据结构常用算法AlgorithmsandDataStructuresNiklaus

说明:Algorithms and Data Structures
<shinmansoo> 在 2025-06-23 上传 | 大小:1.14mb | 下载:0

[数据结构常用算法tree

说明:二叉树排序的建立,以及二叉树的其他一些操作。-二叉树
<zt> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法matrix

说明:迷宫求解问题,输入一个M行N列0-1矩阵,0代表通过,1代表不能通过,判断是否能走出所给迷宫-matrix
<王月兵> 在 2025-06-23 上传 | 大小:3.56mb | 下载:0

[数据结构常用算法Josephus

说明:此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
<李万彬> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法floyd

说明:floyd算法实现 其中给出了一个例子矩阵-floyd algorithm which gives an example of matrix
<郭普宁> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstras

说明:迪杰斯科拉算法的实现 其中给出了具体例子-Dinger Scola algorithm implementation are given specific examples of which
<郭普宁> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法1328

说明:算法设计与分析的题目。雷达问题,这个程序就是解决这个问题的 。-Algorithm design and analysis of the topic. Radar problem, this procedure is to solve this problem.
<ljm> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法8squeens

说明:基于八皇后问题的求解,涉及深度搜索技术的各种应用-Based on the calculation 8queens, involving depth search engine technology in various applications
<ld> 在 2025-06-23 上传 | 大小:3kb | 下载:0

[数据结构常用算法huffman

说明:哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and store the output array of the best
<李城> 在 2025-06-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 1169.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org