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

搜索资源列表

  1. erjinzhi

    0下载:
  2. 连续采集数据并存储为二进制文件,一个不错的范例,大家感兴趣可以参考一下(Continuous data collection and storage as binary file, a good example, we are interested, you can refer to)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:26624
    • 提供者:kopkop99
  1. dudu7866

    1下载:
  2. 一个用Labview编写的读写二维数组二进制文件,演示程序为读写一个多通道波形数据,速度很快。(A Labview written two-dimensional array of reading and writing binary file, demo program for reading and writing a multi-channel waveform data, very fast.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:574464
    • 提供者:钟朝英
  1. VB RS232串口调试工具

    0下载:
  2. 这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。 里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。(This is a copy of the Windows system with the super terminal style RS232 serial debugging tools. Very
  3. 所属分类:通讯编程

    • 发布日期:2017-12-17
    • 文件大小:61440
    • 提供者:msnm1206
  1. dibgprySerializeObjectIntoDBFieldsource

    0下载:
  2. SerializeObjectIntoDBField_source 使用DAO在库表里存贮二进制文件(SerializeObjectIntoDBField_source USES DAO store binary files in the library list)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-25
    • 文件大小:539648
    • 提供者:Ivyhflm
  1. NBT

    0下载:
  2.   libnbt + +是一个c++库 用于解析Minecraft NBT文件格式————名叫二进制标签。   它可以读取和写入压缩和未压缩NBT文件。   它使用输入和输出流。(libnbt++ is a free C++ library for Minecraft's file format NBT - Named Binary Tag. It can read and write compressed and uncompressed NBT files. It uses stream
  3. 所属分类:外挂编程

    • 发布日期:2017-12-20
    • 文件大小:61440
    • 提供者:肥鸡—rt
  1. openjpg

    0下载:
  2. 二禁止打开指定文件增大体积。可以防止云上传,(Two prohibit opening the specified file to increase the volume)
  3. 所属分类:系统/网络安全

  1. 新建文件夹 (2)

    0下载:
  2. 用BPSK调制对一个二进制信源进行调制,并分析误码率曲线(BPSK modulatioan and error analysic)
  3. 所属分类:通讯编程

  1. ImageProcessing-master

    1下载:
  2. 将图片读入python转化为tensorflow能识别的二进制文件(the transfer from a picture to Binary file in python)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:30394368
    • 提供者:漫天星光
  1. base64

    0下载:
  2. 网络传输过程中,用于二进制文件编解码,将其以字符串形式传输(Used for binary file encoding and decoding)
  3. 所属分类:数据结构

    • 发布日期:2017-12-23
    • 文件大小:24300544
    • 提供者:公子不白
  1. 第八章

    0下载:
  2. 程序设计基础用c++编写的哈希算法读取二进制文件。(The hash algorithm reads the binary file)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1759232
    • 提供者:fanqiling
  1. 编译好的bin

    0下载:
  2. ssh编译好的二进制文件,可以直接用,dropbear(SSH compiled binary file, you can directly use, dropbear)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:306176
    • 提供者:zhongyyy
  1. rECGdata

    0下载:
  2. 读取MIT-BIH数据库中的二进制文件,并将其用图像表示出来(Read the binary file in the MIT-BIH database and represent it in an image)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:Lancelo_
  1. read_data

    0下载:
  2. 一段比较小的PYTHON代码,用来读取二进制文件(Processing binary files)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:星夜湖
  1. koegcnp

    0下载:
  2. SerializeObjectIntoDBField_source 使用DAO在库表里存贮二进制文件()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-03
    • 文件大小:443392
    • 提供者:NB!692916
  1. stringFile

    0下载:
  2. 将文件转为二进制,可将二进制转为文件。二进制与文件流相互转换(Convert files to binary,and convert binary to file)
  3. 所属分类:.net编程

    • 发布日期:2018-01-03
    • 文件大小:1509376
    • 提供者:浩洁
  1. base64

    0下载:
  2. 1.对于任意的二进制文件,可用base64编码,这种编码方法是先将二进制代码划分为一个个24 bit长的单元,然后将每一个24 bit单元划分为4个6 bit组。每一个6 bit组按以下方法转换成ASCII码。6 bit的二进制代码共有64种不同的值,从0到63。用A表示0,用B表示1,等等。26个大写字母排列完毕后。接下去再排26个小写字母,再后面是10个数字,最后用+表示62,而用/表示63。再用两个连在一起的等号”==”和一个等号”=”分别表示最后一组的代码只有8或16比特。回车和换行都忽
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:45056
    • 提供者:林dd
  1. Excel97-2007BinaryFileFormat(xls)Specification

    0下载:
  2. 包括Excel97-2007文件的二进制流详情介绍;(Details of binary streams including Excel97-2007 files;)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3386368
    • 提供者:wll623
  1. tag

    0下载:
  2. 很多流行的编辑器软件都提供了查看二进制文件的功能()
  3. 所属分类:组合框控件

    • 发布日期:2018-01-05
    • 文件大小:16384
    • 提供者:zlo$181
  1. HuffmanCoding

    0下载:
  2. 实现任意二进制文件压缩解压,包括txt、ppt、pdf、mp3、jpg等格式的文件(Realization of compression and decompression of arbitrary binary files)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:wolfy_
  1. sysconfig

    0下载:
  2. 能够配置参数并生产二进制文件,包括文件读取,文件生成(The ability to configure parameters and produce binary files, including file reading and file generation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:shq123
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com