https://leetcode.com/problems/minimum-size-subarray-sum/ Given an array of n positive integers and a positive integer s, find the minimal length of a ...
分类:
其他好文 时间:
2018-11-30 20:17:24
阅读次数:
187
Fundamentals of Logic To make complicated mathematical relationships clear,it is convenient to use the notation of symbolic logic.Symbolic logic is ab ...
分类:
其他好文 时间:
2018-11-30 00:45:55
阅读次数:
134
A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It i ...
分类:
编程语言 时间:
2018-11-28 23:49:54
阅读次数:
236
title: ADC触摸屏 tags: ARM date: 2018 11 02 18:35:45 ADC触摸屏 [TOC] 硬件原理 s3c2440有8通道的ADC,一次同时只能查询一个通道。分为A0~A7。这里的P(positive)表示的是正的意思 | ADC通道 | | | | | | | ...
分类:
其他好文 时间:
2018-11-27 01:16:06
阅读次数:
294
Alex and Lee play a game with piles of stones. There are an even number of piles arranged in a row, and each pile has a positive integer number of sto ...
分类:
其他好文 时间:
2018-11-26 10:18:46
阅读次数:
226
【504】Base 7 (2018年11月25日) Given an integer, return its base 7 string representation. Note: The input will be in range of [-1e7, 1e7]. 题解:直接按照进制转换 1 cl ...
分类:
其他好文 时间:
2018-11-25 20:25:53
阅读次数:
183
Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 and 1. You m ...
分类:
其他好文 时间:
2018-11-25 11:49:28
阅读次数:
109
说明: 利用tedit扩展的数字编辑框,允许设置正负、小数点等(The digital edit box using tedit extended, allowing the set of positive and negative, the decimal point) ...
分类:
其他好文 时间:
2018-11-24 23:54:29
阅读次数:
224
1、将阅读量的代码封装在一个app中,增加扩展性 新建app: 2、变化的部分 3、上代码 from django.contrib import admin from .models import BlogType, Blog # Register your models here. @admin. ...
分类:
其他好文 时间:
2018-11-17 23:17:53
阅读次数:
217
You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you cli... ...
分类:
其他好文 时间:
2018-11-17 10:58:58
阅读次数:
120