搜索资源列表
AddressBook_GUI
- An example of GDI for saving file using linklist, ADDRESS BOOK
Address-book
- 编写一个简单的通信录管理系统。通信录包括:姓名、通信地址、邮编、联系电话,现编写一个通信录管理系统,可以对通信录进行输入、显示、查找等,通信录保存到一个文件中。 -Write a simple address book management system. Communications recorded include: name, mailing address, zip code, telephone number, is recorded to write a communicatio
MyCommunication
- 该通讯录是自己练习时所编写,采用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 pla
EMailSender_src
- EmailSender is a simple application which allows you to send an email with a text body or an HTML body and if you want one attachment file. The control which displays the email body is only a RichText control. This project is a mix of two initial pro
book-Management-System
- 利用C语言实现的通讯录管理系统,只有一个C文件-The use of C language implementation of the address book management system, there is only one C file
Address
- 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
address-list-
- 设计一个程序,实现通讯功能。本软件采用C++程序编程,实现通讯录基本功能(①用文件来保存通讯录信息(必须实现的功能)②编程实现通讯录记录的添加、删除、修改、浏览和查询(必须实现的功能)。本软件在中文版Visual C++中运行,利用MFC编程设计界面,实现各个功能的操作。 -Design a program to achieve communication. The software uses C++ programming, to achieve the basic functions of
address-book
- 通讯录程序,可以显示,修改,添加,删除,文件保存,密码保护,附带报告书-address book,can display,add,delete,file save,change
Address-book
- 这是一个用C语言写的通讯录:它包括输入记录、删除记录、插入记录、记录保存文件、从文件中读取记录等。-This is a C language to write the address book: it includes input records, delete records, insert record, recording save the file, read the records from a file.
Personal-address-book
- 本程序实现了一个同学通信录的功能,能录入个人信息和以文件形式存储个人信息,信息存储在TXT文件中。-The program function of the address book of a fellow student to input personal information and personal information stored in document form, the information is stored in a TXT file.
asd
- 通讯录至少应该有以下数据项:姓名,家庭住址,手机号码,邮编,E-mail。输入信息时要检查数据项手机、邮编、E-mail的合法性,手机号码:11位数字;邮编:6位数字;E-mail:包含@字符,且@两边都非空。对通讯录应该包含有以下操作(包括基本功能和拓展功能): a)向通讯录中添加信息; b)在通讯录中按姓名或手机号查找个人信息; c)删除通讯录中的个人信息; d)修改通讯录中的个人信息,并保存入文件; e)按不同数据项排序后列表输出通讯录中所有人的信息。通讯录中记录的数量
address-book
- 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-Making an address book function, CRUD operations on contacts, as well as the data file read and rewrite the code using the multi-file into multiple modules
book
- 基于VC++的个人通信录,使用文件保存信息,可添加、修改、删除-Based VC++ personal address book, save the file, you can add, modify, delete
address-book-management-program
- 这是用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 sa
telnumber
- 电话簿新版VB,仿QQ窗口风格,竖向布局的窗口,为了省事使用了两个界面控件:XPHScroll.ocx 和 XPVScroll.ocx,可导入通讯录格式的文件,功能不是太多,不过界面方面也有借鉴的地方,对VB界面编程有帮助 XPScroll滚动条控件有蓝色、翠绿、银色三个版本。基于内部控件VScroll和HScroll基础构建,具备VScroll和HScroll的基本特性,并支持键盘方向键和PageUP、PageDown键,可以完全取代VScroll和HScroll。XPScroll的问世为推
address-book--C
- C语言编写的通讯录程序,包括增删改查、排序以及保存到文件的功能。-C language to write the address book program, including to add and delete, sort, and the function of the save to file.
address-book
- 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-Making an address book function, CRUD operations on contacts, as well as the data file read and rewrite the code using the multi-file into multiple modules
Address-Book-system
- 通信录管理系统 用C++设计出模拟手机通信录管理系统,实现对手机中的通信录进行管理,按照姓氏拼音排序。通信名单和信息的文件存储/读取和修改。-Address book management system using C++ design analog mobile phone address book management system, to achieve the phone address book management, sorted by last name spelling. C
telephone-book
- 文件整合程序,可以将电话簿和通讯录进行整合,然后归整到另一个txt文件中。案例在压缩包中。-File integration procedures, phone book and address book can be integrated, and then reorganized into another txt file. Case in the compressed package.