码迷,mamicode.com
首页 >  
搜索关键字:brackets    ( 439个结果
【插件】Emmet 快速编写代码
最近新下载了一个编辑器,叫brackets。里面插件挺好弄的,直接安装就行。 据说Emmet很好用,所以打算把一些用法写在这里,方便查看。 1.在<head></head>中 2.在HTML中 (1)初始化 输入!(叹号)或html:5,然后按Tab键 (2)添加类、id、文本和属性 输入p.p1 ...
分类:其他好文   时间:2016-12-07 13:34:26    阅读次数:181
11.13 noip模拟试题
题目名称 笔记 括号 城堡可执行文件名 note brackets castle输入文件名 note.in brackets.in castle.in输出文件名 note.in brackets.out castle.in每个测试点时限 1 秒 1 秒 1 秒内存限制 512MB 512MB 512 ...
分类:其他好文   时间:2016-11-13 19:26:51    阅读次数:289
POJ 2955 Brackets (区间dp入门)
Description We give the following inductive definition of a “regular brackets” sequence: the empty sequence is a regular brackets sequence, if s is a ...
分类:其他好文   时间:2016-11-06 02:52:21    阅读次数:284
394. Decode String
Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is b ...
分类:其他好文   时间:2016-10-31 09:11:48    阅读次数:278
LeetCode 20 Valid Parentheses
问题: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in ...
分类:其他好文   时间:2016-10-15 16:45:39    阅读次数:123
POJ 1141 Brackets Sequence
Brackets Sequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30738 Accepted: 8817 Special Judge Description Let us define a regular br ...
分类:其他好文   时间:2016-10-08 19:53:53    阅读次数:174
Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the ...
分类:其他好文   时间:2016-10-04 01:28:50    阅读次数:159
[LeetCode] 20. Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the ...
分类:其他好文   时间:2016-10-02 00:44:07    阅读次数:107
CF149D. Coloring Brackets[区间DP !]
不知道为什么居中了,先把代码放这 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> using namespace std; const int N=705,MOD=1e9+7; char s[N]; ...
分类:其他好文   时间:2016-09-30 23:56:20    阅读次数:406
POJ2955Brackets[区间DP]
Brackets Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6585 Accepted: 3534 Description We give the following inductive definition of a “r ...
分类:其他好文   时间:2016-09-30 15:42:51    阅读次数:145
439条   上一页 1 ... 11 12 13 14 15 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!