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

搜索资源列表

  1. linux_file

    1下载:
  2. linux实验_文件操作:创建文件,打开文件,读文件,写文件以及设置和查看文件类型等操作- file operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:84751
    • 提供者:rebecca
  1. as

    0下载:
  2. 文件管理系统,可以完成建立一级目录,在此里面可以完成创建文件,删除文件,修改文件,读文件,写文件,等功能-Document management system that can complete the establishment of a directory, which can be completed in this create a file, delete files, modify files, read files, write documents, and other funct
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:2673
    • 提供者:陈莹华
  1. sourcecode

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:17986
    • 提供者:高飞
  1. (File)IO

    0下载:
  2. 程序中包含文件操作的所有步骤,包括创建,读文件,写文件,程序员使用时只需把文件名改一下即可-Program file operations included all the steps, including creating, reading documents, writing paper, programmers use only what you can change the file name
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2274
    • 提供者:zhang
  1. wenjianguanli

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

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

    0下载:
  2. 两种方式读文件,一种是直接读取文字,一种是打开对话框读取TXT文件-read files in two ways
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3728885
    • 提供者:
  1. fatfs源代码

    0下载:
  2. 此代码是fatfs源代码,并介绍了一下几部分:移植目的 移植条件 对命令界面所实现功能的描述 建立文件系统 命令执行框架 diskio.c中底层驱动程序的编写 下载、测试 FAT32文件系统格式分析 读文件执行流程分析 、添加新的命令fwrite
  3. 所属分类:系统编程

  1. Two-dimensional coordinate transformation

    0下载:
  2. 该程序能根据两个坐标系的坐标,求出坐标转换矩阵,然后读取一个坐标系的坐标文件,转到另一个坐标系的坐标,并输出到另一个文件。(The program can be based on the coordinates of two coordinate systems, coordinate conversion matrix, and then read a coordinate system of coordinate files, to another coordinate system coo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:17408
    • 提供者:栗子.
  1. SD卡读写测试成功

    0下载:
  2. 对SD卡读写经行测试,针对Fat文件格式!(SD card read and write by the line test, for Fat file format!)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:169984
    • 提供者:yuyn7858
  1. 如何读写Excel文件

    0下载:
  2. vc编写的excel读写程序,集成了api接口,并附带源码,很好的学习工具(VC prepared by the excel read and write procedures, integrated API interface, and comes with source code, a good learning tool)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:25060352
    • 提供者:zsj
  1. Plot

    0下载:
  2. 读取xxx.txt文件,绘制曲线, 并且出现对话框,输入相应的参数。(Read txt and plot the diagram. The parameters have to be entered in in the start.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:sc10010005
  1. 读取文件

    0下载:
  2. 文件读取功能,可以将文件的内容进行中文的繁体简体转换,支持文件夹下的文件(.cpp和.h文件中的中文简体转换位繁体)(File read function, you can file the contents of Chinese traditional Chinese simplified conversion, support files under the folder (.Cpp and.H files in the Chinese Simplified translation, bit
  3. 所属分类:文件操作

    • 发布日期:2017-12-18
    • 文件大小:74752
    • 提供者:熊小威
  1. stm32flash读写

    0下载:
  2. 这个是自己使用的STM32 flash 读写,头文件和源文件放在一个txt里了,里面的变量是我自己使用的变量,测试时候可以直接屏蔽,自己添加自己存储的变量(另外友情提示:注意存储变量格式,如果存储的为字符串,在最后输出时候自己加sprintf,把从flash中读取的字符串变量重新赋值在另外一个字符串中即可)(This is a program for the reading and writing of flash of STM32. The txt has conclued the sou
  3. 所属分类:微处理器开发

  1. 二进制文件的读写

    0下载:
  2. 将程序中产生的文件以二进制形式写入电脑硬盘(Writes the files generated in the program in binary form to the computer hard disk)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-14
    • 文件大小:176300
    • 提供者:
  1. csv文件

    0下载:
  2. 这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。 因为工作任务刚好需要做csv的读写,就找到这个资源。(This resource is a very useful class for
  3. 所属分类:Windows编程

  1. ini文件读写操作

    0下载:
  2. 基于WindowsAPI函数,VB6.0语言编写的对INI配置文件读写操作程序(Ini configuration file read and write operations)
  3. 所属分类:文件操作

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:雷电
  1. 读写文件

    0下载:
  2. VC++读写大块资料(二进制)文件,vc6开发,调试通过(VC ++ read and write large pieces of data (binary) files)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1878016
    • 提供者:583540466
  1. 文件的输入输出

    0下载:
  2. 对文件进行读写操作,涉及文件指针,文件操作的一些命令。(Read and write files, refer to the file pointer, some commands of the file operation.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:346112
    • 提供者:James1994
  1. VC++读写Excel文件源代码

    1下载:
  2. 读写excel文件内容,并将其显示到vs界面上(Read and write the contents of the XML file, and display it to the vs interface)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:14336
    • 提供者:人气机
  1. z_score.tar

    1下载:
  2. 对nii文件进行Z变换,并保存成nii文件(Z transform to the NII file and save it as a NII file)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:WHJJ
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com