码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
mod_jk notes
mod_jk reading notes
分类:其他好文   时间:2015-07-24 12:43:43    阅读次数:96
java中为什么要用BufferedReader,BufferedWriter"包装" Reader 和 Writer
查查BufferedReader JDK文档: Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. 应该是效率更高,为什么效率高? 查了查,应该是这样先缓存能够...
分类:编程语言   时间:2015-07-20 16:19:32    阅读次数:144
poj 3320 Jessica's Reading Problem (哈希高级应用)
Jessica's Reading Problem Time Limit: 1000MS   Memory Limit: 65536KB   64bit IO Format: %I64d & %I64u Submit Status Description Jessica's a very lovely girl wooed b...
分类:其他好文   时间:2015-07-19 16:34:47    阅读次数:179
Physiological Processes of Speech Production--Reading Notes (8)
Physiological Processes of Speech Production--Reading Notes (8)...
分类:其他好文   时间:2015-07-18 02:07:14    阅读次数:131
HDU 4990 Reading comprehension
快速幂#include#include#include#include#includeusing namespace std;long long n,MOD;long long cal(long long a,long long b,long long mod){ long long c=1;...
分类:其他好文   时间:2015-07-17 20:20:12    阅读次数:127
Physiological Processes of Speech Production--Reading Notes (6)
Physiological Processes of Speech Production--Reading Notes (6)...
分类:其他好文   时间:2015-07-16 17:01:07    阅读次数:174
Physiological Processes of Speech Production--Reading Notes (7)
Physiological Processes of Speech Production--Reading Notes (7)...
分类:其他好文   时间:2015-07-16 16:51:40    阅读次数:106
Physiological Processes of Speech Production--Reading Notes (5)
Physiological Processes of Speech Production--Reading Notes (5)...
分类:其他好文   时间:2015-07-16 02:11:42    阅读次数:227
POJ 3320: Jessicas Reading Problem
Jessica’s Reading Problem ( POJ No.3320)   为了准备考试, Jessica 开始读一本很厚的课本。要想通过考试,必须把课本中所有的知识点都掌握。这本书总共有 P 页,第 i 页恰好有一个知识点 ai(每个知识点都有一个整数编号)。全书中同一个知识点可能会被多次提到,所以她希望通过阅读其中连续的一些页把所有的知识点都覆盖到。给定每页写到的知识点,请求出要阅读...
分类:其他好文   时间:2015-07-14 18:18:14    阅读次数:105
Physiological Processes of Speech Production--Reading Notes (1)
语音生成生理过程的读书笔记,会一直连载。...
分类:其他好文   时间:2015-07-12 07:22:28    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!