自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 系统分析与设计 HW9

使用 ECB 实现 make reservation 用例的详细设计(包含用例简介,顺序图,类图)用例简介(用例图): 顺序图: 类图: 将逻辑设计类图映射到实际项目框架的包图。用树形结构表述实现的包和类...

2018-06-30 20:32:12 149

原创 系统分析与设计 HW8

1. 描述软件架构与框架之间的区别与联系2. 以你的项目为案例(1)绘制三层架构模型图,细致到分区(2)结合你程序的结构,从程序员角度说明三层架构给开发者带来的便利3. 研究 VUE 与 Flux 状态管理的异同...

2018-06-03 22:23:55 313

原创 系统分析与设计 HW7(未完成)

练习文档编写 - 选择一个你喜欢的移动APP或其中某业务(注:选用奇妙清单) - 参考Asg_RH文档格式编写软件描述 - 文档要包含一个业务的完整过程 建模要求包括(用例图、XX业务或用例的活动图、XX领域模型、XX对象的状态图、XX场景的系统顺序图与操作协议)...

2018-05-13 23:31:30 186

原创 系统分析与设计 HW6

1. 使用 UML State Model 建模对象: 参考 Asg_RH 文档, 对 Reservation/Order 对象建模。 建模要求: 参考练习不能提供足够信息帮助你对订单对象建模,请参考现在 定旅馆 的旅游网站,尽可能分析围绕订单发生的各种情况,直到订单通过销售事件(柜台销售)结束订单。 2. 研究淘宝退货流程活动图,对退货业务对象状态建模 ...

2018-05-06 23:02:47 110

原创 系统分析与设计 HW5

领域建模a. 阅读 Asg_RH 文档,按用例构建领域模型。按 Task2 要求,请使用工具 UMLet,截图格式务必是 png 并控制尺寸 说明:请不要受 PCMEF 层次结构影响。你需要识别实体(E)和 中介实体(M,也称状态实体) 在单页面应用(如 vue)中,E 一般与数据库构建有关, M 一般与 store 模式 有关 在 java web 应用中,E 一般与数据库构建...

2018-04-29 00:47:06 255

原创 系统分析与设计 HW4

用例建模a. 阅读 Asg_RH 文档,绘制用例图。 b. 选择你熟悉的定旅馆在线服务系统(或移动 APP),如绘制用例图。并满足以下要求: - 对比 Asg_RH 用例图,请用色彩标注出创新用例或子用例 - 尽可能识别外部系统,并用色彩标注新的外部系统和服务 以美团APP为例: 用例图如下: c. 对比两个时代、不同地区产品的用例图,总结在项目早期,发现创新的...

2018-04-22 22:55:25 177

原创 系统分析与设计 HW3

golang 学习报告环境配置操作系统: ubuntu 16.04 用apt-get命令安装: sudo apt-get install golang golang入门package mainimport "fmt"func main() { fmt.Printf("hello world!\n")}任何语言第一个程序都是hello world...

2018-04-15 17:31:18 145

原创 系统分析与设计 HW2

1. 简答题简述瀑布模型、增量模型、螺旋模型(含原型方法)的优缺点。 瀑布模型 优点:有利于大型软件开发过程中人员的组织、管理,有利于软件开发方法和工具的研究,从而提高了大型软件项目开发的质量和效率。 缺点:开发过程不能逆转;实际项目难以严格按照模型进行;客户难以明确给出需求,而模型却要求如此。 增量模型 优点:人员分配灵活;如果核心产品受欢迎可增加人力实现下一个增量;可先发布部分...

2018-03-22 16:18:36 117

原创 系统分析与设计 HW1

系统分析与设计 HW11. 简答题软件工程的定义 (1) 将系统化、规范化、可度量的方法应用与软件的开发、运行和维护的过程,即将工程化应用于软件中。 (2) 对(1)中所述方法的研究。阅读经典名著“人月神话”等资料,解释 software crisis、COCOMO 模型 (1) software crisis:软件危机,是早期计算机科学的一个术语,是指在软件开发及维护的过...

2018-03-14 19:35:35 132

原创 【LeetCode】242. Valid Anagram

问题描述 Given two strings s and t, write a function to determine if t is an anagram of s. For example, s = “anagram”, t = “nagaram”, return true. s = “rat”, t = “car”, return false. Note

2018-01-02 16:25:16 121

原创 【LeetCode】455. Assign Cookies

问题描述Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a greed factor gi, which is the minimum size of a

2018-01-02 15:36:51 141

原创 【LeetCode】637 Average of Levels in Binary Tree

问题描述Given a non-empty binary tree, return the average value of the nodes on each level in the form of an array. Input: 3 / \ 9 20 / \ 15 7 Output: [3, 14.5, 11]

2018-01-02 15:10:21 147

原创 《算法概论》8.19

问题描述 A kite is a graph on an even number of vertices, say 2n, in which n of the vertices form a clique and the remaining n vertices are connected in a “tail” that consists of a path joined to one of

2018-01-01 15:19:09 249

原创 【LeetCode】330. Patching Array

问题描述 Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be formed by the sum of some elements in the array

2017-12-06 11:02:56 158

原创 【LeetCode】684. Redundant Connection

问题描述In this problem, a tree is an undirected graph that is connected and has no cycles.The given input is a graph that started as a tree with N nodes (with distinct values 1, 2, ..., N), wit

2017-10-29 15:33:58 706

原创 【LeetCode】112,113,437. Path Sum I, II, III

LeetCode 112 113 437

2017-10-25 14:15:34 224

原创 【LeetCode】1. Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one soluti

2017-10-18 22:16:14 133

原创 【LeetCode】540. Single Element in a Sorted Array

题目描述Given a sorted array consisting of only integers where every element appears twice except for one element which appears once. Find this single element that appears only once.Note: Your solution sho

2017-10-15 13:13:20 200

原创 【LeetCode】53.Maximum Subarray

LeetCode 53思路代码class Solution {public: int divide(vectorint>& nums, int s, int e) { if (s > e) return 0; if (s == e) return nums[s]; int mid = s + (e - s) / 2;

2017-09-17 16:14:52 190

原创 【LeetCode】4.Median of Two Sorted Arrays

Divide and Conquer问题描述:There are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sorted arrays. The overall run time complexity should beO(log (m+

2017-09-10 16:21:06 242

空空如也

空空如也

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

TA关注的人

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