- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据结构顺序表报告
设计人员相关信息
设计者姓名、学号和班号:12地信李晓婧 1座机电话号码83
设计日期:2014.
上机环境:VC++6.0
程序设计相关信息
实验题目:编写一个程序,实现顺序表的各种基本运算(假设顺序表元素为char),并在此基础上设计一个程序,完成如下功能:
1 初始化顺序表L;
2 依次采用尾插法插入a,b,c,d,e元素 3 输出顺序表L: 4 输出顺序表L长度 5 判断顺序表L是否为空 6 输出顺序表L的第3个元素 7 输出元素a的位置 8 在第4个元素位置上插入f元素 9 输出顺序表L: 10 删除L的第3个元素 11 输出顺序表L: 12 释放顺序表L释放线性表L占用的内存空间。int ListEmpty:判断线性表是否为空表判断成员length是否为0,就可以判断线性表是否为空int ListLength:求线性表的程度返回成员length即可
void DispList输出线性表当先线性表L不为空的时候,顺序输出每个元素的值
int GetElem:求线性表中某个数据元素值返回L中第i个位置的元素值
LocateElem:按元素值查找该运算按顺序查找第一个值域和e相等的元素的逻辑位序。
ListInsert插入数据元素将第i个位置以后的数据依次后移一位,然后将e插入位置iListDelete:删除数据元素和插入类似,讲位置i以后的元素依次向前移动一位,占掉位置i的元素即可
office, branch offices jurisdiction , risk management, marketing management sector through supervision and inspection found problems, should be assigned the investigators are corrected in a timely manner. 27th the fifth chapter penalty under any of the following acts, then the relevant provisions to punish the investigators, according to the Bank. To constitute a crime shall be investigated for criminal responsibility: A on the business that are not involved in the investigation, issued a survey. B customer credit information are not thorough verification. Iii to participate in credit customer survey is not in place, customers and data is incomplete, untrue; he knows bear a counterfeited clients issuing credit. D does not provide for due diligence of credit business, pre-loan investigation form, concealing facts or providing false information or should be found in a normal investigation failed to discover the risk factors, lead to the review and approval policy errors, loan risk. Five on loan guarantees of survey not in place, not by provides on arrived, and pledge real for field verification, and assessment, and identification and registration, not according to provides on guarantor of guarantees qualification and guarantees capacity for survey verified, led to guarantees loan lost authenticity, and legitimacy, and effectiveness of; cycle loan busin
文档评论(0)