文件名称:xianxingbiao

  • 所属分类:
  • 汇编语言
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-09-28
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 黄*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

实现顺序表的基本操作(最终提交“.cpp”)



程序要求:



先给出顺序表的类型定义



给出顺序表的如下基本操作的算法函数定义



构造一个空的线性表:InitList_Sq(SqList &L)



在顺序表L的第i个位置之前插入新的元素e:ListInsert_Sq(SqList &L, int I, ElemType e)



在顺序表L中删除第i个元素,并用e返回其值:ListDelete_Sq(SqList &L, int I, ElemType &e)



实现如下新操作的函数定义:



借助ListInsert_Sq操作创建一个顺序表:ListCreate_Sq(?)



计算线性表的长度:ListLength_Sq(?)



打印顺序表中的所有元素值:ListPrint_Sq(?)



其中?请自行添加适宜的参数表



在主函数中调用上述函数进行测试,给出测试结果截图-To achieve the basic operation of the order form (the final submission .Cpp )

Program requirements:

First, the definition of the type of the order table is given.

The algorithm function definition of the following basic operation of the order table is given.

Construct an empty linear list: InitList_Sq (&L SqList)

Insert the new element e:ListInsert_Sq (&L SqList, I int,, e ElemType, L) before the first I of the sequence table.

Removes the first I element in the sequence table L and returns its value with ListDelete_Sq: e (&L SqList, I int, &e ElemType).

To achieve the following functions defined in the new operation:

Create a sequence table with the help of ListInsert_Sq operations: ListCreate_Sq (?)

Calculate the length of the linear table: ListLength_Sq (?)

All the elements in the print order table: ListPrint_Sq (?)

Among them, please add the appropriate parameter table

Call the function in the main function to test, give the test results screenshot
(系统自动生成,下载前可以参看下载内容)

下载文件列表





xianxingbiao.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org