文件名称:c
介绍说明--下载内容均来自于网络,请自行研究使用
用c语言编写一个通讯录,并对他进行增加,查询,删除,修改,显示记录等操作,要写出源代码并画出流程图..
编程要求:
在编写的程序中应该包括以下模块
第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能.
第二个模块--Menu()的功能是:显示英文提示选单.
第三个模块--Quit()的功能是推出选单.
第四个模块--Creat()的功能是:创建新的通讯录.
第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回选单.
第六个模块--Find()的功能是:查询某人的信息如果找到了,则显示该人的信息,如果未找到,则显示通讯录中没有此人的信息,并返回选单。
第七个模块--Alter()的功能是:删除某人的信息,并返回选单。
第八个模块--Delete()的功能是:删除某人的信息,如果未找到要修改的某人的信息,则提示通讯录中没有此人的信息,并返回选单。
第九个模块--List的功能是:显示通讯录中的所有记录。
-An address book, and to add, query, delete, modify, display records of operations c language source code to write and draw a flow chart ..
Programming requirements:
Should include the following modules in a program written in
The first module- the main function main () function call each function: according to the menu options, and complete the matched features.
The second module- Menu () function is: English prompts menu is displayed.
The third module- Quit () function is the launch menu.
The fourth module- Create () functions are: to create a new address book.
The fifth module- Add () function: new information is written at the end of the address book, and to return to the menu.
The sixth module- Find () function: the query someone if found, display the information of the person, if it is not found, then the address book do not have this information and return to the menu.
The seventh module- Alter () function: delete a person s information and return to the menu.
The eight
编程要求:
在编写的程序中应该包括以下模块
第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能.
第二个模块--Menu()的功能是:显示英文提示选单.
第三个模块--Quit()的功能是推出选单.
第四个模块--Creat()的功能是:创建新的通讯录.
第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回选单.
第六个模块--Find()的功能是:查询某人的信息如果找到了,则显示该人的信息,如果未找到,则显示通讯录中没有此人的信息,并返回选单。
第七个模块--Alter()的功能是:删除某人的信息,并返回选单。
第八个模块--Delete()的功能是:删除某人的信息,如果未找到要修改的某人的信息,则提示通讯录中没有此人的信息,并返回选单。
第九个模块--List的功能是:显示通讯录中的所有记录。
-An address book, and to add, query, delete, modify, display records of operations c language source code to write and draw a flow chart ..
Programming requirements:
Should include the following modules in a program written in
The first module- the main function main () function call each function: according to the menu options, and complete the matched features.
The second module- Menu () function is: English prompts menu is displayed.
The third module- Quit () function is the launch menu.
The fourth module- Create () functions are: to create a new address book.
The fifth module- Add () function: new information is written at the end of the address book, and to return to the menu.
The sixth module- Find () function: the query someone if found, display the information of the person, if it is not found, then the address book do not have this information and return to the menu.
The seventh module- Alter () function: delete a person s information and return to the menu.
The eight
(系统自动生成,下载前可以参看下载内容)
下载文件列表
c.txt