当前位置: 网学 > 网学资源大全 > 计算机 > 正文

数码影像浏览管理系统开发与设计

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: admin 发布时间: 13/09/05
【网学提醒】:本文主要为网上学习者提供数码影像浏览管理系统开发与设计,希望对需要数码影像浏览管理系统开发与设计网友有所帮助,学习一下吧!

资料包括: 论文(56页14639字) 程序 图纸 开题报告 
说明:

摘  要:本文主要针对目前市场上广泛流行的数码影像浏览系统,分析到它们的优点与不足,再结合广大用户的需求和作者自己的创新,精心开发而成的功能强大而且很实用的数码影像浏览管理软件系统。
本论文所介绍的软件是《数码影像浏览管理系统开发与设计》。该软件用Delphi7作为开发工具。文章从课题的需求分析起,清晰地阐述了本软件的实现方法。
系统实现的功能主要包括四部分:1、图像控制,包括打印、另存为、删除及设置为墙纸功能;2、图像浏览,包括普通浏览、漫游浏览和全屏浏览等;3、文件过滤功能,将系统不能识别或显示的文件过滤;4、文件浏览,让用户能够方便快捷的找到需要的文件,并打开它。总而言之,这个系统软件既综合了其他软件的优点,又加入了作者自己的创新,赋予了它更丰富的作用。
通过对本软件的开发,设计者对数码影响浏览管理系统技术有了一定了解,对Delphi7的编程语言和思路有了更为深刻的认识。

关键词:数码影像;漫游;浏览;文件过滤
 
ABSTRACT
This text mainly aims at currently on the market the extensive and popular figures image browses the system, analyze their advantage and shortages, then combine the need of contact the large customer and own innovation of author, the function strong and very practical figures image that develop but become with meticulous care browses to manage the software system.
The software that this thesis introduce is 《 the figures image browse to manage the system development and design》 .That software uses the Delphi7 conduct and actions development tool. The article rises from the need analysis of the topic, elaborating that this software carries out the method clearly.
The function of the system realization mainly includes the four-part cent:1, picture control, include to print, another save, delete and constitution is wallpaper function;2, the picture browse, including the commonness to browse, travelextensively to browse and all holding to browse etc.;3, the document filters the function, the document percolation that the system can''t identify or show;4, the document browse, let customer convenient to find out the document of demand fastly, and open it.To sum it up, this system software since synthesized the advantage of other softwares, went into own innovation of author in addition, gave it the more abundant function.
Through the development toward this software, design a the logarithms code influence to browse to manage the system technique contain certain understanding.Had to the Delphi7 the plait distance language and way of thinkingses to know more deeply.

Key words:Figures image;Travel extensively;Browse;The document filter

目   录
第1章   绪论……………………………………………………………………1
1.1  引言……………………………………………………………………1
1.2  课题研究的目的及意义………………………………………………2
    1.3  软件开发环境及主要工作内容………………………………………2
第2章 需求分析与开发工具………………………………………………4
2.1 需求分析………………………………………………………………4
2.1.1  软件功能分析…………………………………………………4
2.1.2  软件特点分析…………………………………………………5
2.2 开发工具介绍…………………………………………………………6
2.2.1  开发工具的选择………………………………………………6
2.2.2  Delphi7简介…………………………………………………7
2.2.3  Delphi7需要的硬件环境……………………………………8
2.2.4  Delphi7程序设计步骤………………………………………9
2.2.5  主要相关组件的介绍…………………………………………9
2.2.6  常用的过程与函数的介绍…………………………………12
2.2.7  GraphicEx的安装…………………………………………17
    2.3  本章小结……………………………………………………………18
第3章 系统总体设计……………………………………………………19
3.1   系统功能分析………………………………………………………19
3.1.1  系统功能分析的意义………………………………………19
3.1.2 系统功能的模块分化………………………………………20
    3.2  系统功能设计………………………………………………………20
        3.2.1  控制工具模块设计…………………………………………20
        3.2.2  浏览窗口模块设计…………………………………………23
        3.2.3  文件过滤模块设计…………………………………………24
        3.2.4  文件浏览模块设计…………………………………………24
    3.3  本章小结……………………………………………………………24
第4章 系统的设计与实现………………………………………………26
4.1  ActionList的设计…………………………………………………26
4.2  主菜单和右键菜单的实现…………………………………………27
    4.2.1  主菜单的设计与实现………………………………………27
    4.2.2  右键菜单的设计与实现……………………………………34
    4.2.3  菜单设计的方法与技巧……………………………………36
4.3  工具栏的实现………………………………………………………37
    4.3.1  辅助工作……………………………………………………37
    4.3.2  工具条的设计………………………………………………38
4.4  界面的总体分区及图像显示区设计………………………………39
    4.4.1  界面的总体分区设计………………………………………39
    4.4.2  图像显示区设计……………………………………………40
4.5  BrowserView 的设计与实现………………………………………40
        4.5.1  驱动器的实现………………………………………………41
        4.5.2  目录切换功能的实现………………………………………41
        4.5.3  文件过滤显示功能的实现…………………………………43
    4.6  界面的其他内容设计………………………………………………43
    4.7  本章小结……………………………………………………………45
第5章 系统分析与测试…………………………………………………46
5.1   系统调试的技巧及过程……………………………………………46
5.2   系统测试的结果……………………………………………………48
结论……………………………………………………………………………49
参考文献……………………………………………………………………50
致谢……………………………………………………………………………51


作者点评:
程序、论文、代码全都有!
  • 上一篇资讯: 电子商务环境下第三方物流服务商的发展策略研究
  • 下一篇资讯: 贪吃蛇游戏的设计实现
  • 相关资讯

    网学推荐

    免费论文

    原创论文

    文章排行榜

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号