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

搜索资源列表

  1. ScientificCalculator

    0下载:
  2. 科学计算器,主界面具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可进行正弦、余弦、正切、余切的运算; 3、对十进制数进行二进制、八进制、十六进制的转化; 4、实现弧度制的数与角度制的数互相转化。 -Scientific calculator, the main interface with the following functions: 1, through direct input ex
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1927073
    • 提供者:李怡璇
  1. shuzhi

    0下载:
  2. 简单的数制转换器,可以实现十进制向二进制、八进制、十六进制的转换-A simple number system converter, can be achieved decimal to binary, octal, hexadecimal conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:250733
    • 提供者:pop
  1. Calculator

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

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

    0下载:
  2. 进制转换器。可在二进制、八进制、十进制、十六进制间进行装换。-Binary converter. In binary, octal, decimal, hexadecimal, installed between the change.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:58980
    • 提供者:陈恺
  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. shuzhizuanhuan

    0下载:
  2. vb编写的二进制和十进制、八进制等的相互转换程序。-vb prepared binary and decimal, octal, etc. with each other conversion process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5216
    • 提供者:fga
  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. Digital_Waveform

    0下载:
  2. 当输入十进制的数字后,可以自动转化成二进制数,并显示出二进制数的波形-When the input decimal figures, can be automatically converted into binary, and binary number of the waveform shown
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-15
    • 文件大小:6746
    • 提供者:lrui
  1. liangweierjinjizhuanshijinjixianshi(switch)

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

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

    0下载:
  2. 分别编写出把十进制整数转化成二进制整数和把二进制整数转化成十进制整数的函数,并编写主程序调用它们,以验证其正确性-Were written out to a decimal integer into binary integer and the binary integer into a decimal integer function, and write the main program calls them, to verify its correctness
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:45009
    • 提供者:吴超
  1. calculator

    0下载:
  2. 基本功能类似Windows计算器,增加了一些功能实现了二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算-Basic functions like Windows Calculator, added some features to achieve the binary, octal, decimal and hexadecimal number of addition, subtraction, multiplication, division, involution,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:2014169
    • 提供者:罗祖志
  1. exp5

    0下载:
  2. 可以输入任意二进制数,十进制数,八进制数,十六进制数,转化成其他进制数-Can enter any binary, decimal, octal numbers, hexadecimal number, binary number into the other
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:921
    • 提供者:陈亚洲
  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. 5

    0下载:
  2. 进制转换器 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -Hex converter requirements: (1) can enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into a number of other band (3) with input and
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:758
    • 提供者:津津
  1. softhy.net

    0下载:
  2. 很实用的转换程序,可在二进制。十六进制,十进制之间自由转换。-convnums
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1887811
    • 提供者:胡驰
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com