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

搜索资源列表

  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. DXXParseri

    1下载:
  2. Direct3D中.x文件的解析器,将.x文件(明码的或二二进制的)解析成易读的格式,可方便修改代码转换成自定义的格式 -Direct3D in. X file parser will. X file (or binary code) to resolve intto easy-to-read format, can be easily modified code into a custom format
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-04
    • 文件大小:1872896
    • 提供者:防止
  1. RdWrtHgFile

    1下载:
  2. vc 读写大块资料(二进制)文件\RdWrtHgFile的程序源码,值得一看!-vc read and write large data (binary) files \ RdWrtHgFile the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2016-07-06
    • 文件大小:25600
    • 提供者:金毅
  1. RdWrtHgFile

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

    • 发布日期:2016-07-06
    • 文件大小:20480
    • 提供者:madud00064
  1. XParser

    0下载:
  2. Direct3D中.x文件的解析器,将.x文件(明码的或二进制的)解析成易读的格式,可方便修改代码转换成自定义的格式-.X file parser make .X file resolve into easy-to-read format, can be easily modified code into a custom format
  3. 所属分类:DirextX

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

    0下载:
  2. 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3686421
    • 提供者:zcn
  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9891
    • 提供者:梁超
  1. amfskpsk

    0下载:
  2. AM,FSK,PSK调制,自己修改参数,结果用PCM文件保存,以二进制数据读入-modulate:am fsk psk
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:36028
    • 提供者:yangxinprince
  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. 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 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com