资源列表

« 1 2 ... .41 .42 .43 .44 .45 1746.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法sort-algorithm

说明:排序算法:快速排序,堆排序 可以对大量数据排序-sort for large datas. algorithms:quicksort and heapsort.
<haizhen xue> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法linear

说明:一个功能实用完整的C++链表程序及代码,使用了模板编写了代码,包含删除元素、添加元素、搜索元素、输出元素处理等功能,运行截图如上所示。    -A functional and complete C++ linked list procedures and code, use the template to write code that contains the deleted elements, add elements,
<suehao> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Lorentz-model

说明:Lorentz model to describe materials (negative and positive permittivity)-Lorentz model
<jie> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Group

说明:1.建立并显示图的邻接矩阵。 2.建立并显示图的邻接表。 3.实现图的深度优先和广度优先遍历。 4.实现最小生成树的算法。 5.实现拓扑排序算法。-(1) to establish and show the adjacency matrix. 2 and displays the adjacency table. Depth first and breadth-first traversal of the graph.
<陈小默> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法SqList

说明:1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.建立并显示含有n个整数的顺序表 3.实现对有序表(非递减)插入一个元素的功能 4.实现两个有序(非递减)表合并生成新的有序表的功能 5.顺序查找顺序表,删除元素e(只删除找到的第一个值为e的元素)。 6.顺序查找顺序表,删除元素e(删除所有值为e的元素)。 -(1) the basic op
<陈小默> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Scientific-calculator

说明:科学计算器,可以实现文曲星上的科学计算器功能,包括sin,平方,阶乘等-Scientific calculator, scientific calculator function on Wenquxing, including sin, square, factorial
<liu> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法strMatch

说明:字节流的快速模式匹配算法, 具有比较详细的注释, 供开发时参考. 速度高于 strstr, 且支持字节流. -Byte stream of fast pattern matching algorithms, with detailed notes for reference when developers faster than strstr, support byte stream.
<zzz654321> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法LIST

说明:C++ implementation of a List structure
<mrssuper> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法2

说明:链表的基本运算与实现;链栈的基本运算与实现;-List of basic operations and implementation chain operations and implementation of the basic stack
<张建安> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法4

说明:链队的基本运算与实现;顺序队的基本运算与实现;迷宫的最短路径-Chain of basic operations and implementation teams sequence of basic operations and implementation teams maze shortest path
<张建安> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法pro

说明:如果采用单链表保存单词,可采用如下办法压缩存储空间。如果两个单词的后缀相同,则可以用同一个存储空间保存相同的后缀。例如,原来分别采用单链表保存的单词Str1“abcdef”和单词Str2“dbdef”,经过压缩后的存储形式如下。 请设计一个高效的算法完成两个单链表的压缩存储,并估计你所设计算法的时间复杂度。 要求:阅读预设代码,编写函数SNODE * ziplist( SNODE * head1,
<zzzbit> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法AVLtree

说明:AVLtree数据结构平衡二叉树-AVLtree balanced binary tree data structures. . . . . . . .
<duanmu> 在 2024-11-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 1746.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org