CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 读 二进制文件

搜索资源列表

  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
    • 文件大小:3.42kb
    • 提供者:赵君
  1. File

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

    • 发布日期:2017-04-03
    • 文件大小:36.61kb
    • 提供者:yuehua8
  1. 01_BinaryView

    0下载:
  2. 直接读取文件的二进制,通过此软件,你可以直接看到文件的二进制信息-Read the binary file directly through the software, you can directly see that the binary file information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:bigc
  1. file

    0下载:
  2. 实现 类似windows读写大块资料(二进制)文件的功能,希望对你们有用-To achieve a similar large windows to read and write data (binary) file function,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:chang
  1. 6

    0下载:
  2. (1) 从终端读入字符集大小为n(即字符的个数),逐一输入n个字符和相应的n个权值(即字符出现的频度),建立哈夫曼树,将它存于文件 hfmtree 中。并将建立好的哈夫曼树以树或凹入法形式输出 对每个字符进行编码并且输出。 (2) 利用已建好的哈夫曼编码文件 hfmtree ,对键盘输入的正文进行译码。输出字符正文,再输出该文的二进制码。 -(1) read from the terminal into the character set of size n (ie the numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.93kb
    • 提供者:chenwei
  1. dianzizhangwu

    0下载:
  2. 需求与功能分析 1、通过建立不同帐务信息实现对个人理财的简单管理,个人帐务数据是由帐务明细条目构成,其信息包括:序号,日期(年、月、日),收支项名称,收支类型(收入/支出),收支金额(正/负数表示收支),备注等。 2、数据保存形式: 所有个人帐务数据以二进制文件保存,并通过对二进制文件的保存和载入实现帐务信息的存储管理 3、界面功能要求: 1) 采用友好的字符界面,实现一个功能控制菜单。 2) 每次操作都从该菜单选择,利用循环结构使得一次运行程序可进行多次操作。 需要
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10.66kb
    • 提供者:洪同学
  1. erjinzhi

    0下载:
  2. 一个使用VC++进行二进制文件浏览编辑器的源代码,快捷的进行数据读写。-VC++ to use a binary file browser source code editor, fast read and write data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:25.5kb
    • 提供者:张彬
  1. BFD_single_file

    0下载:
  2. 对单个文件读取文件的二进制值,并且将相应的16进制存到另外一个文件中。 以及硬盘常见故障修复-Read the file on a single file binary value, and the corresponding 16 hex deposit to another file.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:19.94kb
    • 提供者:tang
  1. RdWrtHgFile

    0下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。 -VC++ to read and write large file data (binary), VC6 compiles, usually to open a large number of our words and this time the text will
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22.19kb
    • 提供者:lord
  1. Binaryreadandwrite

    0下载:
  2. 对一些文件进行二进制读写,也不是件容易的事,学习下有好处-Read some binary files, nor is it an easy thing, learning is good under
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:34.96kb
    • 提供者:liu
  1. 1-0-READ-AND-WRITE

    0下载:
  2. 这是一份用于读写二进制文件的VB代码.供参考-This is a VB code for reading and writing binary files for reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4.93kb
    • 提供者:fuyu
  1. rdSac

    1下载:
  2. 读SAC地震数据文件子程序,可以读二进制形式存储的sac文件,以及ASCII存储的asc文件-Read SAC seismic data file subroutine stored in binary form, can be read the sac files, as well as ASCII asc files stored
  3. 所属分类:其他小程序

    • 发布日期:2013-09-13
    • 文件大小:1018byte
    • 提供者:卞龙
  1. LZ35

    0下载:
  2. VC++ 功能的19个功能,包括设置显示器分辨率,IO的应用,以二进制形式查看文件,串行化功能的实现,独特的读写工具,打开PCX格式文件等等 -VC++ 19 functions, including setting the display resolution, the application of IO, view the file in binary form serialization function realization, unique reading and writing to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:23.39mb
    • 提供者:nwq35
  1. wrtxcn

    0下载:
  2. 1、将www目录中的内容上传到网站空间,其中adm,includes,install,module目录必须用二进制方式上传 2、设置advs,cp,down,pic,form,includes,link,news,page,templates目录为可读写(777) 3、设置config.inc.php文件为可读写(666) 4、运行http://您的域名/install/install.php (安装向导) 5、安装过程中可选择语言和编码 5、安装成功后请删除install目
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:6.85mb
    • 提供者:chenyimin
  1. duxiewenjian

    0下载:
  2. 读写二进制文件、xml文件、txt文件、ini文件-Binary files, XML files, TXT file, read and write ini files
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:173.33kb
    • 提供者:Lwc
  1. student

    1下载:
  2. C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:334.78kb
    • 提供者:namejiang
  1. mysin

    0下载:
  2. 本程序代码包含读入dat文件,以及存储数据为dat文件的函数,便于读者理解dat文件的读取(This program code contains read into the dat file, as well as storage data for the dat file function)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:111kb
    • 提供者:mlnnf518
  1. freadenvi

    0下载:
  2. ENVI标准数据读入 NVI使用的是通用栅格数据格式,包含一个简单的二进制文件( a simple flat binary )和一个相关的ASCII(文本)的头文件。这也保证了单个ENVI栅格文件没有大小上限。(NVI uses the universal raster data format, including a simple binary file (a simple flat binary) and a related ASCII (text) header file. This al
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:倒一倒
  1. BinaryViewer

    0下载:
  2. 可以读写二进制文件。非源码工具文件。点击Binary Viewer既可以运行,可以将文件拖拽,可以导入(Read and write binary files)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:909kb
    • 提供者:拉里格拉
  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
    • 文件大小:1.09mb
    • 提供者:Ldan
« 12 »
搜珍网 www.dssz.com