CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 十六进制 十进制

搜索资源列表

  1. numswitch

    0下载:
  2. 各种数制之间的转换,例如二进制和十进制之间的相互转换,十进制与十六进制之间的相互转换-A variety of conversion between the number of system, for example, between the binary and decimal conversion, decimal and hexadecimal conversion between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7641
    • 提供者:王明
  1. jisuanqi1

    0下载:
  2. 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化,-err
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:22556
    • 提供者:holly
  1. binbcd

    0下载:
  2. 十六进制转十进制的汇编源码程序 可以直接调用使用-Hexadecimal to decimal compilation of source programs can directly call the use of
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:838
    • 提供者:wsq
  1. 10to16

    0下载:
  2. delphi进行十进制数到十六进制数转换。-delphi for a decimal number to hexadecimal conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:949
    • 提供者:啊红
  1. kiushi2

    0下载:
  2. 编写C++程序完成以下功能: (1) 使用ofstream 向一个文本文件中输出各种类型的数据,并打开文件观察结果:  整数、无符号整型、长整型、浮点型、字符串、…… (2) 用十进制、八进制、十六进制方式向文本文件中输出整数; (3) 使用控制符和成员函数来控制输出的格式:  set() precision() -The preparation of C++ Procedures to accomplish the following
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:859
    • 提供者:李伟
  1. x

    0下载:
  2. 该工程的功能是将输入的十六进制转换为十进制输出-Features of the project is to enter the hexadecimal output is converted to decimal
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5968
    • 提供者:问路人
  1. jisuanqi

    0下载:
  2. 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:58216
    • 提供者:Dante
  1. HexToDec

    0下载:
  2. 这是一个非常实用的进制转化程序,可以自由地进行十进制和十六进制之间的转化,环境是VC++6.0-This is a very useful notation conversion program, you can freely between decimal and hexadecimal conversion, the environment is VC++ 6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:24122
    • 提供者:mark
  1. code

    0下载:
  2. 进制转换 二进制、八进制、十六进制自动识别,将结果转化为十进制显示-Hexadecimal conversion binary, octal, hexadecimal automatic identification, will be converted to decimal results show
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:719940
    • 提供者:kevinWang
  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. 5-18

    0下载:
  2. 程序要求从键盘取得一个十进制数,然后把该数以十六进制的形式在屏幕上显示出来。该程序运用了寄存器传递参数的形式。-Procedural requirements from the keyboard to get a decimal number, and then the number to hexadecimal form displayed on the screen. The program uses the form of register transfer parameters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1154
    • 提供者:shiqing
  1. ee

    0下载:
  2. 1. 设计要求: 1.彩色界面,界面清晰美观,色彩协调。 2.使用DOS系统的0AH号子功能接受用户键入的字符串。 3.建议按下图设计用户界面,颜色自选。 注:双线框由若干CRT显示符组成,相应的CRT显示符(十进制数)已经标注在右图中。1. 设计要求: 1. 转化内容选择下列一项:二进制数→十六进制数显示,二进制数→十进制数显示,十进制数→二进制数显示,十进制数→十六进制数显示,十六进制数→二进制数显示。 2. 给出适当的文字提示 3. 程序要求保护措
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3162
    • 提供者:杨闻周
  1. dnw

    0下载:
  2. 这是十六进制转十进制的代码,也不晓得能不能用得着 -This is a decimal to hexadecimal code, do not see how it can be useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:26194
    • 提供者:林莎
  1. newcalculator

    0下载:
  2. VC 6.0做的函数型计算器,可进行二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -VC 6.0 do function calculator, can be binary, octal, decimal and hexadecimal number of add, subtract, multiply, divide, involution, modulus, such
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2029
    • 提供者:覃灿华
  1. change10_16

    0下载:
  2. 用汇编语言编写输入十进制数,输出十六进制数,经过在DOS环境下调试已成功。-Using assembly language to prepare input a decimal number, the output hexadecimal number, following in the DOS environment has been successfully debugging.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:973
    • 提供者:hzm
  1. CAC

    0下载:
  2. 汇编语言源程序:计算器程序,可实现简单十进制或十六进制单四则运算。-Assembly language source code: calculator program can be simple single decimal or hexadecimal arithmetic.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1759
    • 提供者:lily
  1. 111111

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。 3、以角度、弧度两种方式实现上述部分函数。 4、具备历史计算的记忆功能。 5、对不正确的表达式能指出其错误原因。 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -1, binary, octal, decimal and hexadecimal number of add, subt
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:138737
    • 提供者:qiwenchao
  1. calc

    1下载:
  2. 一个简单的科学计算器,用vc6.0编的,不仅有简单的十进制四则运算,包括平方、取模等高级运数,还有角度和弧度的三角函数计算,还有二进制、八进制、十六进制的计算。-A simple scientific calculator, using vc6.0 made, not just a simple decimal arithmetic, including the square modulus, such as the number of senior transportation, as wel
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:64696
    • 提供者:lyf
  1. szzh

    0下载:
  2. 使用delphi语言编写的数值转换程序,可以在十六进制和十进制相互转换-Delphi language use numerical conversion process, you can hex and decimal conversion
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:179127
    • 提供者:zoya
  1. jisuanqi

    1下载:
  2. VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4641091
    • 提供者:caicai
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 34 »
搜珍网 www.dssz.com