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

搜索资源列表

  1. 2

    1下载:
  2. 用C#语言把符合IEEE754浮点数储存规范的单精度的浮点数从二进制表示形式转化为十进制表示-C# language to use meet the specifications IEEE754 floating-point single-precision storage of floating-point numbers from binary into a decimal representation that
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1008
    • 提供者:育林居士
  1. binsearch

    0下载:
  2. 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:294055
    • 提供者:杨雪
  1. convert1

    1下载:
  2. 二进制转换:通过ASCII码将文本转换成二进制码(用C++编写)- Binary converter /* converts text into binary using the division method*/ /* through ASCII code */ /*compiled with the Dev-C++ compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1300
    • 提供者:vla
  1. ces

    1下载:
  2. 将一个浮点数按要求进行格式转换成4个字节的二进制,达到数据通信要求。-A floating-point format in accordance with the requirements into a four-byte binary to data communication requirements.
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-28
    • 文件大小:243057
    • 提供者:苏云馨
  1. serial

    3下载:
  2. 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
  3. 所属分类:界面编程

    • 发布日期:2014-01-15
    • 文件大小:7557
    • 提供者:小何
  1. lijinjia

    0下载:
  2. 这是一个用MATLAB语言编写的程序,这个程序可以实现产生一个随机数,完成这个随机数从十进制到二进制之间的转化,并仿真出频域图形-This is a MATLAB language with procedures, which can generate a random number, the completion of this random number from decimal to binary conversion between, and the frequency-domain s
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:517
    • 提供者:renjiangtao
  1. shitfSec

    0下载:
  2. 移位加密。算法描述:将字符俺ASCII码对应的二进制惊醒高底位的移位不足的补充零,具体参见源码。-Shift encryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:397378
    • 提供者:yepeng
  1. cp

    0下载:
  2. 文件操作,包括文本文件读写,二进制文件读写-File operations, including read and write text files, binary files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1397
    • 提供者:刘井生
  1. RFID

    1下载:
  2. 一种改进的RFID二进制搜索防碰撞算法,基于二进制树的防碰撞算法研究-An improved anti-collision RFID binary search algorithm, binary tree-based anti-collision algorithm
  3. 所属分类:RFID

    • 发布日期:2017-03-28
    • 文件大小:167600
    • 提供者:李伟
  1. P005E_Formular

    0下载:
  2. 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:724
    • 提供者:John
  1. 01_BinaryView

    0下载:
  2. 直接读取文件的二进制,通过此软件,你可以直接看到文件的二进制信息-Read the binary file directly through the software, you can directly see that the binary file information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1214320
    • 提供者:bigc
  1. huibian

    0下载:
  2. 设计一个字母或数制之间的转化程序,小写字母向大写字母的转,大写字母向小写字母的转换,二进制数向十六进制数的转换,十六进制数向二进制数的转换,十六进制数向十进制数的转换。-The design of a letter or number system transformation between the procedures, lowercase letters to uppercase letters of transfer, capital letters to lowercase lette
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:27740
    • 提供者:
  1. ConvNums

    0下载:
  2. 实现十进制,二进制和十六进制的相互转换。-The realization of the decimal, binary and hexadecimal conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1894778
    • 提供者:王的
  1. charcodeASP

    0下载:
  2. 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:acc e
  1. TestRGB

    0下载:
  2. 通过C#语言外部VC编写的dll接口获取二进制数据组成图像并显示-Through the C# language external VC interface dll prepared to obtain the composition of binary data and display images
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1167422
    • 提供者:masonwu
  1. bcd_bit_convert

    0下载:
  2. BCD码流(modelsim测试时需使用)转二进制码流(PCM)的matlab代码,给需要的朋友做个参考-BCD code stream (modelsim test to use) to a binary stream (PCM) of matlab code, to be a reference to a friend in need
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2384
    • 提供者:hcf
  1. huibian

    0下载:
  2. 这是个汇编源文件。一个是将十进制转化成二进制,一个是将二进制转化成十进制-This is a compilation of source files. One is the decimal into binary, a is the binary into decimal
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:910
    • 提供者:
  1. EncodeToBinary

    0下载:
  2. 字符转二进制 汉字转二进制-Character transfer switch to binary binary characters
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:29252
    • 提供者:徐荣
  1. dlkgdfgioriotio

    1下载:
  2. 用vb操作二进制文件,打开保存文件.含有vb源码.-Vb file with a binary operation, open the saved file. Containing the vb source code.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:7274
    • 提供者:李鹏
  1. DesktopSearchEngine

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

    • 发布日期:2017-03-31
    • 文件大小:263296
    • 提供者:subzero_cn
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com