搜索资源列表
guitestfirst
- 《使用测试优先方法开发用户界面》 测试优先是测试驱动开发(Test-Driven Development, TDD)的核心思想,它要求在编写产品代码前先编写基于产品代码的测试代码。在测试驱动开发的单元测试中,对GUI应用实施自动测试应该是测试驱动开发的软肋之一。由于界面的操作是有由人来完成的,所以要想在GUI中完成单元自动测试是有一定难度的。Kent Beck在它的《测试驱动开发》中就曾提到过这个问题。 本文将通过一个例子来讲解在测试驱动开发中如何针对GUI进行单元测试。这个例子是D
howtousecppunit4test
- 测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。开发过程的目标就是首先使测试能够通过,然后再优化设计结构。测试驱动开发式是极限编程的重要组成部分。XUnit,一个基于测试驱动开发的测试框架,它为我们在开发过程中使用测试驱动开发提供了一个方便的工具,使我们得以快速的进行单元测试。XUnit的成员有很多,如JUnit,PythonUnit等。今天给大家介绍的CppUnit即是XUnit家族中的一员,它是一个专门面向C++的测试框架。-tes
Prentice.Hall.PTR.Agile.Java.Crafting.Code.with.Te
- Agile Java for new programmers who want to learn Java as their first language. The book can also be effective for programmers familiar with TDD, but new to Java, or vice versa.-Agile Java for new programmers who want to l earn Java as their first lan
tdscdma
- Technical Specification of IMT-2000 CDMA TDD(TD-SCDMA) (by CWTS)(Updated!!!)
tdd
- axel的源代码。axel是unix下的一个很快的下载工具。可是他不是很稳定。
tdd
- 《测试驱动开发》中文电子版,很不错的书。希望大家能够喜欢
WCDMA_Model
- WCDMA的一个matlab simulink仿真。对于研究WCDMA TDD一类的朋友有帮助!
EMU-TDD
- keil c51 keil c51
3G_RMC12K2
- The package is for RMC12.2K channel in TDD mode multiplexing, it can be used to understandin bit scrambling, interleaving, bit pucturing-The package is for RMC12.2K channel in TDD mode multiplexing, it can be used to understandin bit scrambling, int
PSS_detect
- PSS码的检测算法。完成TDD-lTE的PSS检测算法的matlab仿真。-PSS code detection algorithm. TDD-lTE completed the PSS detection algorithm matlab simulation.
v-blast(qpsk)
- lte中下行信号经过加扰、调制、层映射、预编码以及资源映射中的关于调制的QPSK的MATLAB代码-lte in the downlink signal through the scrambling, modulation, layer mapping, coding and mapping resources on the MATLAB code for QPSK modulation
corr_on
- LTE主同步信号PSS在时域上的相关仿真,matla实现-time correlation of PSS of LTE
TDD-CDMA_Downlink_using_Joint_transmission
- TDD-CDMA Downlink using Joint transmission
ApplyingDDDinCSharp
- This book is the base of DDD and how to do it in TDD.
TDD-CDMA
- 3G移动通信中tdd-cdma下行链路的联合传输源码-The system considered is a wireless multi-user direct sequence TDD-CDMA system with K active users in a cell communicating through a common base station (BS)
lte
- LTE在TDD模式下,不同插值方法的信道估计-LTE In the TDD mode, a different interpolation method of channel estimation
TDD-CDMA.for.Wireless.Communicatio
- this book TDD CDMA for wireless communication contains detail descr iption for TDD as well as FDD and about CDMA as well.
TDD-embedded-cpp
- TDD applied to embedded systems
TDD
- matlab信号时域分解方法(TDD),用于模态提取(matlab signal time domain decomposition method (TDD), for mode shapes extraction)
TDD
- 文件中含有《C++程序设计实践与技巧:测试驱动开发》书中的源码实例(Source code of Modern C++ Programming with Test-Driven Development)