码迷,mamicode.com
首页 >  
搜索关键字:file description    ( 85588个结果
android File存储
文件存储的用途: A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:移动开发   时间:2014-05-05 13:01:21    阅读次数:339
笨方法学python(5)加分题
这篇对应的是习题16,读写文件 # -*- coding: utf-8 -*- #对文件更多操作复制A文件的内容到B文件 #from sys import argv from os.path import exists prompt = "> " from_file = raw_input("please input the filename where you want to copy...
分类:编程语言   时间:2014-05-05 12:54:02    阅读次数:402
poj 1182 食物链 (种类并查集)
食物链 Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 41805   Accepted: 12160 Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。  现有N个动物,以1-N编号。每个动物都...
分类:其他好文   时间:2014-05-04 12:42:36    阅读次数:330
文件和I/O流
1.File的用于创建目录、用于表示目录、用于创建文件、用于表示文件和用于删除文件或目录。 2.字符流:abstract class Reader和Writer操作的是文本文件 3.缓冲字符流(BufferedReader和BufferedWriter)每次读取或写入一行 缓冲流(BufferedInputStream和BufferedOutputStream)每次读取或写入一个数组的大小。 4.打印字符流属于处理流,不能和介质直接相连...
分类:其他好文   时间:2014-05-03 17:21:40    阅读次数:401
Codeforce 214 Div 2 B.Hometask
题目描述: Description Furik loves math lessons very much, so he doesn't attend them, unlike Rubik. But now Furik wants to get a good mark for math. For that Ms. Ivanova, his math teacher, gave him...
分类:其他好文   时间:2014-05-03 16:45:31    阅读次数:234
Struts2实现文件上传报错(四)
1、具体错误如下 2014-5-2 21:38:29 com.opensymphony.xwork2.util.logging.jdk.JdkLogger error 严重: Exception occurred during processing request: null java.lang.NullPointerException at com.you.file.upload.actio...
分类:其他好文   时间:2014-05-03 16:08:37    阅读次数:353
java 遍历目录
package com.recursion; import java.io.File; public class RecursionFile { public static void main(String[] args) { File file  = new File("G:/A"); tree(file, 0); } private static vo...
分类:编程语言   时间:2014-05-03 16:07:04    阅读次数:265
HDU1185:炮兵阵地(状态压缩)
Description 司令部的将军们打算在N*M的网格地图上部署他们的炮兵部队。一个N*M的地图由N行M列组成,地图的每一格可能是山地(用"H" 表示),也可能是平原(用"P"表示),如下图。在每一格平原地形上最多可以布置一支炮兵部队(山地上不能够部署炮兵部队);一支炮兵部队在地图上的攻击范围如图中黑色区域所示: 如果在地图中的灰色所标识的平原上部署一支炮兵部队,则图中的黑色的网...
分类:其他好文   时间:2014-05-03 15:44:45    阅读次数:284
poj1488 字符串处理
TEX Quotes Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 8505   Accepted: 4460 Description TEX is a typesetting language developed by Donald Knuth. It ta...
分类:其他好文   时间:2014-05-03 15:40:11    阅读次数:296
HDU 4355 Party All the Time 三分
点击打开链接 Party All the Time Time Limit: 6000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2961    Accepted Submission(s): 939 Problem Description...
分类:其他好文   时间:2014-05-03 15:30:56    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!