码迷,mamicode.com
首页 >  
搜索关键字:appear    ( 1294个结果
移动端适配(1)
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=0.5,minimum-scale=0.5,maximum-scale=1">(灰色部分可以不写) viewport 视口(可视区窗口) ...
分类:移动开发   时间:2018-09-28 11:09:07    阅读次数:175
LeetCode - Partition Labels
A string S of lowercase letters is given. We want to partition this string into as many parts as possible so that each letter appears in at most one p... ...
分类:其他好文   时间:2018-09-23 11:33:42    阅读次数:165
[LeetCode] 260. Single Number III 单独数 III
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:其他好文   时间:2018-09-20 15:57:46    阅读次数:163
[TypeScript] Collect Related Strings in a String Enum in TypeScript
As of TypeScript 2.4, it is now possible to define string enums, or more precisely, enums with string members. Just like any other numeric enum, strin ...
分类:编程语言   时间:2018-09-14 18:26:08    阅读次数:178
LeetCode Linked List Easy 83. Remove Duplicates from Sorted List
Description Given a sorted linked list, delete all duplicates such that each element appear only once. Example 1: Example 2: 问题描述:给定一个已排序链表,移除重复元素 代码: ...
分类:其他好文   时间:2018-09-08 22:38:19    阅读次数:171
pat 1084 Broken Keyboard(20 分)
On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those keys will not appear on sc ...
分类:其他好文   时间:2018-09-05 13:54:32    阅读次数:157
推送代码分支时出现:fatal: 'origin' does not appear to be a git repository
关于ubuntu进行提交本地分支到远程库出现问题: 解决方案: 执行如下命令: 再次执行推送提交即可 ...
分类:移动开发   时间:2018-09-04 13:37:44    阅读次数:245
1081 Rational Sum(20 分)
Given N rational numbers in the form numerator/denominator, you are supposed to calculate their sum. Input Specification: Each input file contains one ...
分类:其他好文   时间:2018-08-31 10:49:51    阅读次数:232
【leetcode 简单】 第一百零二题 找到所有数组中消失的数字
给定一个范围在 1 ≤ a[i] ≤ n ( n = 数组大小 ) 的 整型数组,数组中的元素一些出现了两次,另一些只出现一次。 找到所有在 [1, n] 范围之间没有出现在数组中的数字。 您能在不使用额外空间且时间复杂度为O(n)的情况下完成这个任务吗? 你可以假定返回的数组不算在额外空间内。 示 ...
分类:编程语言   时间:2018-08-30 00:02:54    阅读次数:191
HDU 1074 Doing Homework 状压dp(第一道入门题)
Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12145 Accepted Submission(s): 5851 ...
分类:其他好文   时间:2018-08-29 14:38:21    阅读次数:163
1294条   上一页 1 ... 17 18 19 20 21 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!