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

搜索资源列表

  1. Intf

    0下载:
  2. 用于将两个两字节十六进制数据转为浮点数后进行乘除加法运算-for two to two-byte hexadecimal data to float after multiplication and division operations Adder
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:3256
    • 提供者:阿颖
  1. b_tree16

    0下载:
  2. 综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结构struct)-Integrated 2-tree and B tree based on the merits of additions and deletions instead of splitting or merging of the integrity of the procedu
  3. 所属分类:Database system

    • 发布日期:2017-03-28
    • 文件大小:2966
    • 提供者:mawenxiao
  1. crcandfloat

    0下载:
  2. 这是我编写的一个用于计算各种CRC的代码还可以由浮点值得到其4个字节的内容或者有4个字节的内容得到浮点数-The code is the source code of all kind crc caculation. and has the float to 4 byte disp and 4 byte to float display
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1834239
    • 提供者:王铁钢
  1. GeneratePossionDistribution_codes

    0下载:
  2. Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:156151
    • 提供者:黃文岩
  1. 16ByteToFloat

    0下载:
  2. 16进制急速转浮点数的DEMO,试用于分析16进制浮点数据。-16 byte to float
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:176186
    • 提供者:jason
  1. 4BYTEfloat

    0下载:
  2. 四个BYTE转换成float程序 程序很简单,简单易学,好使用-byte to float
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:3611074
    • 提供者:阿宝
  1. Lab6

    0下载:
  2. Java example The Primitive Types 2. 1. 2. Size for Java s Primitive Types 2. 1. 3. Default values for primitives and references 2. 1. 4. Literals 2. 1. 5. Surprise! Java lets you overflow 2. 1. 6. Wrapping a Primit
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:3605
    • 提供者:cxber
  1. Float_to_Byte

    0下载:
  2. make Float To byte[] .net DLL file This program is useful to study .net DLL
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:19461
    • 提供者:Changsoon kim
  1. wangjiansenjiaocai

    0下载:
  2. Java平台的划分 要彻底了解Java 2 Micro Edition,我们必须先对Java 2 Micro Edition在整个Java技术之中的定位做个了解。 一般我们在撰写C程序的时候,会使用C标准程序库;使用C++撰写程序的时候,会使用C++标准程序库;而使用Java撰写程序的时候,则使用Sun所提供的Java标准类库。之所以叫做类库,是因为各式各样的方法(method,也可以叫做“函数”)被有系统地放在类之中,而这些类又被分门别类地归属在不同的包(package)之下,相较起来
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7765871
    • 提供者:zhaolulu
  1. doublefloat_RAM

    0下载:
  2. 使用verilog编写的一个双浮点RAM,支持对字、字节、半字、双字的读写,包含testbench和wave.do文件-Use verilog to implement a double float RAM, supporting the read and write of halfword,byte,word,double word. It includes the testbench and wave.do
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1889
    • 提供者:WYaode
  1. Float-Process

    1下载:
  2. VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
  3. 所属分类:MPI

    • 发布日期:2016-08-22
    • 文件大小:13312
    • 提供者:冀鹏超
  1. FloatToByteBufferAdapter

    0下载:
  2. This class wraps a byte buffer to be a float buffer.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1339
    • 提供者:mingdingbong
  1. FloatToByteBufferAdapter

    0下载:
  2. This class wraps a byte buffer to be a float buffer Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1340
    • 提供者:kiefiejue
  1. BitMapHexFloat

    0下载:
  2. 1.bit to hex , and hex to bit of 32-bits number 2.four byte hex to float and float to four byte hex. Implemented by VC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:74743
    • 提供者:cerik
  1. 4byte-charto-float

    1下载:
  2. 编程中出现的小程序,四字节char型数组转浮点数-four byte char to float
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1136760
    • 提供者:刘鹏臻
  1. IEEE-754

    0下载:
  2. 从项目中提取的功能函数,主要是把IEEE 754的浮点数与16进制进行互相转化。文件只提供了函数,需使用者自己重新添加一些头文件进行配置。目前功能的正确性在项目运行过程得到了验证,可以放心使用。代码里有注释。-Float IEEE754 transform to byte
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1759
    • 提供者:tidavery
  1. 浮点工具

    0下载:
  2. 将Float转换成4个16进制的字节格式,或者将4个字节的16进制格式转换成Float值。(Convert the Float into 4 16 byte byte formats, or convert the 4 byte 16 format to the Float value.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:jiaoge
搜珍网 www.dssz.com