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

搜索资源列表

  1. 10toBCDsuanfa

    0下载:
  2. 这是10进制转化到BCD码的三种算法,有需要的用户就请下载。-This is 10 to 229 BCD conversion of the three algorithms, the need for users to download.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:943byte
    • 提供者:副类
  1. gf_convertnumsys

    0下载:
  2. PB代码,进制转化的通用函数,可直接导入!-PB code, 229 into the generic function, can directly import!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:muman
  1. daima

    0下载:
  2. 十六进制转化为十进制环境为c++输入十六进制为大写字母
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:899byte
    • 提供者:张勇
  1. stack

    0下载:
  2. 主要是数制转换,是10进制与2进制转化,有C++编写
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8.38kb
    • 提供者:姜华
  1. 进制转化程序

    0下载:
  2. 用MFC编写的进制转换程序
  3. 所属分类:其他小程序

    • 发布日期:2011-06-30
    • 文件大小:1.82mb
    • 提供者:Inside
  1. liststack

    0下载:
  2. 两个链表的合并为一个链表并输出 运用栈实现进制转化-List of the two merged into a single list and output to achieve the use of stack hexadecimal conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.82kb
    • 提供者:mike
  1. Cal

    0下载:
  2. 这是一个简易的计算器,是用VC++设计的,作为学习之用,能实现进制转化和基本运算。-This is a simple calculator, is VC++ Designed as a learning, to achieve M-ary conversion and basic computing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:安飞翼
  1. JinZhiZhuanHuan

    0下载:
  2. 简单的数字进制转化程序,相对WINDOWS自带计算器的优势是可以自动转换整数与小数部分的数值。-Simple transformation of the number of M-ary procedures, the relative advantages WINDOWS own calculator can be automatically converted to an integer and decimal part of the value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5.58kb
    • 提供者:YinWenjie
  1. jinzhi

    0下载:
  2. 进制转化函数,在二进制\八进制\十进制\十六进制之间选择,输出到文本里-Binary conversion function, the binary \ 8 hex \ decimal \ choose between hexadecimal, output to a text-ri
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:171.05kb
    • 提供者:guan
  1. floot

    0下载:
  2. 一个计算浮点数的小程序,可以把十六进制浮点数转化为十进制浮点数。-A small program floating-point number, can be converted to a hexadecimal floating-point decimal floating point.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1.74kb
    • 提供者:talqaedak
  1. Calculator

    0下载:
  2. C++编写的MFC程序,一个类似于windows系统自带的计算器,可以输入一个表达式进行求值,进制转化,以及一些基本的数学函数-Written in C++ MFC program, similar to the windows system comes with a calculator, you can enter an expression is evaluated, hex conversion, as well as some basic math functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5.07mb
    • 提供者:马瑞辰
  1. Calculator

    0下载:
  2. vc++计算器程序.可实现进制转化,弧度转换和三角函数-calculator for vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:mr.hu
  1. testjinzhi

    1下载:
  2. 将二进制、十进制、八进制、十六进制转化成浮点数-Binary, decimal, octal, hexadecimal, floating point conversion
  3. 所属分类:CSharp

    • 发布日期:2015-10-21
    • 文件大小:20kb
    • 提供者:wupanpan
  1. Conversation_and_SqStack

    0下载:
  2. 进制转化和括号匹配,这是数据结构里的两个题目,希望它能给大家帮助-Hexadecimal conversion and matching brackets, this is the data structure of the two questions, I hope it can give you help
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:243.22kb
    • 提供者:li runbing
  1. Cpp4

    0下载:
  2. 进制转化,实现将一个十进制数转换成二进制数输出-Hex conversion, a decimal number to convert the binary output
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1.25kb
    • 提供者:涂春燕
  1. ConversionDemo

    0下载:
  2. 输入一个十进制数,再输入想要转化为的n进制,即可自动转化(Decimal numbers can be converted to any hexadecimal value)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:446kb
    • 提供者:暖心复杂
  1. HextoDec

    0下载:
  2. 将十六进制转化为十进制算法,基于C#编程语言(The sixteen decimal into decimal algorithm, based on the C# programming language)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:30kb
    • 提供者:GIOGIO
  1. 十六进制转化为浮点数

    0下载:
  2. 使用c#编程实现进制转化,此代码为将十六进制转化为浮点数。(Using c# programming to realize the conversion of sixteen to floating point number.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:214kb
    • 提供者:Angie_6
  1. 一个进制互相转化的程序代码,还未经过严格测试

    0下载:
  2. 一个进制互相转化的程序代码,还未经过严格测试,如果想自己输入更改可以修改主函数段代码。(A binary code transformation program has not been strictly tested. If you want to input changes, you can modify the main function segment code.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:季,风
  1. dec2float.m

    0下载:
  2. 10进制转换32位浮点的Matlab 编程(Matlab-32 digits floating)
  3. 所属分类:Windows编程

« 12 3 4 5 »
搜珍网 www.dssz.com