搜索资源列表
duopidao
- 模拟多批道处理程序C# 操作系统课程设计,这个把握不大,没有好的测试例子。自己看吧。 转载请注明出自www.shootsoft.net-simulated multiple processing Road # C courses on operating system design, not grasp this, there is no good test case. Ion battery. Please specify reproduced from www.shoot
thethirdlayercommute
- 第三层交换是新一代局域网路由和交换技术,本书是第一本关于这种新技术的系统化指南。本书主要内容包括:如何决定是否选择第三层交换技术、第三层交换网络设计技术、第三层交换案例分析等,并对目前流行的6种第三层交换产品给出了基准测试结果。最后,针对具体实施,为第三层交换的管理给出了一些推荐意见。-Layer 3 Switching is a new generation LAN routing and switching technology, This book is the first of this
sdfefefa
- 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve the
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
LR0
- (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
DHRY
- The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different
wangluop2p
- 本文首先分章介绍 P2P 技术、P2P对等点发现技术、网络技术、面向对象的网络framework 技术;然后实现一个P2P对等点发现模型,以及利用设计模式思想实现对 WINSOK 的面向对象的封装,实现TCP,UDP,及同步时间分离模型(Reactor模型)和主动器模型(Proactor模型),并实现相应的测试程序。-At first,This text divides Chapters to introduce P2P technology, P2P peer discovery techno
TXL
- 1点击同学录首页登陆区注册按钮,按照系统提示准确填入相关信息。 2 登录后,同学录会列出您所注册过的班级。 3 进行留言、上载照片、发表评论、查询同学或校友等等。 (2)应用所学计算机网络课程中的知识,利用网络实用程序实现其协议。 (3)编制好网络实用程序后,设计若干用例,上机测试并分析所设计的程序。 -Click on a landing zone Classmates Home Register button, fill in accordance with the s
123
- 黑盒测试的测试用例设计,很好的测试用例,很基础,能看懂,有效果-Black box testing the test case design, a good test case, it is based, can read and understand, there are effects
dingpiaoxitong
- 本文主要阐述软件工程课程设计管理系统案例库中案例的建设过程。所选项目“机票预订系统”和“教务管理系统之子系统——系内课程安排”都具有典型的信息管理系统的特征。论文从软件工程的角度介绍了这两个案例的开发过程,包括可行性分析和需求分析,系统设计,文件和数据库设计,系统编码实现,测试。本系统采用了Asp,Access等技术。整篇论文,作者着重对“机票预订系统”进行了系统分析,开发,并对“教务管理系统之子系统——系内课程安排”进行了初步的分析。设计结果可作为软件工程课程设计训练的一个参考-This te
chartTest
- 一个用API设计的实时曲线显示类,这样既可以在基于SDK应用开发应用,又可以在MFC框架中应用。含测试例子-A real-time curve with the API design show class, both to SDK-based application development and application, but also in the MFC application framework. Test case with
studentVCAccess
- 基于vc++的学生管理信息系统的设计与实现,基于以上技术背景及系统需求,形成了开发规范。其中包括文档、变量和数据表的命名规范,代码结构规范,及文件结构规范。同时提出了系统开发所需的软、硬件环境需求。然后,依据需求文档,逐一实现各个功能模块,并附带相应的核心代码,加以阐述详细设计过程和实现细节。-I achieved the various functional modules one by one corresponding with the core code, to describe the
heiheceshi
- 软件测试中黑盒测试及测试用例设计的方法及WinRunner的工作流程.-Black box testing in software testing and test case design methods.
Vir_Mem
- 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Recently Used) 4) 最不经常使用法(Least Frequently Used) 5) 最近未使用法(No Used Recently) 其中,命中率=1-页面失效次数/页地址流长度。 试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率
shujujiegou
- 试设计一个将一组英文单词按字典序排列的基数排序算法。设单词均由小写字母或空格构成,最长的单词有MaxLen个字母-Design a test to a group of English words arranged according to the base of lexicographic sorting algorithm. Let the words are lower case letters or spaces constitutes the longest word has MaxL
Object-Orient-Analysis-a-Design
- 本书详细介绍了面向对象的分析与设计,全面探讨了面向对象概念、软件开发过程、UML和多层技术。 本书使用最常见的技术和方法,通过一个贯穿全书的案例分析,对面向对象的软件开发过程和使用面向对象技术的编程过程进行了透彻的讨论。首先阐述了面向对象软件项目的基本概念,然后基于广泛使用的方法,介绍了使用进行以测试为驱动的开发过程,最后研究了现实世界中的开发问题。 -This book introduces object-oriented analysis and design, full explo
haxibiao
- //使用哈希函数:H(k)=3*k MOD length,并采用开放定址法处理冲突。试对输入的关键字序列构造哈希表,哈希表长度为length, //求等概率情况下查找成功的平均查找长度,并设计构造哈希表的完整的算法。 -//Use the hash function: H (k) = 3* k MOD length, and open addressing treatment conflicts. The test input keyword sequence constructed h
TriangleJudge
- 三角形判断问题。可用于黑盒测试用例设计。-Triangle judgment. Can be used for black-box test case design.
Design-T-Shirt
- The input consists of multiple test cases. For each case, the first line contains three positive integers N, M and K where N is the number of people, M is the number of design elements, and K is the number of elements XKA will put into his design. Th
DFT-TSK-TEST-CASE
- 用于DT测试的很好的用例设计说明,对做DT测试有很好的借鉴意义。-DT test for a good descr iption of the use case design, test DT for doing good reference.