码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
Tensorflow一些常用基本概念与函数(四)
摘要:本系列主要对tf的一些常用概念与方法进行描述。本文主要针对tensorflow的模型训练Training与测试Testing等相关函数进行讲解。为‘Tensorflow一些常用基本概念与函数’系列之四。 1、序言 本文所讲的内容主要为以下列表中相关函数。函数training()通过梯度下降法为 ...
分类:其他好文   时间:2017-03-30 23:36:58    阅读次数:573
46 Simple Python Exercises (前20道题)
46 Simple Python Exercises This is version 0.45 of a collection of simple Python exercises constructed (but in many cases only found and collected) by ...
分类:编程语言   时间:2017-03-29 14:04:19    阅读次数:398
Software Testing Lab2 (软件测试实验二) —— Selenium安装及入门
Download and install Firefox browser If you are the user of WINDOWS, there is a link available for you. Download and install selenium&firebug There is ...
分类:其他好文   时间:2017-03-26 01:22:09    阅读次数:272
Software Testing Techniques LAB 02: Selenium
1. Installing 1. Install firefox 38.5.1 2. Install SeleniumIDE After installing, I set the view of toolbox, then we can see this 3. Install Selenium C ...
分类:其他好文   时间:2017-03-26 00:07:20    阅读次数:247
Software Testing lab02
1.安装firefox浏览器,最好为47.0.1版本或其他低版本 2.安装seleniumIDE,在附加组件中搜索selenium IDE 3.登陆http://121.193.130.195:8080/并开启录制,输入账号密码并登陆,随后使用ide运行测试案例 一开始我在使用最新版firefox时 ...
分类:其他好文   时间:2017-03-25 13:00:45    阅读次数:148
Software Testing(软件测试 实验二)Lab2 Seleium
Selenium Experiment 1、 Install the SeleiumIDE plugin (1) Download firefox40.0.2 from https://ftp.mozilla.org/pub/firefox/releases/40.0.2/win32/zh-CN/ ...
分类:其他好文   时间:2017-03-24 18:02:02    阅读次数:332
Linux基础之命令练习Day3
一. cat命令的用途是连接文件或标准输入并打印。这个命令常用来显示文件内容,或者将几个文件连接起来显示,或者从标准输入读取内容并显示,它常与重定向符号配合使用。 1.命令格式: cat [选项] [文件]... 2.命令功能: cat主要有三大功能: 1.一次显示整个文件:cat filename ...
分类:系统相关   时间:2017-03-16 22:02:26    阅读次数:283
开发VS2008 AddIn 入门Sample
本文主要介绍的是VS2008插件开发 环境要求:VS2008;.Net3.5 目标:开发插件功能为“在VS中创建文本文档,并在文本开头输入//This code was created For Testing” 1,Create new project(Visual Studio Add-In) 2 ...
分类:其他好文   时间:2017-03-15 10:34:42    阅读次数:166
Software Testing (软件测试作业三) HW3 prin
The source code: a) Control flow b) The simple fault that t2(n=5) would be more likely to discover than t1(n=3) would is the index of the array out of ...
分类:其他好文   时间:2017-03-14 21:09:55    阅读次数:278
软件测试 作业三 《软件测试基础》2.3节第7题
Use the following method printPrimes() for questions a–d. 原书:《Introduction to Software Testing》BY Paul Ammann and Jeff Offutt 题目为书中2.3小节第7题。 题目代码如下: ( ...
分类:其他好文   时间:2017-03-14 19:33:41    阅读次数:181
1026条   上一页 1 ... 60 61 62 63 64 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!