1 / 4
文档名称:

基于二维混沌映射的数字水印算法.pdf

格式:pdf   页数:4页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于二维混沌映射的数字水印算法.pdf

上传人:中国课件站 2011/10/18 文件大小:0 KB

下载得到文件列表

基于二维混沌映射的数字水印算法.pdf

文档介绍

文档介绍:基于 Windows Socket 的黑盒测试工具
的设计与实现
信息工程学院计算机系(计算机科学与技术) 王海荣
学号: 2002131066

【摘要】本文首先介绍了黑盒测试、Socket(注释 2)和客户/服务器模式等与黑盒测试工
具相关的技术,还讲解了测试工具的开发环境;然后,本文详细讨论了黑盒测试工具的设计
与实现:
(1) 首先介绍了测试过程的系统结构,
(2) 然后讲解了测试工具应完成的主要功能,
(3) 接下来又说明了各个功能模块的划分,
(4) 最后重点介绍了 Socket(注释 2)模块的工作流程和实现技术。
该测试工具大大提高了公司内部测试人员的工作效率,该工具经过下一步的修改以后,
将会更好的为测试人员服务。
【关键词】Socket(注释 2);黑盒测试;TCP/IP(注释 6);C#.NET;网络编程
【教师点评】该生的毕业设计属于某公司的实际项目的一部分,有实用价值,实现
中应用较先进的开发工具,且工作量较大,经运行测试,该设计完全符合要求,根据其所完
成的情况,建议评为优秀。
点评教师:周景洲


Design and Implementation of a Black Box Test Tool
Based on Windows Socket
【Abstract】Firstly, the thesis introduce some reference technologies of Black Box Test
Tool, for instance: black box test, Socket and Client/Server model. Then, the paper explain the
development environment of this test tool. Finally, this thesis will fully discuss the design and the
realization of that test tool:
(1) Introduce the system structure of the test process.
(2) Explain the major functions of this black box test tool,
(3) Carve up and discuss every function modules,
(4) At last, we focus on the Socket module, introduce its working process and the implement
technology.
This test tool consumedly raises the efficiency of test assignment pany inner test.
After the modification to Setsim3, it will e a better test tool to service testers.
【Key Words】 Socket;Black bo