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

搜索资源列表

  1. 计算一个数的N(整数)次方根的程

    0下载:
  2. 输入一个浮点数,和整数N,输出该浮点数的N次方根-importation of a float, and the integer N, the output of the Nth float -
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:997byte
    • 提供者:山海石
  1. HexFloatToAlgorism

    0下载:
  2. 一个用于四字节十六进制浮点数与十进制数之间的相互转换,在网上找了很久都没有找到相关的程序,只好自己写了一个,不敢独享!-for a four-byte hexadecimal and decimal number float between the conversion, on the Internet looking for a long time have not found the relevant procedures, they wrote out a one, not exclusi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30.06kb
    • 提供者:姬小兵
  1. Desk_Calc

    0下载:
  2. 一个计算机的程序 自己写的 不太的好! 这个程序是对面向对象的应用,他主要是使用了相应的过载的概念,使得计算机能自动识别的浮点,及其他的东西,还有就是相应的虚数,这个市最重要啊的 -a computer to write the procedures themselves are less good! The process of object-oriented applications, he mainly uses corresponding to the concept of over
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.29kb
    • 提供者:范巍
  1. SQRT

    1下载:
  2. 本程序实现标准浮点数开平方SQRT(x)。 入口参数:X在ARGBH1:ARGBL1:EXP1中。 出口参数:SQRT(X)在ARGBH1:ARGBL1:EXP1中。 占用资源:W,STATUS,020H~02CH,两重堆栈-the program open standards float square SQRT (x). Entrance parameters : X in ARGBH1 : ARGBL1 : EXP1 China. Exports parameters :
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:杨贵平
  1. FLOOR

    0下载:
  2. 本程序实现标准浮点数取整FLOOR(x) 入口参数:X在ARGBH1:ARGBL1:EXP1中。 出口参数:FLOOR(X)在ARGBH1:ARGBL1:EXP1中-the program standards float rounded FLOOR (x) entrance parameters : X in ARGBH1 : ARGBL1 : EXP1 China. Exports parameters : FLOOR (X) in ARGBH1 : ARGBL1 : EXP1 Chi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:杨贵平
  1. EXPx

    0下载:
  2. 本程序求标准浮点数指数函数EXP(x)。 入口参数:X在ARGBH1:ARGBL1:EXP1中。 出口参数:EXP(X)在ARGBH1:ARGBL1:EXP1中-the standard procedures for the float exponential function EXP (x). Entrance parameters : X in ARGBH1 : ARGBL1 : EXP1 China. Exports parameters : EXP (X) in ARGBH1 :
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:杨贵平
  1. test_FLOAT

    0下载:
  2. 测试float数据类型存储结构小程序 -test float data types of small storage structures procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34.44kb
    • 提供者:蒋铃锋
  1. floatcalculate

    0下载:
  2. 我的数据结构作业。用栈实现浮点数的运算。-my data structure operations. With Stack float arithmetic.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:马慧
  1. tinycc.tar

    0下载:
  2. c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README sta
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:413.87kb
    • 提供者:xjjxing
  1. floatcal

    0下载:
  2. 可以进行浮点数的四则运算,稍微修改一下就可以做一个简单的计算机器了-can float for the four operations, a slight change it can be done on a simple computer for the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:mck
  1. float_fract_2117

    0下载:
  2. convert float to fixed point number and from fixed point to float
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:13.08kb
    • 提供者:iyfmuller
  1. FLOAT

    0下载:
  2. 1.在屏幕上提示用户输入两个带符号浮点数 2.计算并显示两者之和与差。 -1. On the screen prompts the user for two unsigned float 2. Calculate and show the difference between and.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1.04kb
    • 提供者:徐成龙
  1. floating

    0下载:
  2. 汇编语言编写的浮点数运算子程序库 FoatHead.ASM 浮点运算库,头文件 FOATCODE.ASM 浮点运算库,代码文件 FLOAT.ASM 浮点运算库,包括完全的头文件说明和代码 FOATTEST.ASM 浮点运算库测试程序-Written assembly language floating-point subroutine library FoatHead.ASM floating-point libraries, header files FOATCODE.A
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:26.14kb
    • 提供者:luoli
  1. fp_mul

    0下载:
  2. float-point multiplication standart IEEE-754
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:4.4kb
    • 提供者:luba
  1. float

    0下载:
  2. float number in assembly
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2.86kb
    • 提供者:diegosym
  1. float

    1下载:
  2. 关于float运算的,也是用verilog写的,大家多看看,后边再上传slave的代码-The code on float arithmetic。 written by Verilog. I will upload the slave code then
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:张宇
  1. err-float

    0下载:
  2. 大漠插件绑定DX模式下,浮点数错误的解決方法-error float
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:24.16kb
    • 提供者:刘世江
  1. HEX-To-Float

    0下载:
  2. delphi写的十六进制转换成浮点数代码,非常好用-Delphi write sixteen decimal conversion into float code, very good use
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:166.13kb
    • 提供者:李文斌
  1. float-to-hex

    1下载:
  2. 浮点数转16进制的delphi程序,可以方便的实现进制数之间转换-float to Hex code in delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:165.5kb
    • 提供者:fjh
  1. U8-datas-to-float

    0下载:
  2. U8数据转换为单精度浮点数,用于与单片机的数据交换-U8 data transform to float
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:8.78kb
    • 提供者:weiweizhu
« 12 3 4 5 »
搜珍网 www.dssz.com