资源列表

« 1 2 ... .85 .86 .87 .88 .89 490.91 .92 .93 .94 .95 ... 2656 »

[数据结构常用算法Horner

说明:基于Horner规则的多项式求解,主要思想递归-Horner Rule iter
<haa> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfs

说明:通过位运算实现可输入数据的八皇后运算问题-By bit arithmetic the eight queens operator input data
<熊风> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法path

说明:欧拉路径的计算,一个用c语言小程序。图论中求欧拉路径的程序。-Euler path calculation, a small program of c language. Graph theory procedures Euler path.
<dasy> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法tubaowenti

说明:凸包问题,大二一门课的课程设计,很短的小程序-Convex hull, sophomore course curriculum design, very short program
<唐亮> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法vectoralist

说明:练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个
<唐亮> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法fanxinsuanfa

说明:定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output valu
<唐亮> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法quanpai

说明:能够实现在输入的实数中找到其中两个实数的距离最短-Find one of the shortest distance of the two real numbers can be achieved in the real number input
<刘天文> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法LLStack

说明:Implementing LinkedStack at its best
<Sameer> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:插入排序算法,对想了解排序的人有一定的帮助-Insertion sort algorithm, there are certain people who want to understand the sort
<王文达> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法the_k_shortest_path

说明:第k短路算法,用A*算法和优先队列实现。查找任意两点间的第k短路,时间复杂度O(NLOGN)-K-shortest path algorithm, A* algorithm and priority queue. Find the first k short circuit between any two points, the time complexity of O (NLOGN)
<scarlett> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-num-k-element

说明:寻找中项和第k小元素 通过使用线性时间分析的数学方法 从而找到第k小元素 而不用排序以后再找-you can find the middle element and the num k element in a array which is not originally sorted
<vincent> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法link

说明:实验一:链式基本操作的实现 【问题描述】 选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作 (包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等) 【实验内容】 一、必做内容 菜单: 1.初始化 2.链表的建立 2.1头插入建链 2.2尾插入建链 3.插入 4.删除 5.查找 6.输出表长(即表中元素个数) 7.链表元素
<陈国泓> 在 2025-01-23 上传 | 大小:1kb | 下载:1
« 1 2 ... .85 .86 .87 .88 .89 490.91 .92 .93 .94 .95 ... 2656 »

源码中国 www.ymcn.org