搜索资源列表
简易通讯录管理系统程序
- 简易通讯录管理系统,是一个连接数据库的程序,连接的是SQL数据库。-simple directory management system, is a procedure to connect to the database, are connected to the SQL database.
aa
- 本次通讯录管理程序主要是运用了链表的应用,线性表是数据结构中最简单、最常用的一种线性结构,本次实验主要任务是使用有关单链表的操作来实现通讯录信息系统管理。-The address book management is the application of the use of a linked list, linear data structure table is the most simple, the most commonly used as a linear structure, th
CSharp
- C#程序设计_ Windows项目开发_通讯录管理系统-C# Programming _ _ Windows address book management system project development
Addrlist
- 简单通讯录管理程序,可以实现对通讯录的一些较为简略的处理。如:增加一些记录(add),对已有的记录进行删除(del),显示通讯录中所有的记录(showall),按姓名查找并显示一条记录(query),以及按姓名修改一条记录(modify),并可从正文文件中添加数据到库表中(addfromtxtfile)以及将库表中的数据导出到正文文件(writetotxtfile),还可对库表进行几种不同的排序(sort),退出系统并做内部结尾工作(quit),并可在程序启动时加载已有数据,在用户退出系统时将现
CPHONEC
- C#期末作业,通讯录管理程序设计。带数据库,带报告,带源代码。 包含通讯录人员管理,照片管理,地址管理。-C# final assignment, contact management program design. With the database, with the report, with the source code. Contains contacts personnel management, photo management, address management.
addressbookmanegement
- 本程序是个人通讯录信息管理系统,可用于记录和管理同学(包含一起上学的学校名称)、同事(包含共事的单位名称)、朋友(包含认识的地点)、亲戚(包含称呼)等与本人有关人员的信息。-This program is a personal address book information management system that can be used to record and manage the informations of the classmates (including the schoo
4
- 一个实用的通讯录管理系统,能以简便高效的方式对通讯录进行管理和检索. 为实现系统功能,本程序主要分为六个模块。它们分别为:录入联系人信息、浏览所有联系人、查找联系人、修改联系人、删除联系人和退出系统-A practical address book management system, simple and highly effective way to manage the address book and retri . For the realization of the syst
Library
- 从一个简单的员工通讯录管理系统的面向 过程程序设计出发,讨论了传统的面向过程 程序设计方法的不足,进而引出面向对象程 序设计方法,介绍面向对象程序设计的编程 思想、基本概念,面向对象程序设计的优点, ,面向对象的软件开发过程。最后对综合性项目——图书馆图书借阅管理系统 进行了面向对象的分析与设计。 -From a simple employee address book management system for process-oriented programmin
利用线性表编写的通讯录程序
- 建立一个员工通讯录管理系统,可以方便查询每一个员工的办公室电话、手机号、及电子邮箱。其功能包括通讯录链表的建立、员工通讯信息的查询、修改、插入与删除、以及整个通讯录表的输出。