文件名称:SXBIAO

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 30kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 周*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

顺序表的查找、插入与删除。设计算法,实现线性结构上的顺序表的产生以及元素的查找、插入与删除。具体实现要求:

1.  从键盘输入10个整数,产生顺序表,并输入结点值。

2.  从键盘输入1个整数,在顺序表中查找该结点的位置。若找到,输出结点的位置;若找不到,则显示“找不到”。

3.  从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出顺序表所有结点值,观察输出结果。

4.  从键盘输入1个整数,表示欲删除结点的位置,输出顺序表所有结点值,观察输出结果。

-Order table lookup, insertion and deletion. Design algorithms, and produce as well as elements of the linear structure on the order table lookup, insert and delete. Concrete realization of the requirements:

An input 10 integers from the keyboard, resulting in the order table and enter the node values​ ​ .

(2) from the keyboard to enter an integer in the sequence table to find the location of the node. If found, the location of output nodes if no shows "not found".

3 input two integers from the keyboard, a position i want to insert another expressed the wish to insert the value of x, x is inserted in the corresponding position on all the node values ​ ​ of the output sequence table to observe the output.

4 Enter an integer from the keyboard to indicate the position you want to delete the node, all node values ​ ​ of the output sequence table to observe the output.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

项目1\1mian.c

.....\2CreateList.c

.....\3LocateList.c

.....\4InsertList.c

.....\5DeleteList.c

.....\6PrintList.c

.....\Debug\1mian.obj

.....\.....\2CreateList.obj

.....\.....\3LocateList.obj

.....\.....\4InsertList.obj

.....\.....\5DeleteList.obj

.....\.....\6PrintList.obj

.....\.....\CL.read.1.tlog

.....\.....\CL.write.1.tlog

.....\.....\link-cvtres.read.1.tlog

.....\.....\link-cvtres.write.1.tlog

.....\.....\link.4388-cvtres.read.1.tlog

.....\.....\link.4388-cvtres.write.1.tlog

.....\.....\link.4388.read.1.tlog

.....\.....\link.4388.write.1.tlog

.....\.....\link.read.1.tlog

.....\.....\link.write.1.tlog

.....\.....\mt.read.1.tlog

.....\.....\mt.write.1.tlog

.....\.....\rc.read.1.tlog

.....\.....\rc.write.1.tlog

.....\.....\vc100.idb

.....\.....\vc100.pdb

.....\.....\项目1.exe.embed.manifest

.....\.....\项目1.exe.embed.manifest.res

.....\.....\项目1.exe.intermediate.manifest

.....\.....\项目1.lastbuildstate

.....\.....\项目1.log

.....\.....\项目1_manifest.rc

.....\head.h

.....\项目1.vcxproj

.....\项目1.vcxproj.filters

.....\项目1.vcxproj.user

.....\Debug

项目1

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org