文件名称:communicate

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 时*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

简单链表实现

基本功能:

(1)添加记录

先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条通讯记录。

(2)显示记录

显示当前所有记录。

(3)查询记录

按名字查找,并显示该记录。

(4)通信录排序

按姓名的字母顺序排序,涉及到冒泡等排序算法。

(5)删除记录

实现逐条删除和删除全部记录两种功能。

(6)更新记录

修改已存在记录的信息(提示:需首先判断该记录是否存在)。

(7)按关系显示记录

只显示与本人有指定关系(亲戚、朋友、同事、同学)的记录。

(8)保存记录

存储所有记录到某个文件(.txt)或缺省文件(Phonebook.txt)。

(9)读入记录

从某个文件(.txt)或缺省文件(Phonebook.txt)读入所有记录。首先判断当前是否有记录在进行操作,若有,进行存储或放弃存储,然后释放内存空间,之后才能从文件读入记录。

(10)退出

结束通讯录软件操作,释放内存后退出。



-List easy implementation

Basic functions:

(1) Add a Record

First to determine whether the list already exists. Does not exist, first of all need to automatically create a new list, and then add one or more communications records.

(2) Show Record

Displays the current all records.

(3) Record Query

Search by name and displays the record.

(4) recorded a sort of communication

By name in alphabetical order, relating to, such as bubble sort algorithm.

(5) delete Record

Realize one by one and delete all the records to delete two functions.

(6) Update Record

Modify the record information already exists (hint: need to first determine whether the records exist).

(7) by the relationship between the show Record

Only show I have designated Relations (relatives, friends, colleagues, classmates) records.

(8) record-keeping

Store all the records to a file (. Txt) file or the default (Phonebook.txt).

(9) read into the Record

From a file (. Txt) file or the default (
相关搜索: TXT
存储
信息

(系统自动生成,下载前可以参看下载内容)

下载文件列表

communicate

...........\通讯录.txt

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org