码迷,mamicode.com
首页 >  
搜索关键字:special    ( 1954个结果
[LeetCode] 301. Remove Invalid Parentheses
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:其他好文   时间:2017-11-08 20:06:49    阅读次数:104
717. 1-bit and 2-bit Characters
717. 1-bit and 2-bit Characters We have two special characters. The first character can be represented by one bit 0. The second character can be repre ...
分类:其他好文   时间:2017-11-07 22:11:06    阅读次数:139
LeetCode 717. 1-bit and 2-bit Characters
We have two special characters. The first character can be represented by one bit 0. The second character can be represented by two bits (10 or 11). N ...
分类:其他好文   时间:2017-11-07 20:46:59    阅读次数:436
<学习笔记> A*算法求第k短路
一条前往题面的隧道 简洁题面 第一行给出N(点数),M(边数)(1 <= N <= 1000, 0 <= M <= 100000).。 下面的M行每行给出三个数Ai,Bi,Ti,表示从A到B有一条权值为T的单向边。 最后给出S,T,K,表示求S到T的第K短路。 special: 起点与终点相同时,S ...
分类:编程语言   时间:2017-11-07 14:20:25    阅读次数:220
HDU2866 Special Prime
题目网址:http://acm.hdu.edu.cn/showproblem.php?pid=2866 题意:在区间[2,L]内,有多少个素数p,满足方程有解。 分析: 原方程变为: n^(b-1) * (p+n) = m ^ b。 一开始,我们会想,这个方程在什么时候是有解的呢?? 肯定当左边式子 ...
分类:其他好文   时间:2017-11-05 21:42:14    阅读次数:104
717. 1-bit and 2-bit Characters 1、2位字符
We have two special characters. The first character can be represented by one bit 0. The second character can be represented by two bits (10 or 11).No... ...
分类:其他好文   时间:2017-11-04 19:37:51    阅读次数:194
Leetcode 717: 1-bit and 2-bit Characters
We have two special characters. The first character can be represented by one bit 0. The second character can be represented by two bits (10 or 11). N ...
分类:其他好文   时间:2017-11-04 13:40:01    阅读次数:136
【转】使用STM32F4的CCM内存
我们知道STM32F4当中有个CCM内存,如图所示,这个内存是挂在D总线上直接和内核相连,因此除了内核之外谁都不能访问,那么我们怎么将其利用起来呢?网上这个资料还真的很少,今天我就给大家分享一下,献给那些还不知道的人,如有错漏,还请指正。<ignore_js_op> 首先,我们可以使用Keil的设置 ...
分类:其他好文   时间:2017-11-02 16:13:42    阅读次数:221
关于 Token,你应该知道的十件事
转自:http://ju.outofmemory.cn/entry/134189 原文是一篇很好的讲述 Token 在 Web 应用中使用的文章,而这是我和 Special 合作翻译的译文。 1. Token 应该被保存起来(放到 local / session stograge 或者 cookie ...
分类:其他好文   时间:2017-11-01 17:53:08    阅读次数:218
[poj P1141] Brackets Sequence
[poj P1141] Brackets Sequence Time Limit: 1000MS Memory Limit: 65536K Special Judge Description Let us define a regular brackets sequence in the follo ...
分类:其他好文   时间:2017-10-31 20:08:26    阅读次数:139
1954条   上一页 1 ... 52 53 54 55 56 ... 196 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!