码迷,mamicode.com
首页 >  
搜索关键字:scheduling repeating    ( 957个结果
Longest Substring Without Repeating Characters -- LeetCode
原题链接: http://oj.leetcode.com/problems/longest-substring-without-repeating-characters/ 这道题用的方法是在LeetCode中很常用的方法,对于字符串的题目非常有用。 首先brute force的时间复杂度是O(n^3 ...
分类:其他好文   时间:2016-11-14 17:43:16    阅读次数:141
三级调度
在有的操作系统中仅采用一级凋度,而有的操作系统则将凋度分为不同的层次,一个用户作业从进入系统成为后备作业开始,直到运行结退出系统为止,一般最多经历三级调度,即处理器调度可以分为以下3个层次。 1.高级调度(High Level Scheduling) 高级调度,称作业调度或长程调度(Long-ter ...
分类:其他好文   时间:2016-11-12 19:27:24    阅读次数:287
leetcode笔记11 First Unique Character in a String
题目描述: Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assu ...
分类:其他好文   时间:2016-11-04 14:04:30    阅读次数:136
周刷题第二期总结(Longest Substring Without Repeating Characters and Median of Two Sorted Arrays)
这周前面刷题倒是蛮开心,后面出了很多别的事情和问题就去忙其他的,结果又只完成了最低目标。 Lonest Substring Without Repeating Characters: Given a string, find the length of the longest substring w ...
分类:其他好文   时间:2016-10-31 07:12:43    阅读次数:209
[LeetCode] Longest Repeating Character Replacement 最长重复字符置换
Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at most k times. Find the ...
分类:其他好文   时间:2016-10-26 09:40:13    阅读次数:431
First Unique Character in a String
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the ...
分类:其他好文   时间:2016-10-25 02:03:22    阅读次数:257
linux 设置系统ulimit
在使用linux作为服务运行环境时,会遇到一些性能瓶颈,是因为系统默认设置的值比较低,一般是1024,很容易造成资源不够,不能创建进程或者不能打开文件。一、首先使用ulimit-a查看系统ulimit设置ulimit-a corefilesize(blocks,-c)0 datasegsize(kbytes,-d)unlimited scheduling..
分类:系统相关   时间:2016-10-20 16:04:56    阅读次数:246
string类问题之滑动窗口类型
Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. Examples: Given  ...
分类:其他好文   时间:2016-10-19 03:02:58    阅读次数:171
LeetCode - 387. First Unique Character in a String
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the ...
分类:其他好文   时间:2016-10-18 22:54:23    阅读次数:104
Mistral 工作流组件之一 概述
Mistral的前世今生: Mistral是Mirantis公司为Openstack开发的工作流组件,提供Workflow As a Service.典型的应用场景包括任务计划服务Cloud Cron,任务调度Task Scheduling, 复杂的运行时间长的业务流程等。对应的是AWS的SWS(S ...
分类:其他好文   时间:2016-10-17 09:07:25    阅读次数:142
957条   上一页 1 ... 38 39 40 41 42 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!