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

搜索资源列表

  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
    • 文件大小:1973
    • 提供者:chenwei
  1. protobuf-2.3.0

    0下载:
  2. Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:2344808
    • 提供者:毛勇
  1. FileOprarion

    0下载:
  2. 获得文件属性 删除不为空的目录 快速检索指定文件 拷贝、删除和移动文件 读写INI文件 读写大块资料(二进制)文件 文件操作的例子,很全了,可以拿来直接使用-Access to file attributes to delete the directory is not empty quickly retrieve the specified file copy, delete and move files to read and write INI file readi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:746162
    • 提供者:Tim
  1. wenzhangneirong

    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、安装成功后
  3. 所属分类:Education soft system

    • 发布日期:2017-05-21
    • 文件大小:6643371
    • 提供者:meilai
  1. good

    0下载:
  2. 源程序是指未编译的按照一定的程序设计语言规范书写的文本文件。 源代码(也称源程序),是指一系列人类可读的计算机语言指令。 在现代程序语言中,源代码可以是以书籍或者磁带的形式出现,但最为常用的格式是文本文件,这种典型格式的目的是为了编译出计算机程序。计算机源代码的最终目的是将人类可读的文本翻译成为计算机可以执行的二进制指令,这种过程叫做编译,通过编译器完成-Source code is not compiled in accordance with certain standard
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:72889
    • 提供者:wanglong
  1. 4

    0下载:
  2. 读入N位学生的{学号(char型6位)、姓名(char型10位)、性别(char型1位)、年龄(int)和籍贯(char型20位)、班级(char型6位)},建立学生人事文件;读入M门课的{课号(char型6位)、课名(char型20位)、学分(float)、授课教师姓名(char型10位)、先修课课号(char型6位)(无先修课则用“NO”表示)},建立课程档案文件;读入L个{学号(char型6位)、课号(char型6位)、成绩(float)、选修学期(int)}建立选修关系文件 。分别以二进
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:21546
    • 提供者:吴超
  1. tentotwo

    0下载:
  2. 用C写的关于二进制与十进制文件的读写问题-Using C to write documents on reading and writing binary and decimal problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:951001
    • 提供者:张新青
  1. BLOBRW

    0下载:
  2. 使用微软.NET Framework的System.IO命名空间下的FileStream文件流类,实现对二进制大对象轻松进行读写。这是一个用VS2005编写的WinForm程序,通过打开一个bmp或者jpg大文件,让其显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。对二进制大对象使用的流操作,对于任何文件都具有通用性,读写文本文件也可以这么做。 -Microsoft. NET Framework&
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:28192
    • 提供者:黄黄
  1. djview-4.7.tar

    0下载:
  2. DjVu源码。DjVu是一种计算机文件格式,主要用于存储扫描的图像。这种格式的特色包括图像分层、渐进载入、算术编码、对二进制图像进行有损压缩,从而以较小的空间,存放高质量的可读图像。-DjVu source. DjVu is a computer file format, primarily used to store scanned images. This format features include layered images, progressive loading, arithme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:876307
    • 提供者:Li
  1. SampleCode-Native-Coding-CFile

    0下载:
  2. MFC CFile类的应用 二进制、文本文件的读写-MFC CFile class application binary, to read and write text files
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:42131
    • 提供者:王夕锋
  1. RdWrtHgFile

    0下载:
  2. vc读写大块资料(二进制)文件的程序源码,希望对大家有所帮助-vc to read and write large data (binary) files in the program source code, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:22926
    • 提供者:
  1. 1

    0下载:
  2. 随机访问二进制数据文件(有5个学生的数据,要求(1)把它们存到磁盘文件中(2)将磁盘文件中的第1,3,5个学生的数据读入程序,并显示出来(3)将第3个学生数据修改后存回磁盘文件中的原来位置(4)从磁盘文件 读入修改后的5个学生数据并显示出来)-Random access binary data files (there are five students in the data requirements (1) save them to disk file (2) The first 1,3,5
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:王龙
  1. 507149HTMLLog

    0下载:
  2. 文件读写,关于二进制的读写问题,给初学者一些帮助-File read and write, read and write on the binary problems, some help for beginners
  3. 所属分类:assembly language

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

    0下载:
  2. 读写大块资料(二进制)文件\RdWrtHgFile,很不错的vc源码,希望能对大家有所帮助-Reading and writing large data (binary) files \ RdWrtHgFile, very good vc source, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:24344
    • 提供者:项技文
  1. Dog

    0下载:
  2. /*11-6. 声明一个dog类,包含体重合年龄两个成员变量及相应的成员函数,声明一个实例dog1,体重为5,年龄为10, 使用I/O流把dog1的状态写入磁盘文件,再声明另一个实例dog2,通过读文件把dog1的状态赋给dog2。分别使用文本方 式和二进制方式操作文件,看看有何不同;再看看磁盘文件的ASCII码有何不同。*/-/* 11-6. Declare a dog class that contains two member variables age, weight and c
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:5481
    • 提供者:seven
  1. XLSReadWriteII30

    1下载:
  2. 使用二进制读写excel文件的控件,支持biff8格式。-Controls, using a binary read and write excel file support biff8 format.
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-03-05
    • 文件大小:2366267
    • 提供者:bigdog
  1. IO

    0下载:
  2. 实现安卓的文件读入,读取各种格式的文件,转换成二进制-File Andrews reads, read a variety of file formats, convert the binary
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:3173
    • 提供者:杨海峰
  1. erjinzhi

    0下载:
  2. 读文件内容转换为二进制代码,再读文件解二进制代码-Read the contents of the file is converted to a binary code, read the file solution binary code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:808
    • 提供者:ayu
  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
    • 文件大小:24526848
    • 提供者:nwq35
  1. File

    0下载:
  2. VC++文件操作与注册表读写操作例子,了解一下注册表API以及MFC对文件操作的支持,Win32 API对文件操作的支持,主要学习一下文件指针定位、文本方式和二进制方式文件操作的异同等。-VC++ file operations and registry read and write operations example, look at the registry API and MFC support for file operations, Win32 API on support for
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:28197
    • 提供者:余灶兴
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com