网络存储系统的开发与设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

网络存储系统的开发与设计(含任务书,开题报告,中期检查表,毕业论文7400字,答辩PPT)
摘  要:随着计算机应用技术的发展,数据的重要性凸现出来。作为保存数据的载体,存储系统必须具有高可靠的安全性、稳定性和易管理性。因此,发展自己的存储技术和软、硬件系统,对于国家安全有着极其重要的意义。本网络存储系统是用VC的socket技术做成,实现了通过客户端注册用户、找回密码,登录成功后,可以实现对用户文件夹中文件的上传、下载,服务器管理用户文件和用户信息的功能。
关键词:Visual C++;SQL;ADO;socket;多线程编程;网络存储系统

The Design and Development of The Network Storage System
Abstract: Along with the development of computer technology, the data of the importance of salience. As the carrier, save data storage system must have high reliable security, stability and managerial. Therefore, the development of their own storage technology and software and hardware system, for national security is very important. This network storage system is made using VC's socket technology, realized through the client registered users, retrieve password, login after the success of users, can realize the upload, folder file download, server management user files and user information function.
Key words: Visual c++; SQL 2000; ADO; socket; Multiple threads
 

网络存储系统的开发与设计
网络存储系统的开发与设计


目    录
摘要    1
关键词    1
1  前言    1
2  可行性分析    2
3  开发简介    3
3.1  系统描述    3
3.2  开发平台的选择    4
3.3  开发工具介绍    4
3.4  数据库的选择    5
3.5  系统运行环境    5
3.5.1  客户端    5
3.5.2  服务器端    5
3.5.3  数据库服务器端    6
4  数据库设计    6
4.1  数据库概念结构设计    6
4.2  数据库逻辑结构设计    6
5  系统的设计与实现    7
5.1  系统的功能结构    8
5.2  系统的物理结构    8
5.3  登录模块设计    8
5.4  注册模块设计    9
5.5  找回密码模块    11
5.6  用户信息模块    12
5.7  用户文件操作模块    12
5.8  服务器模块    17
6  结论    20
参考文献    20
致谢    21