码迷,mamicode.com
首页 >  
搜索关键字:one or more sections    ( 34236个结果
Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2014-06-28 23:59:00    阅读次数:383
Square roots
Loops are often used in programs that compute numerical results by starting with an approximate answer and iteratively improving it.For example, one w...
分类:其他好文   时间:2014-06-28 20:35:11    阅读次数:252
commons-io源码阅读心得
FileCleanTracker: 开启一个守护线程在后台默默的删除文件。 1 /* 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreeme...
分类:其他好文   时间:2014-06-21 09:34:59    阅读次数:324
hust 1540 Yy’s celebration
题目描述It'sYy'sbirthday, and his friends decided to buy him a copy ofXianJianQiXiaZhuanV.Since some of friends have more money available than others, nob...
分类:其他好文   时间:2014-06-21 09:03:53    阅读次数:303
poj 2127 lcis wa
#include#include#include#include#includeusing namespace std;typedef long long ll;const int maxn = 505;const ll one = 1;const ll inf = one l[j-1][x]) l...
分类:其他好文   时间:2014-06-21 08:55:01    阅读次数:207
A string is a sequence
A string is a sequence of characters. You can access the characters one at a time with the bracket operator. The second statement selects ch...
分类:其他好文   时间:2014-06-21 08:19:51    阅读次数:197
Leetcode Word Break
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2014-06-21 07:30:55    阅读次数:212
PatentTips - System and method to deprivilege components of a virtual machine monitor
BACKGROUND INFORMATIONAn embodiment of the present invention relates generally to virtualization platforms and, more specifically, to a system and met...
分类:其他好文   时间:2014-06-21 00:58:07    阅读次数:297
PatentTips - Improving security in a virtual machine host
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:其他好文   时间:2014-06-21 00:51:41    阅读次数:285
Leetcode: Single Number
Given an array of integers, every element appears twice except for one. Find that single one.Note:Your algorithm should have a linear runtime complexi...
分类:其他好文   时间:2014-06-20 23:34:47    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!