码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
POJ 3071 Football (概率DP)
FootballTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 3285Accepted: 1680DescriptionConsider a single-elimination football tournament involv...
分类:其他好文   时间:2015-01-17 20:46:43    阅读次数:225
leetcode 136. Single Number && 137. Single Number II
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2015-01-17 17:43:10    阅读次数:110
[LeetCode#136, 137]Single Number, Single Number 2
The question:Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a...
分类:其他好文   时间:2015-01-17 06:21:17    阅读次数:125
Fragment
概述:A Fragment represents a behavior or a portion of user interface in an Activity. You can combine multiple fragments in a single activity to build a ...
分类:其他好文   时间:2015-01-17 00:59:38    阅读次数:466
Single Number II
https://oj.leetcode.com/problems/single-number-ii/Given an array of integers, every element appearsthreetimes except for one. Find that single one.Not...
分类:其他好文   时间:2015-01-16 22:08:50    阅读次数:165
SHAVE概述(待修改)
SHAVE 包含宽而深的寄存器文件,加上一个提高代码大小效率的长指令集(VLIW)。如下图: VLIW包控制多个功能单元,SIMD功能,可以提高并行度和吞吐量。SIMD:单指令流多数据流(英语:Single Instruction Multiple Data,缩写:SIMD)是一种采用一个控制器来控...
分类:其他好文   时间:2015-01-16 19:03:47    阅读次数:601
perl 递归地遍历目录下的文件
#!/usr/bin/perl -wuse strict;use File::Spec;local $\ ="\n";#当前模块的每行输出加入换行符 my %options;#目录路径$options{single_case} = '/home/jiangyu/src/pl/Example';...
分类:其他好文   时间:2015-01-16 18:46:02    阅读次数:130
std::ostream_iterator用法
Defined in header template> class ostream_iterator : public std::iteratorstd::ostream_iteratoris a single-passOutputIteratorthat writes successi...
分类:其他好文   时间:2015-01-16 16:27:35    阅读次数:260
[2015.01.15]分享一些软件....不定期添加
1、激活类KMSAuto.Net.2014.v1.3.4下载:http://www.colafile.com/file/4232530支持:Windows 8.1 Single Language;Windows 8.1 Core;Windows 8.1 Core N;Windows 8.1 Pro ...
分类:其他好文   时间:2015-01-15 15:42:17    阅读次数:141
LEETCODE--[leetcode] Regular Expression Matching
http://blog.csdn.net/liyi_/article/details/42736903Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*...
分类:其他好文   时间:2015-01-15 12:32:25    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!