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

搜索资源列表

  1. Calculator

    0下载:
  2. 这是我这几天开始学习MFC时,经参考编写的一个计算器程序。当然不能和白乔之类的牛人相比,只是作为一个学习的时间联系,我会不断加油,争取有一点也能变出牛b的程序。说实话,开源里的东西让我佩服异常。 这个程序主要是实现十进制数字和二进制和八进制整数的四则运算,实现十进制的一些特殊运算。这些我都参考了csdn中的一个计算器程序,也是因为这个,我才会在刚刚学了没多久,就像动手实践一下的。程序本身还有许多的问题,请见谅。 -This is what I started learning MF
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4766998
    • 提供者:黄粉
  1. VCjisuanqi

    0下载:
  2. 设计一个计算机器,要准备以下几个功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 -Design of a computer device, to prepare for the following functions: 1, binary
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5330955
    • 提供者:李日明
  1. szzh

    0下载:
  2. 数值类型的转换, 实现从十进制到二进制的相互转换,解决了使用不同类型数据带来的麻烦-Numeric types of conversion from a decimal to binary mutual conversion, the use of different types of data to solve the trouble
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4765
    • 提供者:hanxuelian
  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
    • 文件大小:878
    • 提供者: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
    • 文件大小:693545
    • 提供者:刘强
  1. binarysystemtodecimalsystem

    0下载:
  2. c++十进制转换二进制,在VC++6.0中编辑的,比较好用-c++ binary decimal conversion, editing in VC++6.0, more easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:595
    • 提供者:yangxin
  1. liangweierjinjizhuanshijinjixianshi(switch)

    0下载:
  2. 两位二进制转十进制显示计算(switch)-The two binary transfer decimal display calculation (switch)
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:40154
    • 提供者:yutian
  1. binary_output

    0下载:
  2. 2进制与其他进制的相互转换.一般十进制到十六进制和八进制平台一般会自动提供,二进制则一般没有。-something about binary to hex or oct.it maybe can give you some help.and i have already testify it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:571967
    • 提供者:bing
  1. 2

    0下载:
  2. 可以将十进制数转为其他进制,包括二进制数,八进制数,十六进制数。 -Can be converted to decimal number of other binaries including binary system,octonary number system and hexdecimal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:169904
    • 提供者:jinyujie
  1. TCP

    0下载:
  2. 随机生成160位01序列模拟TCP报文首部 16位源端口,16位目的端口,32位序号,32位确认序号,4位首部长度都转化成相应的十进制显示,6位保留位,URG,ACK,PSH,RST,SYN,FIN 均为1位二进制, 16位窗口,16位紧急指针,16位校验和均用二进制显示-01 160 randomly generated sequence of TCP packets simulated first 16-bit source port, destination port 16-bit
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:7069
    • 提供者:sunshe
  1. Calc51

    0下载:
  2. calc计算工具,包括了51里常用的波特率计算,数码管代码计算,定时器初值计算,二进制,十进制,十六进制的转换功能-calc calculation tools, including 51 in common baud rate calculation, calculation of the digital control code, the timer initial parameters, binary, decimal, hexadecimal conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:285230
    • 提供者:lucky
  1. DECTOBIN

    0下载:
  2. c语言中,十进制转二进制的用位运算实现方法-Decimal binary bit operation to achieve transfer
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:922
    • 提供者:Spark
  1. XOR

    0下载:
  2. 有道难题:另类异或 描述: 对于普通的异或,其实是二进制的无进位的加法。 这里我们定义一种另类的异或A op B, op是一个仅由^组成的字符串,如果op中包含n个^,那么A op B表示A和B之间进行n+1进制的无进位的加法。 下图展示了3 ^ 5 和 4 ^^ 5的计算过程: 0 1 1 (3) ^ 1 0 1 (5) --------- 1 1 0 (6) 0 1 1 (4) ^^ 0 1 2 (5) --------- 0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:620
    • 提供者:xhflovemy
  1. calculator

    0下载:
  2. 科学性的计算器有二进制,十进制等等,由MFC制作,如有不足,请大家指出-Scientific calculator with binary, decimal, etc., produced by the MFC, if less, let us point out that
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:4473007
    • 提供者:lukaipeng2008
  1. jisuan-N

    0下载:
  2. 能够实现基本的计算功能,具有二进制和十进制功能-To achieve basic computing functions, functions with binary and decimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:499589
    • 提供者:王er
  1. numberconversion

    0下载:
  2. 实现了十进制数与二进制、八进制、十六进制之间的转换-numberconversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:163230
    • 提供者:冬晨
  1. d

    0下载:
  2. 二进制转十进制。自行输入二进制,程序可以将其转化为十进制。输入的是无符号数。-Binary to decimal. Enter their own binary, the program can be converted to decimal. The input is unsigned.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:216417
    • 提供者:99
  1. ConvertDemo_

    0下载:
  2. 一个VC++的进制转换组件及实例源代码,提供各种不同进制互相转换接口声明,以及二个接口涵数:IsValidate()用来检验输入有效性 Convert()来完成实际转换,编译时只用编译示例文件就可以,DLL组件会自动生成。演示程序展示了如何在二进制、八进制、十六进制、十进制之间转换数据。 -A VC++ the hex conversion components and source code examples, providing a variety of interchangeable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186396
    • 提供者:王佳佳
  1. Hex-conversion

    0下载:
  2. 这是个简单的二进制,八进制,十进制,十六进制转换的源码-This is a simple binary, octal, decimal, hexadecimal conversion of the source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2366
    • 提供者:潘力佳
  1. DeciamlToBinary

    0下载:
  2. 简单的十进制转换成二进制数,方便数据在进制之间转换。-Simple decimal numbers into binary for data conversion between the band.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:34091
    • 提供者:赵刚
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com