Description: c语言版通讯录(数据结构:链表)实现的功能有增加、删除、修改、查询等,功能比较基本,有兴趣的同学可以修饰修饰。-c language version of Address Book (data structure: List) to achieve the function to add, delete, modify, query and so on, the basic functions, interested students can be modified modified. Platform: |
Size: 18432 |
Author:伍衡 |
Hits:
Description: c语言实现通讯录功能: 1、 数据入录――按顺序入录学生成绩 2、 插入记录――在一个特定序号处插入一条记录 3、 删除记录――删除特定记录 4、 修改记录――修改特定记录 -c language realize Address Book features: 1, data entry was recorded- in order to student achievement were recorded 2, insert the record- in a specific serial number 3, insert a record, delete record- delete a specific record of 4, to amend records-- modify a specific record Platform: |
Size: 3072 |
Author:lilei |
Hits:
Description: 用C语言编写的简单个人通讯录 c语言实现通讯录功能: 1、 数据入录――按顺序入录学生成绩 2、 插入记录――在一个特定序号处插入一条记录 3、 删除记录――删除特定记录 4、 修改记录――修改特定记录 5、 查询记录――关键字等于确定值的简单查询;关键字的值在某一范围内的范围查询,并可作相应统计-Using C language simple Personal Address Book Address Book c language function: 1, data entry was recorded- in order to student achievement were recorded 2, insert the record- in a specific serial number, insert a record 3, the deletion of records-- delete a specific record of 4, to amend records- modify a specific record of 5, the query log- keyword is equivalent to determine the value of a simple query keyword values in a particular area within the scope of inquiry, and for the corresponding statistical Platform: |
Size: 1024 |
Author:梁敏华 |
Hits:
Description: C语言编写的通讯录,是我做的大一C语言的课程设计,比较简单。主要功能包括:显示、添加、查询、修改、删除通讯录信息等。word中附录是源代码,测试部分删掉了部分截图,因为涉及到个人信息。-Address book, written in C, I do freshman C language curriculum design, is relatively simple. The main features include: display, add, query, modify, delete communication
Recorded information. The word in the Appendix is the source code, test part of the deleted part of the screenshot, because it involves personal information. Platform: |
Size: 117760 |
Author:叶倾 |
Hits:
Description: 用C语言写的通讯录,能实现所有添加、删除、修改、重命名等功能。-Address book written in C language, can all add, delete, modify, rename, and other functions. Platform: |
Size: 3072 |
Author:耗子 |
Hits:
Description: 这是用C语言实现的一个简易通讯录管理系统,数据结构是用链表实现的,能够实现各种查询,修改,增删操作,还能够保存文件。非常适合C语言初学者参考学习-This is a simple address book management system implemented in C language data structure linked list, to various queries, modify, add or delete operation, and also be able to save the file. Ideal for the C language reference for beginners learning Platform: |
Size: 133120 |
Author:唐文 |
Hits:
Description: 用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 Platform: |
Size: 2048 |
Author:cus |
Hits:
Description: 在VC++ 6.0的环境下,用c语言编写的简单通讯录,可以实现添加、修改、删除、查找联系人的信息的功能-In VC++ 6.0 environment, a simple address book using the c language, can be achieved to add, modify, delete, find the contact information of the function Platform: |
Size: 228352 |
Author:王冬 |
Hits:
Description: 在学链表时,用C语言链表写的一个通讯录管理系统,有增加/删除,修改/查看/释放等链表的基本功能。-In the list of learning, using C language list to write a address book management system, with add/delete, modify/view/release and other basic functions of the list. Platform: |
Size: 12288 |
Author:诸葛一帆 |
Hits:
Description: 模拟自己手机通讯录,做一个用 C 语言实现的具有类似功能的程序,以管理本班同学通讯录。可以通讯录进行添加、修改、删除、查找、显示、读写文件等操作(Simulate your mobile phone address book, do a similar function program implemented in C language to manage your classmates' address book. Can register, add, modify, delete, find, display, read and write documents and other operations.) Platform: |
Size: 400384 |
Author:这个GG不太冷 |
Hits: