原创 系統分析與設計 HW1

1. 簡答題軟件工程的定義       答:根據IEEE 93,軟件工程,(1)將系統化、規範化、可度量的方法應用於軟件的開發、運行和維護的過程,即將工程化應用於軟件中。(2)對(1)中所述方法的研究。閱讀經典名著“人月神話”等資料,解釋

原创 [LeetCode]--Monotone Increasing Digits

題目 Given a non-negative integer N, find the largest number that is less than or equal to N with monotone increasing

原创 [LeetCode]--Best Time to Buy and Sell Stock

題目 Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitte

原创 WebStorm 初步使用 & HTML5 學習報告

WebStorm 初步使用WebStorm介紹WebStorm是Jetbrains公司旗下的一款JavaScript開發工具,因其界面簡潔,操作方便,被廣大國內JS開發者譽爲“Web前端開發神器”。WebStorm具有智能代碼補全、代碼格

原创 原型設計工具 - Mockplus

原型設計對於一個完整的產品而言,產品原型可以說是整個產品面市之前的框架設計。原型設計是交互設計師與PD、PM、網站開發工程師溝通的最好工具,將頁面的模塊、元素和人機交互的形式,利用線框描述的方法,更加直接生動地表達產品架構。原型設計工具

原创 [LeetCode]--Unique Paths

題目 A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can onl

原创 [Leetcode]--Coin Change

題目You are given coins of different denominations and a total amount of money amount. Write a function to compute the fe

原创 系統分析與設計 lesson13

1. 描述軟件架構與框架之間的區別與聯繫軟件架構是指一系列相關的抽象模式,用於指導大型軟件系統各個方面的設計,是一個系統的草圖,描述的對象是直接構成系統的抽象組件,各個組件之間的連接明確細緻的描述組件之間的通訊。軟件框架是整個或部分系統的

原创 [LeetCode]--Balanced Binary Tree

題目 Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defin

原创 系統分析與設計 HW4

1. 用例建模a. 閱讀Asg_RH文檔,繪製用例圖。按 Task 1 要求,請使用工具 UMLet。b. 選擇你熟悉的定旅館在線服務系統(或移動APP),繪製用例圖。並滿足以下要求:       - 對比Asg_RH文檔,繪製用例圖,請

原创 系統分析與設計 lesson 9 個人任務

From: 15331406根據“奇妙清單”業務文檔,完成以下建模任務:用例圖新建清單及任務的活動圖清單管理領域模型清單的狀態圖任意一個場景的系統順序圖        場景:客戶進行任務管理操作協議       針對以上系統順序圖中的mo

原创 [LeetCode]--House Robber

題目 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stas

原创 [LeetCode]--Unique Paths II

題目 Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would

原创 [LeetCode]--Maximum Product Subarry

題目Find the contiguous subarray within an array (containing at least one number) which has the largest product.For examp