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

搜索资源列表

  1. 文件操作小例程

    0下载:
  2. 用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分-File operator sample by .net C#
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:193.18kb
    • 提供者:ali
  1. 针对Excel格文件操作编程实现

    0下载:
  2. 在 Visual C++中操作Excel,对开发数据库管理系统很有意义 -read and write excel file,useful for developing database management system
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.19kb
    • 提供者:AlphaLzw
  1. 06

    0下载:
  2. C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:498.71kb
    • 提供者:cp
  1. TXTClass

    0下载:
  2. 提供了一个用C#语言实现的txt文件操作类,实现了写入txt、读取txt、读取指定行、删除指定行、查询txt指定内容,按照给定条件查询、删除txt文件内容等功能。调用方便,操作简单,附有使用说明。-Provides a C# language using the txt file manipulation class realized write txt, read txt, reads the specified line, delete the specified row, query tx
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5.11kb
    • 提供者:gc
  1. NotePadCSharp

    0下载:
  2. 一个由C#实现的windows Notepad 源代码, 是初学者学习C#文件操作的好东西-one by the C# source code windows Notepad, beginners learning C# file manipulation of the good things
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:13.87kb
    • 提供者:杨鹏
  1. tdxcsh

    0下载:
  2. c文件操作,修改文件,打开,读取,写入,关闭-c file operations, to modify the file, open, read, write, close
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:841byte
    • 提供者:ddq
  1. C

    0下载:
  2. C文件操作函数总结,标准文件及与其相关联的文件指针等等内容-C file manipulation functions sum up, the standard documents and their associated file pointer, etc. the content
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17.2kb
    • 提供者:李国磊
  1. c++FileOperation

    0下载:
  2. C++文件操作精华,包含原理与示范代码,非常透彻,简洁实用!-C file operations essence Principle and model code contains a very thorough, concise and practical!
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:38.96kb
    • 提供者:聂聂
  1. INILite

    1下载:
  2. 高效的INI配置文件操作库,纯C实现,解决需要反复读写INI文件或者操作大型INI文件时的效率问题,比Win32 的INI操作函数快200倍或以上。-INI configuration files and efficient operation of the Treasury, pure C realization of the need to repeatedly solve the INI file to read and write INI files or large-scale ope
  3. 所属分类:File Operate

    • 发布日期:2015-03-18
    • 文件大小:193.76kb
    • 提供者:刘久人
  1. TextFileDealer

    0下载:
  2. 使用C#进行文件操作,可以直接将文件读到List<string>当中-file manipulate using C#,putting a text file in to a List<string>
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1.21kb
    • 提供者:z n
  1. NumberDealer

    0下载:
  2. 使用C#进行文件操作 -use C# to manipulate directories use C# to manipulate directories
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:667byte
    • 提供者:z n
  1. FileSegmentationAndCombination

    0下载:
  2. 用C#切分与组合文件,文件操作,通过文件头判断,使用固定格式存放,然后IO读写与合成,VS2003、VS2005下编译通过-C# file segmentation and combination
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:26.23kb
    • 提供者:赵世玉
  1. MoveDisk_0.4

    1下载:
  2. C# 写的一个文件同步小程序,使用到了异步委托调用程序,多线程编程,文件操作,比较适合参考。。有收藏价值-C# written in a file synchronization applet to use asynchronous delegate calls to the program, multi-threaded programming, file operations, more suitable for reference. . There is value to the coll
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:449.35kb
    • 提供者:yeabow
  1. FileDemo

    0下载:
  2. c#文件操作,从简单到复杂,完整的介绍了c#文件操作的实现-file programme with file
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:223.06kb
    • 提供者:欧志辉
  1. LHFileOperate

    0下载:
  2. C# 文件操作类,c# File.Copy用起来很不爽,需要自己捕抓异常,通过这个类进行完善。-C# file class, c# File.Copy used up very unhappy, and needs its own catch them abnormal, were improved by this class.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4.34kb
    • 提供者:michealin
  1. CSharpFileOperateAll20110824210907

    0下载:
  2. C#文件操作大全,含有文件的创建、文件的删除、文件的读写等-C# file operations Daquan, with file creation, file deletion, file reading and writing, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:31.39kb
    • 提供者:ddd
  1. Windows-filedriver

    0下载:
  2. 基于WINDOWS的文件操作,基于C++,慧眼识宝着进,-File operations, based on C++, into the eye for treasure
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4.68kb
    • 提供者:sdztsq
  1. C-file-manipulation-functions

    0下载:
  2. C文件操作函数 几个常用的c文件操作函数-C file manipulation functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5.1kb
    • 提供者:hpp
  1. 文件操作(合并,分离等)

    0下载:
  2. 本程序主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。(The main procedures of the bulk copy, cut files and folders, batch rename files, delete files and folders, search for files and folders, batch file compression and decompression, sp
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:767kb
    • 提供者:kewang
  1. C++ 文件系统

    1下载:
  2. 简单的文件管理系统,实现文件存储空间的管理、文件物理结构、目录结构和一般性的文件操作。(The simple file management system realizes the management of the file storage space, the physical structure of the file, the structure of the directory and the general operation of the file.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:328kb
    • 提供者:剑客1
« 12 3 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com