题目链接: http://poj.org/problem?id=1679 Description Given a connected undirected graph, tell if its minimum spanning tree is unique. Definition 1 (Spanni ...
分类:
其他好文 时间:
2018-05-18 00:22:45
阅读次数:
164
An N x N board contains only 0s and 1s. In each move, you can swap any 2 rows with each other, or any 2 columns with each other. What is the minimum n ...
分类:
其他好文 时间:
2018-05-17 23:25:05
阅读次数:
257
```default cmake_minimum_required(VERSION 3.9) project(A5) set(CMAKE_CXX_STANDARD 11) find_package(OpenCV REQUIRED) include_directories(${OpenCV_INCLU ...
分类:
其他好文 时间:
2018-05-16 15:19:55
阅读次数:
802
原题网址:https://www.lintcode.com/zh-cn/old/problem/minimum-window-substring/# 32. 最小子串覆盖 描述 笔记 数据 评测 描述 笔记 数据 评测 讨论区 给定一个字符串source和一个目标字符串target,在字符串sour ...
分类:
其他好文 时间:
2018-05-14 21:33:38
阅读次数:
195
Meta基础知识: H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 //一、HTML页面结构 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1 ...
分类:
其他好文 时间:
2018-05-14 12:28:39
阅读次数:
233
1、效果截图 拖动Slider,相应的灯光图片,字体颜色、大小都改变 2、前端代码 1 <Grid Height="224" Margin="0,561,0,205"> 2 <Image Stretch="Fill" Height="44" Source="/BirdDetect_Images/ba ...
分类:
Windows程序 时间:
2018-05-12 11:17:59
阅读次数:
1226
题目描述: Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by strings. You nee ...
分类:
其他好文 时间:
2018-05-11 00:48:32
阅读次数:
147
Alpha版本展示 团队成员的简介和个人博客地址,团队的源码仓库地址。 团队各成员贡献排序(从大到小,无并列) 团队8天 Alpha 冲刺站立会议博客链接汇总(集合贴) 团队可以做一个 MVP (Minimum Viable Product) 版本, 只要核心的功能 (例如用户注册,找回密码这些非核 ...
分类:
其他好文 时间:
2018-05-09 22:50:00
阅读次数:
210
1.团队成员的简介和个人博客地址,团队的源码仓库地址。 博客头像|简介|照片 | | | 姓名: 邱晓娴(组长) 角色: 开发 学号: 201521123037 特点: 完美主义,擅长技术 个人博客地址: (http://www.cnblogs.com/qxx Ultraman/)| | | | 姓 ...
分类:
其他好文 时间:
2018-05-09 22:34:00
阅读次数:
288
Given a list of 24-hour clock time points in "Hour:Minutes" format, find the minimum minutes difference between any two time points in the list. Examp... ...
分类:
其他好文 时间:
2018-05-06 16:18:15
阅读次数:
183