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

搜索资源列表

  1. Reversal

    0下载:
  2. 从txt文件读取数字,转换成二进制后,将二进制倒序,并将倒序的二进制数转换成十进制数输出到新的txt文件-Read decimal numbers a txt file, transfer them into binary. Reverse binary, transfer binary into decimal again and write it into a new txt file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:王傲霜
  1. file-operations

    0下载:
  2. VB 下, 进行文件操作 ,二进制操作。生成Txt,然后读取显示。-VB, file operations, binary operations. Generate Txt, then read the display.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3380
    • 提供者:nw855tan
  1. getfontname

    0下载:
  2. 从ttf字体文件头通过二进制分析来获取字体的文件名字-Get the font name a ttf font file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4901
    • 提供者:dc2811yan
  1. file-operations

    0下载:
  2. VB 下, 进行文件操作 ,二进制操作。生成Txt,然后读取显示。-VB, file operations, binary operations. Generate Txt, then read the display.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3478
    • 提供者:hz5chui
  1. getfontname

    0下载:
  2. 从ttf字体文件头通过二进制分析来获取字体的文件名字-Get the font name a ttf font file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4805
    • 提供者:fye6miba
  1. bitesys

    0下载:
  2. 二进制小系统,创建类完成对文件的二进制输入-Small binary system, create a class file to complete the binary input
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2401436
    • 提供者:魏壑
  1. XML_T0_BINDlg

    0下载:
  2. 此程序包含目录打开,文件转换算法(特定从XML中读取有用的信息转换为二进制),文件打开与保存-This directory contains a program to open the file conversion algorithm (read the XML specific useful information into binary), the file open and save
  3. 所属分类:File Operate

    • 发布日期:2017-05-04
    • 文件大小:4121
    • 提供者:沙鸥
  1. main_no_offset_2

    3下载:
  2. 假设截获了一段短波数字通信的信号,要求解调出最终的信息,每组解调出来后,将10组信息组合起来,恢复最终的信源输出数据。 先验信息:两组数据文件,编号为1、2,每组I、Q两路存放,格式为“int16”,采样率为9600Sa/s,其中第一组为单径情况,第二组为多径情况。 参数符合MIL-STD-188-110A标准; 同步序列为syn=seq.dat,BPSK调制; 接收机频率稳定度高于1e-6。 文件中有效信息总长度为333.75s,其中同步头长为5/12s,每时隙1/6s,训
  3. 所属分类:Communication

    • 发布日期:2016-10-02
    • 文件大小:4096
    • 提供者:suxiaogua
  1. ReadImages

    0下载:
  2. 读取数据库二进制图片数据,转换成本地图片文件-read image data and write file to local
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:56733
    • 提供者:kelvin
  1. marmhard

    3下载:
  2. Marmousi 速度模型文件,模型大小2301*751,二进制格式-Marmousi Velocity Benchmark Model,modelsize :2301*751,binary form in file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:293553
    • 提供者:金石
  1. DS_EX1

    0下载:
  2. 数据结构实验:设计一个基于哈夫曼树的数据压缩程序,根据给定的待压缩文件中字符出现的频率建立相应哈夫曼树,构造哈夫曼编码表,在此基础上可以对待压缩文件进行压缩(即编码),同时可以对压缩后的二进制编码文件进行解压(即译码)-Experimental data structure: a design based on Huffman data compression program, to establish the corresponding Huffman tree based on the fr
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:956
    • 提供者:peter
  1. ginaag

    0下载:
  2. 如何以二进制查看文件 How to view files in binary-How to examine in binary file How to view files in binary
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-12
    • 文件大小:56444
    • 提供者:UDxhx&886163
  1. hnerw0

    0下载:
  2. 用ADO把大文件,比如JPG,BMP ,mp3等大文件 以二进制的形式存入数据库和读出数据库-Using ADO to large files such as JPG, BMP, mp3 players and other large files In the form of binary and read the
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:498471
    • 提供者:lifeqiee
  1. compress

    0下载:
  2. 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:3566645
    • 提供者:
  1. kriting

    0下载:
  2. 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发(A packaged good writing log, very convenient to realize SACII, binary log file to read and write, using VC development)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-19
    • 文件大小:41984
    • 提供者:Cjaudv
  1. mp7_fileh

    0下载:
  2. 用ADO把大文件,比如JPG,BMP ,mp3等大文件 以二进制的形式存入数据库和读出数据库(Using ADO to large files such as JPG, BMP, mp3 players and other large files In the form of binary database and read the database)
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:497664
    • 提供者:Jilnuf
  1. hankaku

    0下载:
  2. 一个纯二进制字体文件,可以用来做单片机液晶显示,嵌入式开发等等。。。(A pure binary font file, can be used to do SCM, LCD display, embedded development, and so on...)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:洁666
  1. yiyes

    0下载:
  2. 用ADO把大文件,比如JPG,BMP ,mp3等大文件 以二进制的形式存入数据库和读出数据库(Using ADO to large files such as JPG, BMP, mp3 players and other large files In the form of binary database and read the database)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:497664
    • 提供者:qadelini
  1. Hexview

    1下载:
  2. 用于查看ECU的image文件及编辑一些基本二进制flash。(Binary code used to view ECU.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2554880
    • 提供者:linhouqian
  1. binaryproto2npy

    0下载:
  2. 将二进制形式的图片均值文件转换成python形式的一个工具(# "source" is the binary file converted by the command shell # "des" is the binary file with python format converted from "source")
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:600064
    • 提供者:yang2096
« 1 2 ... 30 31 32 33 34 3536 »
搜珍网 www.dssz.com