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

搜索资源列表

  1. calculator

    0下载:
  2. 设计一个windows附件中所示的计算器  计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)  增加“Backspace”按钮,每按一次删除编辑框最后一个字符;  增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)  增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框; ᠋
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:叶合
  1. P005E_Formular

    0下载:
  2. 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:724byte
    • 提供者:John
  1. erjinzhiBinary

    0下载:
  2. 二进制转换的小程序,将一个十进制数转换为二进制,采用递归的算法,比较简单。-A small binary conversion program will convert a decimal number to binary, using the recursive algorithm is relatively simple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:348.91kb
    • 提供者:龙哥
  1. 101to123456789liushinichi

    0下载:
  2. 将二进制数字转换为十进制,再将十进制数字转换为二进制-The binary number is converted to decimal, and then converted to a binary decimal number
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:7.93kb
    • 提供者:liushinichi
  1. 1

    0下载:
  2. 本程序由三部分组成:输入员工的信息(年工作时间和工种系数);计算员工年工作量;输出员工年工作量。 在输入员工的信息年工作时间部分,将十进制数ASCII码转换成二进制数。同时由于可能存在小数和,而小数的位数一般为1位,为了便于计算,将每个数都乘10,对于工种系数则由于它要保留到小数点后两位,所以将它们都乘以100,从而去掉小数和,做整数计算。-This procedure consists of three parts: input employee information (annual w
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:878byte
    • 提供者:fly
  1. MIT_program

    0下载:
  2. 此MATLAB程序用于读取MIT-ECG数据、将二进制数据转换为十进制数据-The MATLAB program used to read the MIT-ECG data, binary data is converted to decimal data
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:677.29kb
    • 提供者:刘强
  1. Exchange

    0下载:
  2. 程序功能:二进制取反 、十六进制转为十进制、十进制转十六进制、BCD转10进制 、十进制转BCD码、BCD码转换为字符串、字符串转换为BCD码,非常实用,工作必备之源码-Procedures functions: binary negate, sixteen hexadecimal to decimal, decimal to hexadecimal sixteen, BCD 10 hexadecimal, decimal conversion BCD code, BCD code is con
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3.83kb
    • 提供者:xwb
  1. zhan

    0下载:
  2. 将十进制数20和98所对应的二进制,八进制和十六进制数分别进行输出。 1. 将十进制数分别转换为八进制和二进制以及十六进制 2. 要求用栈实现。-Stack the basic operation of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:57.86kb
    • 提供者:孙志雄
  1. C-Software-design

    0下载:
  2. 分数统计 要求:(1)输入某班级学生的姓名、分数; (2)对(1)的分数进行降幂排列并输出; (3)具有输入输出界面。 打字程序 要求:(1)随即产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 加密 要求:(1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5.44kb
    • 提供者:戴永刚
  1. A3-1

    0下载:
  2. 将ASCII码十进制数转换为二进制数,用于微机原理实验上机编程-ASCII code decimal number is converted to the binary number for the programming of the microcomputer principle experiment on
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:732byte
    • 提供者:songyu
  1. StackCoversion

    0下载:
  2. 栈的应用:进制转换。将某个十进制数转换为规定的进制,比如二进制,八进制等等。-Application of the stack: base conversion. A decimal number is converted to the specified band, such as binary, octal, and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:701byte
    • 提供者:lwl
  1. conversion

    0下载:
  2. 简单的将十进制转换为二进制功能.这种功能虽然简单,但对于初学者来说,用于机器码的语言转换是非常有用的.-Simple binary to decimal conversion function.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:4.02kb
    • 提供者:馥源
  1. ym_vb-vbjzzh-hicode

    0下载:
  2. vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二进制等。-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:319.18kb
    • 提供者:yrq
  1. 10_2

    0下载:
  2. 这是一个实现了 十进制 转换为 二进制 的小程序-This is a decimal to binary program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:9.08kb
    • 提供者:asdf14aes6
  1. main

    0下载:
  2. 可以实现进制的相互转换,如果大于3位,为二进制转十六进制,2位为十六进制转二进制,三位为十进制转十六进制。主要用于单片机开发工具。-The hex conversion, can be achieved if more than three, for binary to hex, the two hexadecimal to binary three decimal to hexadecimal. For microcontroller development tools.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:731byte
    • 提供者:tsw
  1. bijiaoone

    0下载:
  2. 输入两个十进制整数: 1. 将要比较的两个数字分别转换成二进制数字; 2. 计算两个二进制数字中1的个数,个数多的数字为两者中的大者; 3. 负数按照其绝对值进行比较; 实现时可以有以下约束: 1. 输入数据为范围在-32768到32768(十进制)之间的任意两个数字; 2. 如果经过比较后2个数相等,输出为0,如果不相等,输出最大值。-Enter two decimal integers: 1 compare the two figures were conver
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:973byte
    • 提供者:xhj
  1. 10jinzhi2jinzhi

    0下载:
  2. C++程序,将输入的十进制数字转换为二进制再输出。-C++ program that will enter the decimal number into a binary output again.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:576byte
    • 提供者:墨轩
  1. bin2deci

    0下载:
  2. 将输入的十进制信号转换为二进制,从而用于后续的相关处理。-Decimal input signal is converted to binary, and thus for the subsequent correlation process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:675byte
    • 提供者:张琛
  1. 二进制转十进制

    0下载:
  2. 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:544kb
    • 提供者:xiaoyuchang
  1. test

    0下载:
  2. 代码可以进行二进制转换为十进制,十进制转换为二进制。(The code can be binary converted to decimal, and the decimal is converted to binary.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6kb
    • 提供者:yuyuanhe
« 12 »
搜珍网 www.dssz.com