CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 数值转换

搜索资源列表

  1. 数值任意相互转换的非可视件

    0下载:
  2. 能够将数值数据在 2 进位、8进位、10进位及 16 进位等数值系统中任意相互转换的非可视件-numerical data can be in two places into, into 8-bit, 10 and 16 this year, and so on into the system of arbitrary numerical conversion of non-visible pieces
  3. 所属分类:Windows编程

    • 发布日期:2010-06-29
    • 文件大小:7163
    • 提供者:tanwh
  1. jsq

    0下载:
  2. 部分函数: 处理n! 计算显示数值的阶乘 处理Exp,可用于显示科学计数法 处理x^y 处理sin,反正弦,双曲正弦,反双曲正弦,cos,tan函数,为什么使用了例如sin函数 与正确结果不一样 处理dms函数(将显示的数值转换为“度-分-秒”格式;Inv+dms把度-分-秒转换为10进制) 处理(FE)——打开或者关闭科学计数法,10^32总是以指数显示 取模,(余数) 计算机逻辑与,在运算之前截断小数部分 计算机逻辑或,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19705
    • 提供者:xjc
  1. 十进制整数相互转换

    0下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3506
    • 提供者:张连成
  1. 2-16进制正整数字符串转为数值11

    0下载:
  2. 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s=\"FFA6\" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#includ
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13032
    • 提供者:梁志洪
  1. C++builder 制作的串口调试助手

    0下载:
  2. C++builder 制作的串口调试助手 实现了基本的数据收发 数值转换 和对串口的监视
  3. 所属分类:通讯编程

  1. number_conver

    0下载:
  2. 完成数制之间的转换,八进制、十六进制、二进制、十进制之间的转换。可以输入其中的一种进制数值就可以转换了。-Between the completion of a number system conversion, octal, hexadecimal, binary, decimal conversion between. Can enter a hexadecimal value of which can be converted to a.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:13790
    • 提供者:mkd
  1. Programme

    0下载:
  2. 求面积,数值转换,求出质数,由小到大顺序输出数值,求出字符串长度-the length of the string
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:符宁
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. jsq

    0下载:
  2. 科学计算器 进行基本的四则运算和数值转换。功能齐全。-Scientific calculator for basic arithmetic and numerical conversion. Functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:357565
    • 提供者:yan
  1. 10to2

    0下载:
  2. 利用Labview公式节点将十进制数值转换成二进制数-Node using Labview formula to convert the decimal value of binary number
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5544
    • 提供者:李星
  1. changeNumber

    0下载:
  2. 这是一个将数值转换成英文的程序,例如输入123,则输出one hundred three.-This is a numeric value to convert into English of the procedures, such as type 123, then the output of one hundred three.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:563850
    • 提供者:sunjing
  1. temperturecure

    1下载:
  2. 将串口上接收到的数据转换为温度数值并显示温度曲线-show temperture cure by mscom
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:9063
    • 提供者:陈文斯
  1. ascc--hex

    0下载:
  2. 用于将ascc数值转换成对应的ascc值 虽然一般的数据包处理软件都会自动转换但在这里将它提取了出来 而且能够过滤掉中间的一些没有用的字符 如 31@32@33依然能够将其正常翻译为字符123 (结果会写入一个results.txt)-用于将ascc数值转换成对应的ascc值虽然一般的数据包处理软件都会自动转换但在这里将它提取了出来而且能够过滤掉中间的一些没有用的字符如31@32@33依然能够将其normally translated as character 123 (the results
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:701
    • 提供者:wlsy
  1. C-code

    0下载:
  2. 用C语言实现的两个代码:利用栈实现数值转换,以及顺序表的实现,在CFREE环境下运行,希望大家指教-Two with C language code: Use the stack to achieve value conversions, as well as the realization of the order of the table, under the CFREE run, hope that we teach
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2353
    • 提供者:戴高远
  1. CharConvert

    0下载:
  2. 一个驱动程序,实现将数字与相应的数值转换,例如输入一个‘1’,会转换成‘一’-A driver, to achieve the numbers and the corresponding value conversions, such as entering a ' 1 ' will be converted into' a '
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:271505
    • 提供者:leilei
  1. w

    0下载:
  2. 任意给定一个M进制的数X,利用栈实现数值转换。-Given an arbitrary number of M band X, use the stack to achieve numerical conversion.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:611
    • 提供者:张洪宽
  1. Numchange

    0下载:
  2. 用C++做的数值转换,可以从十进制转换到二、八、十六进制,用栈结构做的-C++ to do with the value of conversion, you can convert from decimal to two, eight, hexadecimal, to do with the stack structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:722623
    • 提供者:zhongsaishang
  1. 进制转换

    0下载:
  2. delphi xe8 新版 字符患,数值 ,进制转换(Delphi xe8 new character characters, numeric, decimal conversion)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-25
    • 文件大小:2403328
    • 提供者:小叶小叶
  1. 数据转换小工具

    0下载:
  2. 数值转换小工具,asc2bcd,bcd2acd,异或运算,LRC运算等(Numeric conversion tools, asc2bcd, bcd2acd, XOR operations, LRC operations, etc.)
  3. 所属分类:其他

  1. MATLAB

    1下载:
  2. 利用三轴地磁传感器测地磁信号,将三轴地磁传感器测得地磁信号转换成数值(The three - axis geomagnetic sensor is used to measure the geomagnetic signal)
  3. 所属分类:其他

    • 发布日期:2020-07-24
    • 文件大小:2048
    • 提供者:带上耳机9
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com