Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't ...
分类:
其他好文 时间:
2019-02-24 10:23:35
阅读次数:
121
cmake cmake 命令 1.cmake_minimum_required(VERSION 3.2) 指定最低cmake版本 2.project(project_name) 指定项目的名称,一般和项目到文件夹对应 3.include_directories(include) 添加各类文件夹路径, ...
分类:
其他好文 时间:
2019-02-22 21:09:42
阅读次数:
188
一些常用的移动端的meta属性设置 ... ...
分类:
Web程序 时间:
2019-02-21 23:17:55
阅读次数:
310
一、一些结论 1.最大流最小割定理(Maximum Flow, Minimum Cut Theorem):网络的最大流等于最小割 2.任意一个流都小于等于任意一个割(废话) ...
分类:
其他好文 时间:
2019-02-19 20:03:52
阅读次数:
167
Redundant Paths 题目链接:http://poj.org/problem?id=3177 Description: In order to get from one of the F (1 <= F <= 5,000) grazing fields (which are numbere ...
分类:
其他好文 时间:
2019-02-18 01:10:05
阅读次数:
210
题目描述 Given a connected undirected graph, tell if its minimum spanning tree is unique. Definition 1 (Spanning Tree): Consider a connected, undirected g ...
分类:
其他好文 时间:
2019-02-16 00:06:05
阅读次数:
170
数据分析:是把隐藏在一些看似杂乱无章的数据背后的信息提炼出来,总结出所研究对象的内在规律 数据分析三剑客:Numpy,Pandas,Matplotlib 一 Anaconda 1 下载 官网:https://www.anaconda.com/distribution/ 2 安装 https://bl ...
分类:
其他好文 时间:
2019-02-15 19:57:05
阅读次数:
238
1.代码部分 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum- ...
分类:
移动开发 时间:
2019-02-14 13:55:24
阅读次数:
209
1.代码部分 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum- ...
分类:
移动开发 时间:
2019-02-14 13:51:33
阅读次数:
398