第1章 软件测试概述 第2章 软件测试策略与过程 第3章 黑盒测试及其用例的设计 第4章 白盒测试及其用例的设计 第5章 特定环境及应用测试 第6章 软件自动化测试基础 第8章 WinRunner测试系统工具的运用 第9章 软件测试管理(略)
上传时间: 2014-01-25
上传用户:
第1章 软件测试概述 第2章 软件测试策略与过程 第3章 黑盒测试及其用例的设计 第4章 白盒测试及其用例的设计 第5章 特定环境及应用测试 第6章 软件自动化测试基础 第8章 WinRunner测试系统工具的运用 第9章 软件测试管理(略)
上传时间: 2014-01-25
上传用户:gengxiaochao
第1章 软件测试概述 第2章 软件测试策略与过程 第3章 黑盒测试及其用例的设计 第4章 白盒测试及其用例的设计 第5章 特定环境及应用测试 第6章 软件自动化测试基础 第8章 WinRunner测试系统工具的运用 第9章 软件测试管理(略)
上传时间: 2014-01-26
上传用户:chens000
Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1
标签: wince Requires firmware Atheros
上传时间: 2014-11-11
上传用户:bibirnovis
软件介绍1. 系统管理 1.1.菜单管理 1.2.权限管理 1.3 客户管理 1.4.推荐招聘 1.5.导航管理 1.6.级别管理 1.7.分类管理 2. 采购管理 2.1. 采购计划 2.2. 采购查询 3. 销售管理 3.1 网络销售 3.2. 商品销售管理 4. 产品管理 4.1. 产品管理 5. 会员中心 5.1. 会员咨讯 5.2. 友情链接 5.3 会员广告 5.4 注册管理 5.5 知识库 6. 会员管理 6.1. 会员状态 6.2. 成员管理 7. 招标管理 7.1. 网络招标 8. 人力资源 8.1. 人才查询 8.2. 网络求职 8.3. 网上招聘 9 留言管理 91. 我受到的留言 92. 我发出的留言 93. 垃圾留言
上传时间: 2016-04-09
上传用户:kikye
主要介绍了如何使用E8仿真器在以Renesas芯片为MCU的开发板上进行仿真调试。 第1 章 概要 第2 章 E8 仿真器功能 第3 章 使用前的准备 第4 章 调试的准备 第5 章 调试 第6 章 教程示例 附录A E8 仿真器的构成 附录B 窗口功能一览 附录C 命令行功能 附录D High-performance Embedded Workshop 的注意事项 附录E 有关硬件诊断程序 E.1 为了执行诊断程序的系统设置 E.2 诊断程序的执行 E.3 错误发生时的处理
上传时间: 2013-12-26
上传用户:chens000
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy
一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
上传时间: 2016-04-21
上传用户:电子世界
PCA算法程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量
上传时间: 2016-04-23
上传用户:66666
《C#网络应用编程基础》 一个幻灯片讲义 第1章 概述 第2章 C#数据类型 第3章 面向对象的编程基础 第4章 面向对象的高级编程 第5章 Windows窗体界面设计 第6章 目录与文件管理 第7章 正则表达式与Internet操作 第8章 ADO.NET与SQLServer 第9章 二维图形图像处理 第10章 基于组件的开发技术 第11章 网站建设与网页制作 第12章 ASP.NET Web服务器控件 第13章 ASP.NET Web应用程序开发 第14章 水晶报表
上传时间: 2013-12-16
上传用户:cc1015285075