CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 文件读写操作

搜索资源列表

  1. Ziplib PHP处理ZIP文件的类

    0下载:
  2.     Ziplib 是一个用来建立、操作、控制 ZIP 文件的类。它看起来很小(11K),但是你可别小看了它,这个类的所有操作不需要 PHP 中ZLib 模板的支持。是的,你没有听错,这个类完全从底层控制了 ZIP 文件的读写!!! 这意味着你可以在任意一个主机上来操作你的 ZIP 文件。内附详细操作说明。Enjoy It!!
  3. 所属分类:PHP源码

    • 发布日期:2007-12-13
    • 文件大小:7751
    • 提供者:dssz.net
  1. jexcelapi_2_5_7

    0下载:
  2. java直接操作execl文件,读写\\建立新文件-java directly operated execl document literacy \\ establishment of a new document
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2442936
    • 提供者:
  1. 1012412

    0下载:
  2. 本程序主要演示server对象创建文件系统对象,并由此创建一个新文本文件。对新文件进行读写操作。-major demonstration of the procedure to create server object file system object, and thus create a new text file. The new paper and write.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:杨洋
  1. 文件读取2004

    0下载:
  2. VC文件的读写操作-VC write documents
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1087
    • 提供者:李喆
  1. 文件读写存储2004

    0下载:
  2. VC文件的读写操作(很多)-VC write documents (many)
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:831783
    • 提供者:李喆
  1. shili34

    0下载:
  2. 本程序是关于Java语言文件读写操作的小例子
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-16
    • 文件大小:2457
    • 提供者:李美香
  1. EnglishFile(xgw)

    0下载:
  2. 文本文件的读写操作,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。-text file read and write operations, statistics words, numbers, punctuation and other elements of the number and the total number of recorded words.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:乡国伟
  1. fio

    0下载:
  2. 1.文件和目录管理,使用java.io.File类编程,完成如下功能: (1)输入文件名称 (2)判断该文件名称是否存在 (3)若文件存在,判断是文件还是目录 (4)若是文件则输出文件的各种属性 (5)若是目录则输出其中包含的所有文件的名称 2.二进制文件的读写操作,用InputStream和OutputStream及其子类,设计并实现一个可以完成文件复制操作的程序。 3.文本文件的读写操作,编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:19800
    • 提供者:罗春威
  1. ReadAndWriterforExcel

    0下载:
  2. 首先在apache网站下载对应的poi包,就可以使用对应的类对Excel文件进行读写操作。类中包含的两个方法一个进行写操作,一个读操作。-First of all, in the apache website corresponding poi package, you can use the corresponding category of documents to read and write operation of Excel. Category contains two method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2278
    • 提供者:liurh
  1. 200861814191687403

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:105261
    • 提供者:思宇
  1. javaexcel

    0下载:
  2. java 使用 jxl 操作excel, 实现excel 文件读写-operation using jxl java excel, to achieve reading and writing excel file
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1822330
    • 提供者:张三
  1. FileReadandWrite

    0下载:
  2. 包含文件的读写各种方法,含有基本的例子,适合初学者学习文件的读写操作-Various methods including reading and writing files containing basic example, suitable for beginners to learn reading and writing files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4677
    • 提供者:孟祥安
  1. wenjianguanli

    2下载:
  2. 一、 任务 设计模拟操作系统文件系统的程序。 二、 目的 通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。 三、功能要求 (1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。 (2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法) (3)空闲空间管理可采用位图或者
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:79937
    • 提供者:卢思琦
  1. Common

    0下载:
  2. 将文件中的数据读入数组,对文件进行读写操作-Read the data in the file into an array, read and write operations on files
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:653
    • 提供者:gxy
  1. SampleData

    0下载:
  2. java 操作word2003/2007,CSV数据文件读写操作demo-word2003/2007, CSV data file read and write operations demo
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:13155321
    • 提供者:杜黑
  1. src

    0下载:
  2. 本程序实现的是对CSV文件的读写操作,实现了类似于数据库的功能,是比较初级的文件读写操作-This program is used to import/export CSV file. This is based on java platform.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3451
    • 提供者:Micky
  1. FIle

    0下载:
  2. 一些简单的文件读写操作,包括 获取raw文件夹里的资源文件的数据,获取asset中的数据,写/data/data/<应用程序名>目录上的文件: 等 -some file operation
  3. 所属分类:JavaScript

    • 发布日期:2017-05-06
    • 文件大小:1448068
    • 提供者:Dave
  1. leysical-cofplex

    0下载:
  2. 本程序是关于Java语言文件读写操作的小例子()
  3. 所属分类:Ajax

    • 发布日期:2018-04-20
    • 文件大小:18432
    • 提供者:KBHT%2B001165
  1. 85736510

    0下载:
  2. 本程序是关于Java语言文件读写操作的小例子()
  3. 所属分类:Ajax

    • 发布日期:2018-04-22
    • 文件大小:18432
    • 提供者:oeenaed
  1. jena解析.owl文件

    0下载:
  2. 实现owl文件的解析,内含有本体文件,实现对本体文件的读写操作(The implementation of owl file parsing contains ontology files to realize the read and write operation of ontology files.)
  3. 所属分类:Applet

« 12 3 4 5 »
搜珍网 www.dssz.com