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

搜索资源列表

  1. DataAccessExample

    0下载:
  2. 演示一系列数据访问功能,十分适合初学者。(演示了:装载文本文件中的数据到数组、选择数组中的数据到自动完成的text box、简单的数组操作、将数组保存到文本文件、从Access数据库中装载数据、选择数据从自动完成的combo box里、将数组保存到Access数据库、Loading Data from an Access Database、Data Collection from text boxes in a User Form、Writing out of data into a docum
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:89761
    • 提供者:姚紫欣
  1. yhb-chunchu

    0下载:
  2. 该程序的功能是从文件中读出数据转存储在数组中-the procedure is the function of sensed data from the file to the memory array
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1063
    • 提供者:yhb7226
  1. simplexml

    0下载:
  2. 通过扫描字符串及结构体数组,实现对XML文件的简单初步解析.-by scanning string and array structure and realizing the XML file simple preliminary analysis.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4224
    • 提供者:欧阳
  1. cfread

    0下载:
  2. c语言读数据用结构数组进行数据从文本文件中读取-c language reading data structure array with data from the text file Read
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:177216
    • 提供者:安永值
  1. howto_read_write_binary_file

    0下载:
  2. howto_read_write_binary_file Quickly read and write a binary file to and from an array
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8563
    • 提供者:张见
  1. GetUnicode

    0下载:
  2. 看看是否对你有用,字库生成,字模点阵提取,UNICODE查询和转换,二进制文件转文本文件,文本文件转化为二进制文件(一个数组还原为一个BIN文件)-see whether useful to you, font generation, Dot Matrix Printer extraction, UNICODE inquiries and conversion, binary files to text files, text documents into binary files (a red
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:243552
    • 提供者:山于
  1. fileCvt

    0下载:
  2. 处理文件数据,将各种文件的内容处理成十六进制码的形式保存到文件,每个数之间用逗号隔开,可直接将其复制到数组中.-Handle file data, will deal with a variety of documents into the form of hexadecimal code saved to the file, each separated by commas between, can be directly copied to the array.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:85464
    • 提供者:流星云
  1. fileCvt

    0下载:
  2. 文件转换工具,将任意格式的文件转换为十六进制码的形式保存到文本文件中,开发人员可将文本文件内容拷出来作为数组的内容处理.-File conversion tools, any format of the document will be converted to the form of hexadecimal code is saved to text file, developers can copy the contents of a text file as an array of con
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:89577
    • 提供者:流星
  1. delRepeat

    0下载:
  2. 去除文件中的重复行。 先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组。-Remove duplicate rows from the file. Content of the document read into a first buffer, split by row, each row of data just take \ t the previous section. Then two minutes dire
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:213568
    • 提供者:haiyan
  1. delRepeat

    0下载:
  2. 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组或动态链表中。 -Respectively, be achieved using arrays and linked the file to remove duplicate rows. Content of the document read into a first buffer, split by row, each row
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:274841
    • 提供者:haiyan
  1. Folder_Structure

    0下载:
  2. The function(or the code)finds the number of .bas(can be used for .txt or any other file format)contained in a folder and stores the directory path in an array. This can be later used for accessing the file. This reduces the manual intervention and h
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:1604
    • 提供者:elnino
  1. cengxu

    1下载:
  2. 该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组来实现字符串操作的功能-The system requirements for the contents of a text file in a variety of routine operations, such as: insert, delete, search, replace, and so on. Through this project, master
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:2431
    • 提供者:蒯玉凤
  1. fopenwenjian

    0下载:
  2. vc实现的文件转换器,有很好的参考价值,可转换exedoc等文件为十六进制数组文件。-vc file converter to achieve, have a good reference value, and other documents can be converted exedoc array for the hex file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4142540
    • 提供者:lucy
  1. CPP-fill

    0下载:
  2. C++ 简单读写文本文件、统计文件的行数、读取文件数据到数组-C++ read and write simple text file, statistics file line number, read the file data to the array
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:335909
    • 提供者:林一
  1. ToHfiel

    0下载:
  2. 将文件存到数组,有生成接口函数。使用方便。可以做捆绑多个文件-Save the file to the array, there is generated interface functions. Easy to use. Bundle multiple files can be done
  3. 所属分类:文件操作

    • 发布日期:2016-10-10
    • 文件大小:26739
    • 提供者:赵鹏
  1. File

    1下载:
  2. 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:119847
    • 提供者:陈玲玲
  1. C-P-P-read-and-write-text-file

    0下载:
  2. C++ 简单读写文本文件、统计文件的行数、读取文件数据到数组 -The number of lines of C++ read and write simple text file, statistics file, read file data into an array
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:50959
    • 提供者:福福
  1. conv

    0下载:
  2. 读取两个txt文件,将其中的数据以数组形式保存,并对其进行卷积运算,保存到第三个txt文件之中。运行无错误!-Two txt files to read, the data in an array of preservation, and the convolution operation, save the third txt file. Run error-free!
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:730773
    • 提供者:
  1. writefile

    0下载:
  2. 把wav文件的二进制码转成原始的wav文件,代码放在media_resource.h 文件的数组中。-Wav file to binary code into the original wav file, the code is placed media_resource.h file array.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:83409
    • 提供者:吴南强
  1. cPP-Import-data-from-a-txt-file

    0下载:
  2. c++从txt文件中实现逐行读取数值,并将数据赋给一个数组-C++implementation TXT file read line by line number, and the data is assigned to an array
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:meng
« 12 »
搜珍网 www.dssz.com