2018年7月2日

摘要: #include using namespace std; int main() { cout using namespace std; int main() { cout using namespace std; int main() { cout << "Hello world!" << endl; return 0; } 阅读全文
posted @ 2018-07-02 10:57 New's 阅读(62) 评论(0) 推荐(0) 编辑

2017年5月10日

该文被密码保护。 阅读全文
posted @ 2017-05-10 23:30 New's 阅读(2) 评论(0) 推荐(0) 编辑

2017年3月25日

摘要: 代码地址:https://github.com/newff/lab2/blob/master/SeleTest.java 1.环境配置 1.首先需要下载火狐浏览器,新的版本可能会出问题,所以这里选择firefox42.0,下载地址为:https://ftp.mozilla.org/pub/firef 阅读全文
posted @ 2017-03-25 21:52 New's 阅读(110) 评论(0) 推荐(0) 编辑

2017年3月14日

摘要: 7. Use the following method printPrimes() for questions a-f below. (a) Draw the control flow graph for the printPrime() method. Node 15 is the ending 阅读全文
posted @ 2017-03-14 19:05 New's 阅读(125) 评论(0) 推荐(0) 编辑

2017年3月9日

该文被密码保护。 阅读全文
posted @ 2017-03-09 11:51 New's 阅读(5) 评论(0) 推荐(0) 编辑

2017年3月8日

摘要: 代码地址: https://github.com/newff/st-lab1 Tasks: a) Description of triangle problem: Function triangle takes three integers a,b,c which are length of tri 阅读全文
posted @ 2017-03-08 22:38 New's 阅读(143) 评论(1) 推荐(0) 编辑

2017年3月4日

摘要: 按照上篇博客,已经完成了mavne以及eclipse的安装配置,新建好了一个maven项目。 接下来打开项目,双击打开pom.xml,可以看到如下所示, 点击下方的pom.xml,然后添加如下代码,即可添加junit <dependency> <groupId>junit</groupId> <ar 阅读全文
posted @ 2017-03-04 11:40 New's 阅读(451) 评论(0) 推荐(0) 编辑

2017年3月3日

摘要: junit是用于单元测试的jar包,可以直接下载然后粘贴至lib目录,maven是专门的包管理工具,所以尝试安装maven。 安装maven之前需要先安装好java以及eclipse,在相应的官网下载安装之后需要一系列的路径配置问题。 1.jdk安装 首先从官网下载jdk(最好下载最新版本的,新版的 阅读全文
posted @ 2017-03-03 23:07 New's 阅读(160) 评论(1) 推荐(0) 编辑

2017年2月28日

摘要: Software Testing 3014218128 牛菲菲 Below are two faulty programs. Each includes a test case that results in failure.Answer the following questions (in th 阅读全文
posted @ 2017-02-28 15:42 New's 阅读(245) 评论(0) 推荐(0) 编辑

2017年2月27日

摘要: 项目分析 --民航航班异常轨迹可视分析 最近完成的一个项目是一个可视化大作业--民航航班异常轨迹可视分析。要求利用已给的8G飞机的飞行记录数据,将飞机的飞行轨迹在浏览器中进行飞行轨迹高维可视化以及对异常轨迹进行分析。 项目最终验收时间为2016年12月19日,最初预计12月2日开始,12月16日完成 阅读全文
posted @ 2017-02-27 16:00 New's 阅读(95) 评论(0) 推荐(0) 编辑