摘要: 系统分析与设计第三次作业用例建模a. 阅读 Asg_RH 文档,绘制用例图。 按 Task1 要求,请使用工具 UMLet,截图格式务必是 png 并控制尺寸b. 选择你熟悉的定旅馆在线服务系统(或移动 APP),如绘制用例图。并满足以下要求:对比 Asg_RH 用例... 阅读全文
posted @ 2018-04-22 15:27 liangf27 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Flatten Binary Tree to Linked List: Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / \ ... 阅读全文
posted @ 2018-04-08 11:39 liangf27 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Next Permutation Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangem 阅读全文
posted @ 2018-04-04 21:41 liangf27 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Combination Sum Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C ... 阅读全文
posted @ 2018-03-23 11:36 liangf27 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1. 简述瀑布模型、增量模型、螺旋模型(含原型方法)的优缺点。瀑布模型优点: 降低了软件开发的复杂度,提高软件开发过程中的透明性,提高软件开发的可管理性。 为项目提供了按阶段划分的检查点。 当前一阶段完成后,只需关注后续阶段。缺点: 瀑布模型中的软件活动是文档驱动的,... 阅读全文
posted @ 2018-03-22 22:50 liangf27 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1、软件工程的定义软件工程是将系统化、规范化、可度量的方法应用于软件的开发、运营和维护上,也就是将工程方法应用于软件上,并对这些方法的研究。2、软件危机(software crisis)软件危机(software crisis)是由于计算机能力的快速增长和无法解决的问... 阅读全文
posted @ 2018-03-14 17:04 liangf27 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 需要包含头文件”sstream” 阅读全文
posted @ 2018-03-13 17:26 liangf27 阅读(4972) 评论(0) 推荐(0) 编辑
摘要: Delete and Earn Given an array nums of integers, you can perform operations on the array. In each operation, you pick any nums[i] ... 阅读全文
posted @ 2017-12-28 20:37 liangf27 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Longest Palindromic Substring: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length ... 阅读全文
posted @ 2017-12-27 15:51 liangf27 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Letter Combinations of a Phone Number: Given a digit string, return all possible letter combinations that the number could represent.... 阅读全文
posted @ 2017-12-26 18:34 liangf27 阅读(97) 评论(0) 推荐(0) 编辑