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

搜索资源列表

  1. teacher.rar

    0下载:
  2. 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。
  3. 所属分类:其它

    • 发布日期:
    • 文件大小:3230
    • 提供者:
  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. VC读写txt文件的程序

    0下载:
  2. VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
  3. 所属分类:文件操作

    • 发布日期:2016-01-27
    • 文件大小:44923
    • 提供者:wangzhengpei
  1. read_binary

    0下载:
  2. vc二进制文件的读写的程序源码,很不错的demo-reading and writing binary files vc program source code, it is a good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:7939
    • 提供者:朱丽萍
  1. C# 读写二进制文件的一个示例

    0下载:
  2. C# 读写二进制文件的一个示例,初学者看一下有收获。-C# an example of reading and writing binary files, beginners look at the harvest.
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:17428
    • 提供者:qinjun
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:249544
    • 提供者:
  1. readwrite

    0下载:
  2. 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2290
    • 提供者:陈忠宁
  1. teacher

    0下载:
  2. 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, Teache
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:3501
    • 提供者:赵君
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. erjinzhiduxie

    0下载:
  2. 用C#语言编写的一个二进制文件的读写程序-With C# Language a binary file reading and writing program
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:14295
    • 提供者:specialuse
  1. zhenfengzhuang

    0下载:
  2. 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2075
    • 提供者:
  1. FlexHEX

    0下载:
  2. 可以自己编写二进制文件的软件,非常好用,检验linux下二进制文件的读写-You can write your own binary file of software, very easy to use, test reading and writing binary files under linux
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-10
    • 文件大小:2085149
    • 提供者:jet
  1. C_programming_reading_writing_binary_files

    0下载:
  2. C编程实现二进制文件的读写C programming reading and writing binary files-C programming reading and writing binary files
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8484
    • 提供者:,
  1. binread

    0下载:
  2. 一个二进制文件的读写工具,十分方便,可以直接对二进制-A binary file read and write tool, very convenient, you can directly on the binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:423476
    • 提供者:sulonshen
  1. VCPP

    0下载:
  2. 关于二进制文件的读写操作,希望对你有帮助-Read and write operations on binary files, want to help you
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:39981
    • 提供者:郭小洁
  1. DWORD-Data

    0下载:
  2. 一个对二进制文件进行读写的类的例子。简单修改后可作为一个二进制文件输入输出接口。-One pair of binary file reading and writing class example. Simple modification can be used as a binary file input and output interfaces.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:8927
    • 提供者:永远
  1. Reading-and-writing-binary-files

    0下载:
  2. 使用VC.net开发的二进制文件的读写小程序-VC.net developed using binary read and write small programs
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:8375
    • 提供者:
  1. 二进制文件的读写

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

    • 发布日期:2017-12-14
    • 文件大小:176300
    • 提供者:
  1. BIN文件清0工具

    0下载:
  2. 实现对二进制文件的操作,全部写为0 ;是VC++操作文件读写的一个简单例子; 本例子中的功能是将一个bin文件内容全写为0;(To achieve the operation of binary files, all written as 0; is a simple example of VC++ operation file read and write; The function of this example is to write the contents of a bin fil
  3. 所属分类:文件操作

    • 发布日期:2018-05-07
    • 文件大小:4524032
    • 提供者:dashu
  1. ply文件读写

    0下载:
  2. 读写ply文件,包括ply 的 二进制格式以及 asc格式(The read-write ply file includes ply's binary format as well as the asc format)
  3. 所属分类:其他

    • 发布日期:2020-05-21
    • 文件大小:1146880
    • 提供者:Ldan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com