自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Maple_Lai的博客

咿呀哟

  • 博客(21)
  • 收藏
  • 关注

原创 Express——参数传递和图片传输

牢骚前不久刚完成系统分析与设计课程的团队作业,在这次团队开发中,我负责的是服务端代码。在这方面我是个百分百的小白,之所以会接服务端的锅,一是因为团队里的其他队员也没有相关经验,二是想锻炼自己,毕竟整个大学学习生涯也不能只了解前端开发的知识。整个团队作业持续了大概三个月,总的来说还是学到了不少东西的。服务端我选择的是NodeJS+Express+MySQL的框架,选择理由的话…是因为大佬推荐,毕...

2019-07-04 01:26:40 2714

原创 系统分析与设计(一)

软件工程的定义软件工程是研究和应用如何以系统性的、规范化的、可定量的过程化方法去开发和维护软件,以及如何把经过时间考验而证明正确的管理技术和当前能够得到的最好的技术方法结合起来。解释导致 software crisis 本质原因、表现,述说克服软件危机的方法本质原因软件危机是由于计算机能力的迅速增加以及无法解决的问题的复杂性。随着软件复杂性的增加,出现了许多软件问题,因为现有方法不足。...

2019-03-18 11:54:40 469

原创 算法设计与分析(期末项目)

Capacitated Facility Location Problem问题描述Suppose there are n facilities and m customers.We wish to choose:which of the n facilities to openthe assignment of customers tofacilitiesThe objective...

2018-12-23 03:25:04 1742

原创 算法设计与分析(十三)

668. Kth Smallest Number in Multiplication TableNearly every one have used the Multiplication Table. But could you find out the k-th smallest number quickly from the multiplication table?Given the h...

2018-12-02 01:13:53 176

原创 算法设计与分析(十二)

377. Combination Sum IVGiven an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target.Examplenums = [1, 2, 3]...

2018-11-24 23:45:21 171

原创 算法设计与分析(十一)

300. Longest Increasing SubsequenceGiven an unsorted array of integers, find the length of longest increasing subsequence.ExampleInput: [10,9,2,5,3,7,101,18]Output: 4Explanation: The longest inc...

2018-11-17 19:03:47 165

原创 算法设计与分析(十)

63. Unique Paths IIA robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below).The robot can only move either down or right at any point in time. The robot is try...

2018-11-11 16:10:15 152

原创 算法设计与分析(九)

712. Mininum ASCII Delete Sum for Two StringsGiven two strings s1, s2, find the lowest ASCII sum of deleted characters to make two strings equal.Example1Input: s1 = “sea”, s2 = “eat”Output: 231E...

2018-11-03 01:28:07 145

原创 算法设计与分析(八)

881. Boats to Save PeopleSay you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions ...

2018-10-28 01:49:31 270

原创 算法设计与分析(七)

881. Boats to Save PeopleThe i-th person has weight people[i], and each boat can carry a maximum weight of limit.Each boat carries at most 2 people at the same time, provided the sum of the weight o...

2018-10-21 16:00:34 312

原创 算法设计与分析(六)

779. K-th Symbol in GrammarOn the first row, we write a 0. Now in every subsequent row, we look at the previous row and replace each occurrence of 0 with 01, and each occurrence of 1 with 10.Given r...

2018-10-13 22:04:55 299

原创 算法设计与分析(五)

743.Network Delay TimeThere are N network nodes, labelled 1 to N.Given times, a list of travel times as directed edges times[i] = (u, v, w), where u is the source node, v is the target node, and w i...

2018-10-07 02:24:09 388

原创 算法设计与分析(四)

200.Number of IslandsGiven a 2d grid map of '1’s (land) and '0’s (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vert...

2018-09-30 15:31:30 214

原创 算法设计与分析(三)

53.Course ScheduleThere are a total of n courses you have to take, labeled from 0 to n-1.Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is e...

2018-09-23 15:46:55 204

原创 算法设计与分析(二)

53.QuestionGiven an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.Example Input: [-2,1,-3,4,-1,2,1,-5,4], ...

2018-09-15 22:34:28 242

原创 算法设计与分析(一)

890.QuestionYou have a list of words and a pattern, and you want to know which words in words matches the pattern.A word matches the pattern if there exists a permutation of letters p so that afte...

2018-09-09 18:17:26 750

原创 实训总结报告

实训总结报告 今天,大概每一个16级软件工程的人都有这一种感觉,中级实训终于告一段落了。这一个月真的过得太辛苦了,周末别人在休息时我们在做实训任务,这在心理层面上给人很大的痛苦。再加上周末的时间基本没有了,在工作日就要完成各个课程的作业,这对我本人来说负担是挺大的了,放弃了很多游戏时间,也熬了几天夜。抱怨都说完了,接下来进入正题总结一下这次的实训吧。比起去年初级实训完成一个项目...

2018-05-06 22:07:26 2891 1

原创 中级实训Part3测试文档

Jumper测试文档jumper需要完成的test有:jumper面对着边界时不进行跳跃jumper跳跃的位置在grid外面时不进行跳跃jumper跳跃的位置有石头或者花时不进行跳跃jumper跳跃的位置为空时进行跳跃测试前:从左到右依次为jumper1、jumper2、jumper3、jumper4。 测试后:jumper1、jumper2、jumper3不进行跳跃而...

2018-04-22 21:49:13 266

原创 实训学习报告

1.Vim学习     Vim编辑器是所有Unix及Linux系统下标准的编辑器,它本身的功能是非常强大的,但由于它需要用命令行来进行编辑、保存和退出等操作,对于小白来说就会显得比较难用。由于此次实训的时间比较紧迫,所以在实际编写代码时还是使用了熟悉的sublime,下面说一下粗略学习到的Vim使用方法。 Vim基本可以分为命令模式、插入模式...

2018-04-15 23:07:40 522

原创 10.18软导作业

A B X 0 0 0 1 0 0 0 1 0 1 1 1 A B X 0 0 0 1 0 1 0 1 1 1 1 0 A B X 0 0 1 1 0 0 0 1 1 1 1 0 A B X 0 0 1 1

2016-10-23 20:14:57 304

原创 成为神奇宝贝大师吧!

成为神奇宝贝大师吧!16340102 [本人学院](http://sdcs.sysu.edu.cn/) 目录成为神奇宝贝大师吧目录写作原因剧情简介各篇介绍 1神奇宝贝无印篇神奇宝贝超世代神奇宝贝钻石与珍珠神奇宝贝超级愿望神奇宝贝XY博主感想写作原因 说实话,这个软导作业让我措不及防。之前并没有接触过博客,只是稍微知道一点点,突然要我写博客,不懂要写什么也不懂要怎么写。但

2016-10-10 11:54:00 1870 13

空空如也

空空如也

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

TA关注的人

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