Welcome![Sign In][Sign Up]
Location:
Search - phone book in c program

Search list

[CSharpcomplicatedphonebook

Description: 这是一个比较复杂的电话本,电话簿程序1.0: 内容全部来自《c++实践指导》 谭浩强 清华大学出版社 电话簿程序2.0: 把1.0中的只能显示姓名和电话号码扩充到能分别显示姓名、电话号码、Email和类别,并在DeleteRecord()中增加删除前的提示。 电话簿程序3.0: 在2.0的基础上增加virtual char* reclass()=0函数,使程序能返回类别变量的值,从而在CList::ShowList()函数中完成了按类别进行排序的功能。 电话簿程序4.0: 在3.0的基础上把查询功能改编为修改功能,LookUpRecord()变为修改功能函数。调用system("color f4")改变背景色-This is a more complicated phone book, phone book program 1.0: Content all from the " c++ guide to practice" TAN Hao-qiang, Tsinghua University Press, phonebook program 2.0: to 1.0 can only display the name and telephone number can be expanded to show both the name , telephone number, Email and categories, and in DeleteRecord () added before the deletion of the tips. Phonebook program 3.0: 2.0 based on the increase in virtual char* reclass () = 0 function, so that procedures can return the value of the variable categories, resulting in CList:: ShowList () function in the completion of the function to sort by category. Phonebook program 4.0: 3.0 based on the inquiry function adapted to modify the function, LookUpRecord () into a modified performance function. Call system ( " color f4" ) to change the background color
Platform: | Size: 12288 | Author: 王腾 | Hits:

[Data structsphonebook

Description: 基于顺序表的一个电话薄程序,c++实现,完成电话薄初始化,添加,删除,修改,精确(模糊)查询,按英文字母排序。-Based on the order of the table a telephone book program, c++ implementation of the phone book to complete initialization, add, delete, modify, precise (fuzzy) query, in alphabetical order.
Platform: | Size: 3072 | Author: xie | Hits:

[Data structs7

Description: 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with name to search for phone numbers (2) The user enters the name, to locate and output (3) the user can enter, add name and phone number (4) The user can delete the name and phone number (5) phone book can be saved in the specified file (13) can be read from the specified file into memory.
Platform: | Size: 2048 | Author: yaoy92 | Hits:

[Windows Developtele1

Description: 1、 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -1, the phone book write C++ program performs the following functions: (1) simple phone book function, with the name to search for phone numbers (2) The user enters the name, the program finds and outputs the result (3) the user can enter, add name and telephone number (4) the user can delete the name and phone number (5) phone book can be saved in the specified file (13) can be read from the specified file into memory.
Platform: | Size: 2048 | Author: 霏霏 | Hits:

[Data structstelephonebook

Description: 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Phone book write C++ program performs the following functions: (1) simple phone book function, with the name to search for phone numbers (2) The user enters the name, the program finds and outputs the result (3) the user can enter, add name and phone number (4) the user can delete the name and phone number (5) phone book can be saved in the specified file (13) can be read from the specified file into memory.
Platform: | Size: 1024 | Author: NoKoo | Hits:

[Data structsdianhuaben

Description: 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 - the phone book Write a c++ program to complete the following functions: (1) to implement simple phone call this function, use name to search phone number (2) the user to enter the name, and the program find and output results (3) users can input, add your name and telephone number (4) the user can delete your name and telephone number (5) the phone book may be kept in a specified file (6) phone can be read from a specified file into memory.
Platform: | Size: 2048 | Author: WHY | Hits:

[Otherasd

Description: 通讯录至少应该有以下数据项:姓名,家庭住址,手机号码,邮编,E-mail。输入信息时要检查数据项手机、邮编、E-mail的合法性,手机号码:11位数字;邮编:6位数字;E-mail:包含@字符,且@两边都非空。对通讯录应该包含有以下操作(包括基本功能和拓展功能): a)向通讯录中添加信息; b)在通讯录中按姓名或手机号查找个人信息; c)删除通讯录中的个人信息; d)修改通讯录中的个人信息,并保存入文件; e)按不同数据项排序后列表输出通讯录中所有人的信息。通讯录中记录的数量没有限制。 f)将通讯录中的数据写入文件和从文件读入数据。程序启动时先从文件读入数据,如果文件中没有数据则给出提示;写入文件时有两种方式,一为覆盖所有原有的内容 二为只将本次操作所修改的个人信息写入文件 g)程序启动时先从文件读入数据,如果文件中没有数据则给出提示退出程序。-The address book should have at least the following data: Name, home address, phone number, Zip, E-mail. To check the input data item phone, Zip, E-mail the legality of cell phone number: 11 digits Zip code: 6 figures E-mail: contain the @ character, @ both sides of the non-empty. Address book should contain the following operations (including the basic functions and expand the function): a) to add information to your address book b) In the address book by name or phone number to find personal information c) delete the personal information in the address book d) Revision of the address book of personal information, and save the file e) according to different data items sorted in the list of output contacts of all information. There is no limit to the number of records in the address book. f) the data is written in the address book file and the file is read into the data. Start with the file when the program starts read into the data file data prompted write to a file in tw
Platform: | Size: 37823488 | Author: 王鸣明 | Hits:

