登录
首页 » 数据结构 » 用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...

用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...

于 2022-05-18 发布 文件大小:29.82 kB
0 208
下载积分: 2 下载次数: 1

代码说明:

用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 经典c程序100 每个都可以运行 内有目录
    经典c程序100 每个都可以运行 内有目录-Classic c program 100 can run each of directories within the
    2023-04-08 22:10:04下载
    积分:1
  • 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树....
    平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
    2022-02-25 00:21:11下载
    积分:1
  • 一 开发环境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase...
    一 开发环境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 运行 1:创建数据库 将Hotel.sql中的SQL语句考入SQL Server的查询分析器中,全部运行; 2:建立ODBC数据源 数据原名称为Hotel_MIS-a development environment OS : Windows 2000 Server SP2 IDE : Visual Studio 6.0 SP5 DataBase : SQL Server 2000 running a two SP2 : Hotel.sql database will be created in the SQL Server SQL admitted to the inquiry Analyzer All operations; 2 : build ODBC data source data formerly known as Hotel_MIS
    2022-05-09 13:40:16下载
    积分:1
  • sqlite加密版本
    sqlite官方并没有提供加密的功能,但提供了加密的接口。资源中的sqlite添加了加密功能。本加密算法采用XXTEA。如果使用Delphi连接此数据库,建议使用itwriting提供的sqlite wrapper改装版;资源包含有源代码以及编译成功的dll(编译工具:VC++ 2010。)各位可以下载后自行根据源码重新编译。
    2022-01-25 18:47:58下载
    积分:1
  • 码问题的C++实现,最经典的广度有限算法
    八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
    2022-04-12 06:09:13下载
    积分:1
  • 用链表求300的阶乘,并且返回链表节点的个.
    用链表求300的阶乘,并且返回链表节点的个数.-used for the factorial 300, and returned to the linked list node number.
    2022-03-17 21:47:18下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • 中缀表达式变后缀式
    采用C++语言编写,用来完成数据结构中中缀变后缀的程,以及利用中缀式计算四则运算表达式的程序
    2022-07-28 11:49:26下载
    积分:1
  • 希尔排序(缩小增量法) 排序过程:先取一个正整d1<n,把所有相隔d1的记录放一组,组内进行直接插入排序;然后取d2<d1,重复上述分组和排序...
    希尔排序(缩小增量法) 排序过程:先取一个正整数d1
    2023-08-27 08:35:04下载
    积分:1
  • 将网页文件中的词汇提取出来,放入一个单独的mdb格式库...
    将网页文件中的词汇提取出来,放入一个单独的mdb格式数据库-Page document vocabulary extracted into a separate database mdb format
    2023-01-21 16:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载