资源列表

« 1 2 ... .16 .17 .18 .19 .20 2021.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法Hashing Search

说明:哈希查找, 根据文本输入构建哈希表, 输入字符串输出对应字符串在文本中出现的位置(Hash lookup, Build a hash table based on text input, The input string outputs the position in which the corresponding string appears in the text)
<hyhop150 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法ND

说明:用牛顿法求方程的一个根 方程的表达式:f 区间的左端点:a 区间的右端点;b 根的精度:eps 求得的根:root(Using Newton method to find a root of equation)
<鸟鸣不飞 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法floyd

说明:Floyd算法又称为弗洛伊德算法、插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。(Floyd algorithm, also known as plug-in method, is an algorithm for finding the shortest path between vertices in a given weighted graph.)
<铭MARS花 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法数据结构习题算法

说明:数据结构课后习题相关算法完整源代码,陆续后面会上传更多源代码,供大家参考交流。(Data structure after-school exercises related algorithms complete source code)
<AmyLiu > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法InFix2PostFixorPreFix

说明:要求:构建一个表达式树,当输入中缀表达式时,输出并打印其前缀及后缀表达式 实现:构造一个标准的表达式树的类,它涵盖先序、中序、后序遍历操作,通过不同顺序的打印操作来实现转换操作;相对于使用栈来进行转换,免去了中缀转成前缀时进行的逆序操作(Requirements: to construct an expression tree, when the input infix expression, output and print the
<舟齐 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法约瑟夫环

说明:约瑟夫环问题求解,c++原码,数据结构与算法解答(Joseph ring problem solving)
<Amysear > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法修道士与野人

说明:修道士与野人问题解答,c++原码,数据结构与算法(Repair solutions, Taoist and savage c++ original code, data structure and algorithm)
<Amysear > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法LinkList

说明:数据结构 是DVD啊发生vdfsbvdfdsvfvfv(englishvdsvdfsbdbvdvdvdfdvd)
<海阔天空3082566 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法排序算法

说明:多种排序算法合集,冒泡排序、快排、选择排序、希尔排序算法、插值排序算法、c++程序实现(Multiple sorting algorithm)
<langyuan > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法program2

说明:将线性表(顺序存储)中前 m 个元素和后 n 个元素进行互换(m+n<length)。 注意算法的空间复杂度。(Swap the first m elements of the linear table (sequential storage) and the latter n elements (m+n<length). Note the space complexity of the algorithm.)
<弗罗多 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法自来水管道架设问题

说明:自来水管道架设问题 【问题描述】 若要在八个居民区(A区、B区、C区、D区、E区、F区、G区、H区)之间架设自来水管道,如何以最低的经济代价架设这个自来水管道。 【基本要求】 利用二种方法Prim算法和克鲁斯卡尔Kruskal算法生成自来水管道的架设方案(Two methods, Prim algorithm and Cruise Carle Kruskal algorithm are used to generate the
<ls291730 > 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法双链表实现房产销售工人信息管理系统

说明:利用C语言(双链表)实现房产销售工人信息管理系统 【1】查找工人信息 【2】插入新工人信息 【3】删除工人信息 【4】工资合计 【5】统计 【6】按销售套数排序(The use of C language (double linked list)
<ls291730 > 在 2024-11-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 2021.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org