[OtherThe-phone-book

Description: 1、 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Phone book write C++ program complete the following functions: (1) to achieve a simple phone book function to search for the phone number, name (2) enter your name, program to find and output the results (3) the user can enter, add your name (4) The user can delete the name and phone number, and phone number (5) The phone book can be saved in the specified file (6) The telephone can be read from the specified file into memory.
Platform: | Size: 2048 | Author: | Hits:

[Otherphone_book

Description: 编写C++程序完成以下功能: 实现简单电话本功能,用姓名来搜索电话号码; 用户输入姓名,程序查找并输出结果; 用户可以通过输入,添加姓名和电话号码; 用户可以删除姓名和电话号码; 电话本可以保存在指定文件中; 电话可被从指定文件中读入到内存。-Writing C++ program to perform the following functions: simple phone book function to search for the phone number, name Users enter the name, the program to find and output the results Users can add a name and phone number by entering Users can delete the name and phone number Phone this can be saved in the specified file calls can be read from the specified file into memory.
Platform: | Size: 2048 | Author: 王大可 | Hits:

[Windows Develop03

Description: 采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。系统可以进行来电显示和来电接听等功能。提供电话拨出功能,可以通过程序拨出电话。提供客户管理功能,记录客户信息,并可以在拨出电话时以电话簿的形式显示客户信息。提供电话录音功能,当电话接通时开始录音,当电话挂断时结束录音。提供录音管理功能,可以通过程序修改录音文件的存储位置。本实例取自《visual c++项目开发案例全程实录》一书,保证能跑,不过要事先配置外部环境,内有说明书,网友可按提示操作-Man-machine dialogue operation, beautiful and friendly interface design, flexible operation, convenient, fast, accurate, secure and reliable data storage. Caller ID and call answering function. Providing telephone dial-out capability, outgoing calls through the program. Provides customer management functions, record customer information, customer information is displayed in the form of a phone book and outgoing calls. Telephone recording function, start recording when the call is connected, the end of the recording when the phone hang up. Recording management functionality, the storage location of the recording files can be modified by the program. This example is taken from the book " the visual c++ project development Case Full Record assurance can run, however, pre-configured external environment, with manual, users may be prompted to operation
Platform: | Size: 4942848 | Author: | Hits:

[ADO-ODBCStructures

Description: Lesson 7: Structures in C When programming, it is often convenient to have a single name with which to refer to a group of a related values. Structures provide a way of storing many different values in variables of potentially different types under the same name. This makes it a more modular program, which is easier to modify because its design makes things more compact. Structs are generally useful whenever a lot of data needs to be grouped together--for instance, they can be used to hold records from a database or to store information about contacts in an address book. In the contacts example, a struct could be used that would hold all of the information about a single contact--name, address, phone number, and so forth.
Platform: | Size: 1024 | Author: UUU | Hits:

[File Operatephonenumber-notebook

Description: 一个C++编写的电话本小程序,支持添加,删除,查询打印等功能,同时文件操作部分可供初学者参考-A C++ program written in a small phone book, support for adding, deleting, check printing and other functions, and file operations section reference for beginners
Platform: | Size: 2048 | Author: | Hits:

[OtherAddressBook111

Description: C编写的通讯录(电话本)程序,具有添加、删除、插入、改写、遍历……各种功能,开发平台为visual c++/visual studio-Written in C contacts (phone book) program, with add, delete, insert, rewrite, traversing ...... variety of functions, a development platform for the visual c++/visual studio
Platform: | Size: 1036288 | Author: Quentin | Hits:

[电话本

Description: 编写C++程序完成以下功能: 实现简单电话本功能,用姓名来搜索电话号码; 用户输入姓名,程序查找并输出结果; 用户可以通过输入,添加姓名和电话号码; 用户可以删除姓名和电话号码; 电话本可以保存在指定文件中; 电话可被从指定文件中读入到内存。(Write a C++ program to complete the following functions: simple phone book function, use the name to search for phone numbers; the user name, the program to find and output; users can input, add your name and telephone number; the user can delete your name and telephone number; the telephone can be saved in the specified file; the telephone can be from the specified file read into memory.)
Platform: | Size: 2048 | Author: Altria | Hits:

[Windows DevelopPhoneBook150601Z27

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:

CodeBus www.codebus.net