Welcome![Sign In][Sign Up]
Location:
Search - Address Book modify delete

Search list

[Linux-UnixBOOKPHONE

Description: 这是一个由C语言开发的电话本程序,很有参考价值.-This is a C language developed by the phone this procedure, a good reference.
Platform: | Size: 13312 | Author: love | Hits:

[Home Personal applicationtel

Description: 一个通讯录管理系统,分为录入、查询、修改、删除、退出几部分。 先将通讯录中的资料读入结构体变量中,以便查询等操作 录入名字、地址、电话、电子邮箱、QQ号码-An address book management system, is divided into input, query, modify, delete, withdraw from the several parts. First reading of the address book information into the structure variables in order to query such as the operation input name, address, telephone number, e-mail, QQ numbers
Platform: | Size: 2048 | Author: jia | Hits:

[Data structstongxunlu

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:

[MiddleWaremain

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:

[CSharpMyCommunication

Description: 该通讯录是自己练习时所编写,采用c#实现,以文本文件存取通讯录记录,并实现了记录的浏览,添加,修改,删除,音乐播放等功能-The Address Book is prepared by their own practice, the use of c# Achieve in order to access the Address Book text file records and achieved a record to view, add, modify, delete, music player and other functions
Platform: | Size: 9098240 | Author: 张阿牛 | Hits:

[Othertextbook

Description: 本程序是用MFC设计的通讯录。能够完成添加,删除,修改等功能-This procedure is designed to use MFC address book. To complete the add, delete, modify the functions of
Platform: | Size: 834560 | Author: 张晓燕 | Hits:

[Documentstongxunlu

Description: MFC+access的通讯录系统。 (1) 查看功能:选择此功能时列出下列三类功能. A办公类 B个人类 C商务类 当选中某类时,显示出此类所有数据中的姓名和电话号码 (2)增加功能:能录入新数据,一个结点包括:姓名,电话号码,分类(办公类,个人类,商务类), 电子邮件, (3)修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。 (4)删除功能:选中某个人的姓名时,可对此人的相对数据进行删除并自动调整后续条目的编号,-MFC+ Access the address book system. (1) View Features: Select this function are listed in the following three features. A personal office category B category C category was elected in certain types of business when all of the data shows that this kind of name and telephone number (2) increase in function: able to input new data, a node include: name, phone number, classification (office type, personal type, business category), e-mail, (3) modify functions: to select a person s name when that person s corresponding modify data. (4) Delete function: to select a person s name can be relative to this person to delete the data and automatically adjusts the number of follow-up entry,
Platform: | Size: 4709376 | Author: 艾未未 | Hits:

[JSP/Javaaddress-book

Description: 1、管理联系人2、用户注册3、联系人添加、修改、删除、4、联系人查询(按姓名和按编号查询)-1,Manage contacts 2, contact management, user registration 3, add contacts, modify, delete, 4, contact queries (query by name and by number)
Platform: | Size: 268288 | Author: 张爱 | Hits:

[JSP/JavaAddress-book-written-in-Java-

Description: Java编写的通讯录 1.添加联系人2.修改联系人3.删除联系人4.查询联系人5.退出-Address book written in Java 1. Add contacts 2 to modify contact 3 delete the contact 4. Contacter 5 exit
Platform: | Size: 5120 | Author: 十字额 | Hits:

[Otheran-address-book

Description: 简单的通讯录编程,包括基本的学生信息,添加、修改、删除记录,以及查找记录-A simple address book program, including basic student information, add, modify, delete records, and to find records
Platform: | Size: 57344 | Author: xiaoyang | Hits:

[Otheraddress-book-Based-on-MFC

Description: 实现对通讯录的管理,可以添加,删除,修改通讯录等-To achieve the management of the address book, can add, delete, modify the address book, etc
Platform: | Size: 1632256 | Author: 王鸭梨 | Hits:

[Windows DevelopCourse-design-of-C-Address-Book

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:

[JSP/JavaJSP-address-book

Description: JSP大作业通讯录管理系统-本系统是一个简易的通讯簿管理系统,系统的主要功能包括:新用户注册功能,用户登录功能,根据用户登录的身份(分为管理员何普通用户)不同显示不同的功能页面。 当用户作为普通用户登录时,可以进行通讯簿查询何个人信息修改等操作;当用户作为管理员登录时,可以进行通讯簿查询、添加通讯记录、删除通讯记录、修改通讯记录等操作。最后选择退出功能退出整个系统。 -JSP job contacts management system- This system is a simple contact management system, the system' s key features include: new user registration feature, user login, user login identity (divided into the different display of the administrator how ordinary users) different functions page. When the user is logged in as a normal user, the address book query how personal information to modify the operation address book query when the user is logged in as an administrator, you can add the communications records, delete the log, modify the communications records. Finally select the exit function out of the entire system.
Platform: | Size: 2584576 | Author: 大空翼 | Hits:

[Otheraddress-book-management-program

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:

[androidAndroid-address-book-

Description: 一个小型Android通讯录,功能:添加、删除、修改、查找、联系人头像添加,数据的备份、还原-A small Android address book functions: add, delete, modify, search, add contact picture, data backup, restore,
Platform: | Size: 3868672 | Author: yuepengtao | Hits:

[Home Personal applicationbuild-address-book

Description: 运用C++以及sql server开发一个通讯录建立系统,实现基本的功能,包括通讯录的添加删除修改,便于对通讯录进行管理。-Use C++ and sql server developer build an address book system, to achieve the basic functions, including add delete modify the address book, to facilitate contacts management.
Platform: | Size: 365568 | Author: 葛骁倩 | Hits:

[Otheraddress-book

Description: 一个非常好用的通讯录系统,可以实现增删改查基本功能-an address book which can realize a function append ,delete,modify and search.
Platform: | Size: 1024 | Author: 东方 | Hits:

[JSP/JavaElectronic-address-book

Description: 一个Java电子通讯录,可以实现对朋友信息的添加,删除,更改,保存等操作,亲测可用。-A Java electronic address book, can add information to a friend, delete, modify, save and other operations, pro-test available.
Platform: | Size: 1800192 | Author: 余志雄 | Hits:

[Data structsAddress-book-management

Description: 1.通讯簿是一个线性表,可以存储一定数量的联系人记录,提供查找、插入、删除和修改等操作。 2.通讯簿的特点是以查找为主要操作,要求快速查找到指定对象的位置,故宜采用具有随机访问功能的顺序表。 -1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations. 2. The address book is to find the characteristics of the main operation, for quick lookup to specify the location of the object, therefore, appropriate USES the order of the random access function table.
Platform: | Size: 22528 | Author: 陈涛 | Hits:

[Post-TeleCom sofeware systemsadressbool

Description: 1) 利用MFC的向导,创建基于对话框的应用程序,添加按钮、编辑框等控件; 2) 设计通讯录的数据结构(如:以数组或者动态链表)和相应的类; 3) 完成对通讯录中记录的增加、修改、删除和显示。 4) 将通讯录存入文件。能够打开并显示其中所存的同学信息,并可以进行后续的操作。 -1) the use of MFC wizard to create a dialog-based application, add buttons, edit boxes and other controls 2) design contacts data structure (such as: the dynamic array or list) and the corresponding class 3) completion of the increase recorded in the address book, modify, delete and display. 4) stored in the address book file. Students can open and display information stored therein and can follow-up operation.
Platform: | Size: 46080 | Author: jack | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net