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

搜索资源列表

  1. bin2dec.c

    0下载:
  2. 采用链表的方法,将输入的二进制转换十进制输出(链表)-List of methods used to convert decimal binary input-output (list)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1425
    • 提供者:blackring
  1. modulation

    2下载:
  2. 根据输入的调制方式,对输入序列MOD_IN进行调制,分别采用BPSK, QPSK, 16QAM, 64QAM,完成对星座图的映射,输出为Y.转化的方法为:先写出十进制情况下从0 到N-1 (N为星座图的点数)所对应的星座坐标;再将输入的二进制序列转化为相应的十进制,以查表的方法查出对应点的复数坐标,即为调制映射后的结果。-this program is used for BPSK,QPSK,16QAM and 64QAM modulation
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:2119
    • 提供者:ZMH
  1. tt

    0下载:
  2. 一个小程序可以将十进制数转换成二进制数,并且显示在屏幕上-A small number of procedures can be converted into a binary decimal number, and displayed on the screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:797
    • 提供者:本多
  1. dataconvert

    0下载:
  2. 各种进制数转换子程序, 十进制数转二进制,转八进制数等.-Various M-ary digital conversion subroutine, including decimal number to binary, octal, etc...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2332
    • 提供者:xiaofeng
  1. scientificcalculator

    0下载:
  2. 包括加减乘除,正弦余弦,阶乘,二进制十进制十六进制八进制等科学计算器的算法-Including the addition and subtraction multiplication and division, sine cosine, factorial, hexadecimal decimal binary octal scientific calculator, such as the algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:14818
    • 提供者:刘小花
  1. twototen

    0下载:
  2. VB下实现十进制与二进制之间的转换,并将字符串转换对应成二进制编码。-twototen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2381
    • 提供者:柳钢
  1. change

    0下载:
  2. 可根据需要将一十进制数转换成二进制数、八进制数、或着十六进制数-Can be a decimal number into binary, octal, or hexadecimal number of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1178
    • 提供者:fan
  1. 10to2

    0下载:
  2. 利用Labview公式节点将十进制数值转换成二进制数-Node using Labview formula to convert the decimal value of binary number
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5544
    • 提供者:李星
  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
    • 文件大小:175156
    • 提供者:guan
  1. computerOrganizationAndArchtecure

    0下载:
  2. 十进制转化为二进制包括补码表示 小数转换 很好很强大-Decimal into Binary convert decimal, including a very good complement representation is very strong
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:8668
    • 提供者:houxiaokun
  1. convert

    0下载:
  2. 用于十进制转换成二进制及二进制转换成十进制,快速、实用。-Is used to convert binary and decimal convert binary decimal, fast and practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:167726
    • 提供者:delphi
  1. P1_ConvertBetweenBinAndDec

    0下载:
  2. 二进制十进制转换,可处理长整数,期末大作业。-Binary decimal conversion, can handle long integers, the end of major operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:Kenneth.L
  1. long_integer

    0下载:
  2. 对长整数的处理,编写了一个类。可以添加功能函数实现更多功能。文件中实现了任意长十进制和二进制的转换-The treatment of long integers, write a class. Utility functions can be added to achieve more. Documents of arbitrary length to achieve conversion of decimal and binary
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:2171
    • 提供者:wangwq
  1. sh

    0下载:
  2. 不同类型数据间转换用途:将十进制转化为二进制 输入:Dec(十进制数) 输入数据类型:Long 输出:DEC_to_BIN(二进制数) 输出数据类型:String 输入的最大数为2147483647,输出最大数为1111111111111111111111111111111(31个1)-the change between different dada
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1897
    • 提供者:孙飞
  1. calculater

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing f
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3838438
    • 提供者:Forrest
  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
    • 文件大小:357287
    • 提供者:龙哥
  1. e6_8

    0下载:
  2. 用C++编写的任给一个二进制数进行转换成为十进制数-Written in C++, either be converted to a binary number into decimal number
  3. 所属分类:.net

    • 发布日期:2017-04-13
    • 文件大小:2093
    • 提供者:张天
  1. BinOct

    0下载:
  2. 把十进制整数转化成二进制整数和把二进制整数转化成十进制整数的函数,并编写主程序调用它们,以验证其正确性。-The decimal integer into a binary integer and the integration of the binary integer into a decimal integer function, and the preparation of the main program calls them, to verify its correctness.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:823
    • 提供者:wind
  1. typeconvert

    0下载:
  2. 用VC编程实现从十进制到浮点二进制十六进制的转换-Programming with VC from a decimal to the floating-point binary hexadecimal conversion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:26172
    • 提供者:张凤
  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
    • 文件大小:8121
    • 提供者:liushinichi
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com