第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