# ConcactList **Repository Path**: Declan_Cai/ConcactList ## Basic Information - **Project Name**: ConcactList - **Description**: 通讯录管理系统 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-28 - **Last Updated**: 2021-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ConcactList #通讯录管理系统
C#课程大作业 ## 一、项目简介 ### 功能模块 通讯录管理系统主要分为六个功能模块:用户登录与注册、显示全部、查找、添加、修改和删除记录。 ### 功能需求 (1) 用户登录与注册:实现不同用户的注册、登录通讯录 (2) 显示全部:按一定规则显示通讯录中的全部信息; (3) 查找记录:实现用户在通讯录中查找数据功能; (4) 添加记录:实现用户添加一条完整的记录,包括姓名、性别、生日、电话、邮箱、地址。 (5) 修改记录:用户对通讯录已存在的记录进行修改,然后保存已经修改的记录。 (6) 删除记录:用户对通讯中已经存在的记录进行删除操作。 ## 二、模块设计 ### 1.系统功能结构图与模块结构图 ![image-20210219162011614](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162459.png) ![image-20210219161917677](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162513.png) ### 2.数据流图 ![image-20210219161955406](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162520.png) ## 三、数据库设计 ![image-20210219162104103](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162532.png) ## 四、实现效果 ![image-20210219162136713](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162547.png) ![image-20210219162140449](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162557.png) ![image-20210219162146035](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162605.png) ![image-20210219162151307](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162612.png) ![image-20210219162154899](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162621.png) ![image-20210219162207400](https://github.com/Declan-Cai/ConcactList/blob/master/readme-image/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20210219162627.png)