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

搜索资源列表

  1. 文件转换分析器

    0下载:
  2. 此程序可以将任何文件转换成二进制文件,然后将其值以文本的方式写出,可以观察文件的内容,并从中找出一定的规律-this procedure can be converted into any document binary file, and then the value of its way to write the text, can observe the contents of the documents, and to find some rules
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:265257
    • 提供者:陈正光
  1. 文件传送

    0下载:
  2. 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11227
    • 提供者:sasa
  1. 文件的~1

    0下载:
  2. 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:aa
  1. DesktopSearchEngine.开源的桌面搜索引擎源代码

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngi
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:265316
    • 提供者:32487VG
  1. File

    1下载:
  2. VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
  3. 所属分类:File Operate

    • 发布日期:2016-06-04
    • 文件大小:1888256
    • 提供者:nanali
  1. BinaryEdit

    0下载:
  2. 用于读写二进制文件。起始地址和结束地址为输入的十六进制。并将指定地址范围的二进制文件内容写入新的文件。-For reading and writing binary files. Start address and end address for the input hexadecimal. And specify the address range of the binary file to write the new contents of the file.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1939937
    • 提供者:mr chen
  1. lontest

    0下载:
  2. 读取钱龙软件的股票信息,并讲数据库中的二进制文件转换为文本文件查看-read qinlong Stock software infomation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:34687
    • 提供者:renzhen
  1. 123456

    0下载:
  2. 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:15224
    • 提供者:黎民
  1. FileWrite

    0下载:
  2. 读写二进制文件,简单程序,可以作为程序开发时的参考-Reading and writing binary files, a simple procedure, can be used as a reference when program development
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1902393
    • 提供者:黄斌
  1. erjinzhiduxie

    0下载:
  2. C++.NET环境下的二进制文件读写 例程很好 希望能帮助到大家-C++. NET environment routines to read and write binary files very well intend to help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8489
    • 提供者:sdsadsa
  1. erjinzhiwenjian

    0下载:
  2. 实现写入二进制文件,同时实现读取二进制文件-Achieve write binary files, while achieving read binary files
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:38826
    • 提供者:颜兴华
  1. File_BinaryToText

    0下载:
  2. 实现二进制文件到文本文件的转换,提供目录选择,输出文件目录选择-To achieve binary file to a text file conversion
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:213993
    • 提供者:000
  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. HexView

    0下载:
  2. 读取二进制文件,方便实用,大家用来看,也是在网上找到了,费了好大的尽-Read binary file, convenient and practical, we use the term, is also found online, take a great of the best
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:195308
    • 提供者:王熙凤
  1. 读取大块二进制文件

    0下载:
  2. 该程序用于读取大块二进制文件。一般我们在读取二进制文件时程序会变得很慢,这个程序能给我们很好的启示!
  3. 所属分类:文件操作

  1. convert_gd4s_to_binary

    0下载:
  2. 将模型输出的gd4s文件转换为二进制文件(Converts the gd4s file of the model output to a binary file)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:liuynhupr
  1. C#文件编辑器源码

    0下载:
  2. 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:46080
    • 提供者:哦嘞嘞
  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. NC_matlab

    1下载:
  2. 用来读取二进制文件和写入二进制文件的函数(it can be wrrited binary file by matlab)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-28
    • 文件大小:371712
    • 提供者:KKKDragon
  1. VB从二进制文件生成BMP

    0下载:
  2. VB从二进制文件生成BMP,二进制文件为示波器存储的标准数据流文档,默认为800*480
  3. 所属分类:文件操作

« 1 23 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com