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

搜索资源列表

  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
    • 文件大小:30784
    • 提供者:姬小兵
  1. calc51

    0下载:
  2. 应用于51的浮点数计算器程序,其中键盘的扫描程序需自己写(我不想让人都懒起来),还有就是LCD显示部分,根据情况更改-applied to the float 51 calculator program, the keyboard scan process required to write their own (I do not want to have lazy up), the LCD display is also part of the changes under
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:astonzorro
  1. MCS51实用子程序大全

    1下载:
  2. 51单片机常用子程序大全,包括多字节加减乘除,码字转换,浮点数格式化-51 microcontroller used subroutine Daquan, including multi-byte arithmetic, code conversion, floating point format, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:345391
    • 提供者:uhu
  1. FDSJS

    0下载:
  2. 一个浮点数计算子程序,浮点数格式化,加,减对阶,结果规格化,浮点数乘法,浮点数除法等 -a float calculation subroutine, floats, formatting, plus or minus the bands, the result is normalized, floats, multiplication, division, etc. float
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2365
    • 提供者:干树川
  1. cpropertygrid_static_library

    0下载:
  2. CPropertyGrid是基于MFC开发的一个属性表控件,它以表格的方式显示和输入数据,其功能和外观类似Visual Basic 6以及Visual Studio 2003的属性窗口。   CPropertyGrid支持的数据类型有:字符串、整数、浮点数、布尔型、度分秒、尺寸、颜色、字体、文件、按钮、列表、日期、时间等,而且可以根据需求进行扩展。 -CPropertyGrid MFC is based on the development of an attribute list co
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1566604
    • 提供者:黄河
  1. 十进制四则运算器

    0下载:
  2. 题目内容:在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。主要功能:实现整数浮点数的四则运算。-topic : expressed in a binary tree arithmetic expressions on the basis of the design of a four decimal computing calculator. The main functions : to achieve integral float the four operations.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5321
    • 提供者:lucky100
  1. 真正32位编译器源代码

    0下载:
  2. 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。-This is a real 32-bit compiler source code, junior can directly generate binary and x86 PE executable
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:496936
    • 提供者:追风少年
  1. nt3d

    0下载:
  2. 一个用纯c写的模拟3d程序,利用了些扩大缩小来模拟浮点数
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:73763
    • 提供者:mao
  1. StringFloat

    1下载:
  2. 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of sing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1244
    • 提供者:梁建军
  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
    • 文件大小:1523
    • 提供者:杨贵平
  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
    • 文件大小:1342
    • 提供者:杨贵平
  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
    • 文件大小:2680
    • 提供者:杨贵平
  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66427
    • 提供者:stzxxxstz
  1. lwip_readme

    0下载:
  2.  整型寄存器中的值被解释为有符号的二进制补码数,而reg寄存器或时间寄存器中的值被解释为无符号数。实数和实数时间类型寄存器中的值被解释为有符号浮点数。 -integer value of the register be interpreted as a symbol of the binary complement, rather reg register or time value of the register was no explanation for the symbols. Re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2626
    • 提供者:dong
  1. b2f

    0下载:
  2. 经典遗传算法工具箱中的二进制转浮点数程序,与大家分享-classical genetic algorithm toolbox binary float switch procedures, and share
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1229
    • 提供者:赵学
  1. floatcalculate

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

    • 发布日期:2008-10-13
    • 文件大小:2069
    • 提供者:马慧
  1. LED_Digital_Control

    0下载:
  2. 用数字二极管来显示时间、浮点数或整数的控件-with figures to show that the diode, or float integral component of
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:39781
    • 提供者:王军
  1. myprointf

    0下载:
  2. 小型的printf函数原码,省略了浮点数的支持,可明显减小原码大小.-small printf function source, the omission of the float, could significantly reduce the size of the original code.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1565
    • 提供者:谭晓波
  1. dongtaixianshi

    0下载:
  2. 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。 -This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:16634
    • 提供者:mfy
  1. javamoiblecodes

    0下载:
  2. J2ME核心类及MIDlet类 MIDP用户界面对象 图形处理及低级事件处理 多线程编程 I/O及网络编程 数据库RMS编程 浮点数编程 多媒体及GAME API编程 安全、加密及代码优化 扩展类库及供应商提供的API 与服务端联合搭建移动应用 XML 及Web Service编程 短信编程 各种移动平台的应用开发-J2ME MIDlet core categories and category MIDP graphical user
  3. 所属分类:手机WAP编程

    • 发布日期:2008-10-13
    • 文件大小:3960250
    • 提供者:殷丞
« 1 2 3 4 56 7 8 9 10 ... 44 »
搜珍网 www.dssz.com