自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (9)
  • 收藏
  • 关注

原创 密码学总结

1. 数学方面中国剩余定义,计算x --> 列表 模的计算 gcd计算 + extend gcd(代码实现)--> get inverse(if remainder == 1,有;else 无) Euler‘s公式 :计算O Fermat’s Theorem:计算x^a2.Symmetric Cryptography3.Asymmetric CryptographyLimitations of Symmetric Key Systems (密钥分发/存储)...

2020-09-13 22:56:46 439 4

原创 「Test」02作业整理

再次记录一下都写了什么作业作业1:题目根据给定的程序,做等价类划分,边界值分析,并使用上面的两种策略选择测试用例。测试用例不要忘记有output。然后等价类划分的时候要做图(树)。然后使用Junit test实现。在计算coverage score。这里选择的覆盖策略不同,计算方法不同。最后对程序做mutant处理。并且讨论之前设计的测试用例是否可以覆盖mutant。最后得分是根据网站中的排名。也就是你的测试用例是否测试出别人设计的突变。考察的点:实际情况中的等价类划分和边界值分析

2020-09-10 03:24:40 228

原创 「Test」01.软件的使用

summary一. git的使用二.JUnit test一. git的使用第一次使用的时候,除了要安装之外,要连接到指定的github中,就需要输入密码和账户,但是之后不在需要。Clone项目到指定的位置:i.e :桌面。注意clone的时候地址,有的时候选择http或者ssh。 使用终端打开该项目的项目的位置,然后依次使用下面的语句 对项目内容进行调整后,使用下列语句对修改之处进行提取和标注 git status 4. 无误后,将修改对文件添加到仓库中...

2020-09-10 03:03:21 312

数据结构--表、栈、队列(java)

数据结构和算法分析(java)实现中第三章知识点的总结,主要讲的是表。栈、队列的原理和实现,以及应用。一共17页。

2018-07-29

软件测试总结

该文档共34页,全部为个人总结。 总结了软件测试的定义,发展,软件测试的多种常见的方法,他们的模型,如何使用,比较的优缺点。主要是定义和原理的讲解,并没有具体的实例。

2018-07-23

Mastering UML with Rational Rose

Table of Contents Mastering UML with Rational Rose 2002........................................................................................................1 Chapter 1: Introduction to UML.......................................................................................................................4 Introduction to the Object−Oriented Paradigm.......................................................................................4 Encapsulation..............................................................................................................................5 Inheritance..................................................................................................................................6 Polymorphism.............................................................................................................................8 What Is Visual Modeling?.......................................................................................................................8 Systems of Graphical Notation................................................................................................................9 Booch Notation.........................................................................................................................10 Object Management Technology (OMT).................................................................................10 Unified Modeling Language (UML)........................................................................................11 Understanding UML Diagrams..............................................................................................................12 Business Use Case Diagrams....................................................................................................13 Use Case Diagrams...................................................................................................................14 Activity Diagrams.....................................................................................................................14 Sequence Diagrams...................................................................................................................16 Collaboration Diagrams............................................................................................................17 Class Diagrams.........................................................................................................................17 Statechart Diagrams..................................................................................................................18 Component Diagrams...............................................................................................................19 Deployment Diagrams..............................................................................................................21 Visual Modeling and the Software Development Process.....................................................................22 Inception...................................................................................................................................24 Elaboration................................................................................................................................24 Construction..............................................................................................................................25 Transition..................................................................................................................................26 Summary................................................................................................................................................26 Chapter 2: A Tour of Rose...............................................................................................................................27 What Is Rose?........................................................................................................................................27 Getting Around in Rose.........................................................................................................................30 Parts of the Screen....................................................................................................................31 Exploring Four Views in a Rose Model................................................................................................38 Use Case View..........................................................................................................................38 Logical View.............................................................................................................................40 Component View......................................................................................................................42 Deployment View.....................................................................................................................43 Working with Rose................................................................................................................................45 Creating Models........................................................................................................................45 Saving Models..........................................................................................................................46 Exporting and Importing Models..............................................................................................47 Publishing Models to the Web..................................................................................................48 Working with Controlled Units................................................................................................50 Using the Model Integrator.......................................................................................................52 Working with Notes..................................................................................................................53 Working with Packages............................................................................................................54 Adding Files and URLs to Rose Model Elements....................................................................56 Adding and Deleting Diagrams................................................................................................56 Setting Global Options...........................................................................................................................57 Working with Fonts..................................................................................................................58 Working with Colors................................................................................................................58

2018-07-23

华为模拟器

里面是可以安装使用的华为模拟器。 只需要下载可以直接安装。 运行没有问题。 模拟计算机网络的实验或部分过程

2018-07-23

计算机网络实验--ip部分

该文档为计算机网络实验中ip部分的答案和讲解。 一共14页。 其中有15个问题的答案和wireshark的贴图讲解。 以及中文实验指导书的链接。

2018-07-23

计算机网络--ICMP

该文档是关于计算机网络中实验ICMP部分的答案。题目为英文,如下,答案为中文,部分有图文解释。 Ethereal Lab: ICMP Version: July 2005 © 2005 J.F. Kurose, K.W. Ross. All Rights Reserved Computer Networking: A Topdown Approach Featuring the Internet, 3rd edition. In this lab, we’ll explore several aspects of the ICMP protocol: • ICMP messages generating by the Ping program; • ICMP messages generated by the Traceroute program; • the format and contents of an ICMP message. Before attacking this lab, you’re encouraged to review the ICMP material in the textbook (Section 4.4.3 in the 3rd edition.) We present this lab in the context of the Microsoft Windows operating system. However, it is straightforward to translate the lab to a Unix or Linux environment. 1. ICMP and Ping Let’s begin our ICMP adventure by capturing the packets generated by the Ping program. You may recall that the Ping program is simple tool that allows anyone (for example, a network administrator) to verify if a host is live or not. The Ping program in the source host sends a packet to the target IP address; if the target is live, the Ping program in the target host responds by sending a packet back to the source host. As you might have guessed (given that this lab is about ICMP), both of these Ping packets are ICMP packets.

2018-07-23

计算机网络复习总结

包含计算机网络中运算层,网络层、链路层和局域网、无线网络和移动网络以及计算机网络中的安全的知识的总结。其中有多个题目的讲解,中英文对照。

2018-07-23

空空如也

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

TA关注的人

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