自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(28)
  • 资源 (2)
  • 收藏
  • 关注

原创 Effective Java Chapter2

一、Item 1Consider static factory methods instead of constructors(考虑用静态工厂方法代替构造函数)例:Boolean 类提供了将boolean基本类型转换为Boolean实例的方法/** * The {@code Boolean} object corresponding to the primitive * value {@code true}. */public static final Boolean TRUE = n

2021-07-08 18:45:55 105

原创 系统分析与设计lesson16-homework

一、使用ECB实现make reservation用例的详细设计(包含用例简介、顺序图、类图)1. 用例简介用户输入城市和入住时间查询酒店,选择酒店(按需排序),选择房间,确认预定2. 顺序图3. 类图二、将逻辑设计类图映射到实际项目框架的包图。用树形结构表述实现的包和类...

2018-06-30 00:34:27 221

原创 lesson13 个人作业

lesson13个人作业1.    描述软件架构与框架之间的区别与联系    软件框架:软件框架是面向领域(如ERP、计算领域等)的、可复用的“半成品”软件,它实现了改领域的共性部分,并提供了一些定义良好的可变点以保证灵活性和可扩展性。也就是说软件框架是领域分析结果的软件化,是领域内最终应用的模板。软件框架至少包含以下组成部分:    (1)一系列完成计算的模块,称为构件    (2)构件之间的关...

2018-06-06 21:57:05 396

原创 Google Translate 应用建模练习

练习文档

2018-05-13 14:57:40 521

原创 leetcode-Number of Islands

Number of Islands题目详情:Given 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 horizont

2018-01-07 21:55:59 259

原创 NP问题——证明EXACT 4SAT问题是NP完全问题(算法概论习题8.8)

证明EXACT 4SAT问题是NP完全问题

2017-12-31 10:43:30 531

原创 leetcode Friend Circles

leetcode Friend Circles

2017-12-24 09:48:25 230

原创 leetcode Longest Consecutive Sequence

leetcode Longest Consecutive Sequence

2017-12-24 09:40:45 151

原创 leetcode Redundant Connection

leetcode Redundant Connection

2017-12-13 09:16:57 199

原创 leetcode Evaluate Division

leetcode Evaluate Division

2017-12-05 18:05:13 167

原创 leetcode Reconstruct Itinerary

leetcode Reconstruct Itinerary

2017-12-03 21:22:36 214

原创 leetcode Minimum Height Trees

Minimum Height Trees

2017-11-26 09:15:57 158

原创 leetcode Course Schedule

Course Schedule,DFS和BFS方法判断图中是否存在环

2017-11-19 12:06:20 158

原创 leetcode Maximum Depth of Binary Tree

Maximum Depth of Binary Tree

2017-11-08 10:51:47 147

原创 leetcode Symmetric Tree

Symmetric Tree

2017-11-08 10:08:30 248

原创 leetcode Same Tree

leetcode sametree

2017-11-01 09:09:57 165

原创 leetcode Different Ways to Add Parentheses

Different Ways to Add Parentheses

2017-10-25 09:04:25 274

原创 leetcode Search a 2D Matrix II

Search a 2D Matrix II

2017-10-16 15:03:53 214

原创 leetcode Validate Binary Search Tree

Validate Binary Search Tree

2017-10-11 09:03:47 202

原创 leetcode Kth Largest Element in an Array

Kth Largest Element in an Array

2017-10-07 20:19:03 167

原创 leetcode Majority Element

leetcode Majority Element

2017-09-28 10:34:42 186

原创 leetcode Maximum Subarray

leetcode Maximum Subarray

2017-09-28 09:36:08 160

原创 leetcode Merge k Sorted Lists

Merge k Sorted Lists

2017-09-22 21:52:04 151

原创 leetcode Merge Intervals

Merge Intervals

2017-09-22 21:26:09 151

原创 leetcode Median of Two Sorted Arrays

Median of Two Sorted Arrays 归并排序的合并部分

2017-09-18 13:31:42 360

原创 leetcode Longest Substring Without Repeating Characters

Longest Substring Without Repeating Characters

2017-09-14 20:55:42 135

原创 leetcode Add Two Numbers

Add Two Numbers题目详情解题方法题目详细代码Add Two Numbers题目详情:You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes cont

2017-09-09 10:39:06 166

原创 leetcode 首战 Twosum

leetcode 算法习题

2017-09-07 10:41:18 156

A4纸的矫正

输入图像: 普通 A 4 打印纸,上面可能有手写笔记或者打印内容,但是拍照时可能角度不正。 输出:已经矫正好的标准普通 A4纸(长宽比为A4纸的比例),并裁掉无用的其他内容,只保留完整 A 4 纸张.

2018-06-12

迭代法”和“OSTU”

用C++(只用CImg图像库)编程实现“迭代法”和“OSTU”这两个图像分割方法

2018-06-12

空空如也

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

TA关注的人

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