自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 面向健壮性和正确性的软件构造

目录1 实验目标概述 12 实验环境配置 13 实验过程 13.1 Error and Exception Handling 23.1.1 处理输入文本中的三类错误 23.1.2 处理客户端操作时产生的异常 23.2 Assertion and Defensive Programming 23.2.1 checkRep()检查rep invariants 23.2.2 Assertion/异常机制来保障pre-/post-condition 23.2.3 你的代码的防御式策略概述 23

2020-06-26 08:29:49 164

原创 面向复用和可维护性的软件构造

软件构造课程实验报告 实验 3:面向复用和可维护性的软件构造目录1 实验目标概述········································································································································· 12 实验环境配置··································································

2020-06-26 08:28:27 250

原创 计算机学院《软件构造》课程 Lab 2实验

2020年春季学期计算机学院《软件构造》课程Lab 2实验报告姓名 郑加涛学号 1180300616班号 1803006电子邮件 1531427879@qq.com手机号码 19845177764目录1 实验目标概述 12 实验环境配置 13 实验过程 23.1 Poetic Walks 23.1.1 Get the code and prepare Git repository 23.1.2 Problem 1: Test Graph 23.1.3 Problem 2: I

2020-06-26 08:27:03 359

原创 软件构造EclEmma插件

EclEmma是一个开源的软件测试工具,可以在编码过程中查看代码调用情况、也可以检测单覆盖率。据我了解,在最新版的eclipse中已经内置了这个插件,不过还是介绍一下怎么安装吧安装标签栏:Help->Eclipse Marketplace->搜索EclEmma,Install;安装完成后重启,工具栏可以看到Coverage图标即可使用查看代码调用情况对于一个Ja...

2020-03-16 14:12:57 166

原创 软件构造Lab1-SocialNetwork

要求Implement and test a FriendshipGraph class that represents friendships in a social network and can compute the distance between two people in the graph. An auxiliary class Person is also required ...

2020-03-15 18:13:31 221

原创 软件构造Lab1-ConvexHulls

要求如下:/*** Given a set of points, compute the convex hull, the smallest convex set that contains all the points* in a set of input points. The gift-wrapping algorithm is one simple approach to this ...

2020-03-15 17:42:56 142

原创 如何将项目Push到GitHub上

1.在eclipse里面配置GitHub信息在Window -> Preferences -> Team -> Git -> Configuration下点击add entry。插入两次,key是user.name和user.email,value是自己的GitHub用户名和邮箱。2.在eclipse中创建Java项目,在项目名字上右键选择Team -> Sh...

2020-02-26 18:10:38 804

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除