码迷,mamicode.com
首页 >  
搜索关键字:scheduling repeating    ( 957个结果
Leetcode 解题 Longest Substring without repeating charcater python
原题:Given a string, find the length of the longest substring without repeating characterFor example, the Longest substring without repeating letters fo...
分类:编程语言   时间:2015-04-25 22:41:48    阅读次数:229
Java [leetcode 3] Longest Substring Without Repeating Characters
问题描述:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating lette...
分类:编程语言   时间:2015-04-25 14:50:46    阅读次数:131
Hadoop Yarn core concepts
The fundamental idea of YARN is to split the two major responsibilities of the JobTracker—that is, resource management and job scheduling/monitoring—i...
分类:其他好文   时间:2015-04-24 07:53:21    阅读次数:165
Java for LeetCode 003 Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:编程语言   时间:2015-04-23 23:22:16    阅读次数:203
LeetCode-166 Fraction to Recurring Decimal
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the fractional part is repeating,...
分类:其他好文   时间:2015-04-23 13:07:06    阅读次数:133
MIT JOS # Round­Robin Scheduling#
MIT JOS # Round­Robin Scheduling#  下面是MIT JOS里 round-robin调度策略的实现. 在 kern/sched.c里面 下面的截图来自> (以前搬过的砖也是有好处的哇~) 结合代码就能够很形象的理解Round-robin. 每当我们调用sched_yeild()的时候,我们就打算让当前进程让出CPU了. ...
分类:其他好文   时间:2015-04-22 11:37:16    阅读次数:112
LeetCode-Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-04-22 07:04:07    阅读次数:126
Longest Substring Without Repeating Characters
经典问题,可以把周边都做了,详见ref http://blog.csdn.net/linhuanmars/article/details/19949159public class Solution { public int lengthOfLongestSubstring(String s) ...
分类:其他好文   时间:2015-04-20 13:07:35    阅读次数:115
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-04-19 15:49:13    阅读次数:98
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-04-18 23:29:41    阅读次数:123
957条   上一页 1 ... 68 69 70 71 72 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!