CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Binary to decimal

搜索资源列表

  1. CHASS

    0下载:
  2. 一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制, 进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, org
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1034
    • 提供者:杨立国
  1. bin_to_dec

    0下载:
  2. 可转大量超长二进制为十进制,例如三千个64位二进制可在3秒内完成-may make substantial long binary to decimal, such as 3000 64 in binary completed within 3 seconds
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27935
    • 提供者:丘明媚
  1. php_calc

    0下载:
  2. 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-with PHP prepared by the express
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6809
    • 提供者:ZihanYang
  1. hexbin

    0下载:
  2. 用vb编制的程序,实现浮点数和二进制、十进制之间的转换,非常实用的一个小程序,拿出来跟大家分享-Prepared with a vb program to achieve floating-point and binary, decimal conversion between a very useful little program out to share with you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2917
    • 提供者:sangyunhong
  1. tony

    0下载:
  2. 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6613
    • 提供者:林小世
  1. Stack

    0下载:
  2. This a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from Decimal to Binary-This is a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:194674
    • 提供者:Le Quoc Dung
  1. fy

    0下载:
  2. 输入8位二进制数将其转换为十进制数并输出 用C++实现的-Enter 8-bit binary number to convert to a decimal number and output using C++ implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:410499
    • 提供者:张漾
  1. zhan.tar

    0下载:
  2. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈),并利用栈实现十进制转换为其它进制-The order of the stack to achieve the basic operations (initialization, determine the stack empty, determine the stack is full, stack, the stack) and stack implementation using binary decimal conversio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:675
    • 提供者:杨永勇
  1. Iconverter

    0下载:
  2. IConverter converter the binary to decimal hexadecimal to binary and decimal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7216
    • 提供者:Babar Butt
  1. example1

    0下载:
  2. 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11502
    • 提供者:刘涛
  1. main

    0下载:
  2. 计算机组成补码的加减运算和将字符输入将其转化成十进制再转换成二进制补码-Computer component of the addition and subtraction, and complement the character input to convert it into decimal converted to binary complement
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1487
    • 提供者:wangqiulin
  1. visual-basic-jisuanqi

    0下载:
  2. 用visual basic 做的一个计算器,除了基本的加减乘除外,可以实现二进制转十进制,二进制转八进制,二进制转十六进制等-Visual basic to do with a calculator, in addition to basic addition and subtraction, multiplication, except the binary can turn decimal, binary to octal, binary to hex, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1847
    • 提供者:wang
  1. dec-to-bin

    0下载:
  2. 通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:11152
    • 提供者:J
  1. Any-decimal-conversion

    0下载:
  2. 对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:243060
    • 提供者:李悦
  1. decod

    0下载:
  2. 利用遗传算法求解函数极值, 主程序是对函数f(x,y)=x2+y2(-1<x<1,-1<y<1)求解最小值。decod.m 为子函数,实现二进制编码到十进制数的转换功能-Use of genetic algorithm for function extremum, the main program is the minimum value of the function f (x, y) = x2+ y2 (-1 <x <1,-1 <y <1) s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:24113
    • 提供者:任 营
  1. 2-10

    0下载:
  2. 可将二进制装换为十进制,支持浮点数据,有效位数可以自己设定。-Installed binary converted to decimal, support for floating-point data, the effective number of bits can be set.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:597
    • 提供者:yangdong
  1. Fr_bin2dec

    0下载:
  2. converts binary sequence to decimal sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7185
    • 提供者:Y Ramakrishna
  1. bin-to-dec

    0下载:
  2. Its about how to convert binary to decimal using Visual Basic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1215
    • 提供者:thongthong
  1. 10-to-2

    0下载:
  2. 将十进制转换成二进制,能够有效的实现该功能,且可以实现矩阵等数据类型转换。-To convert decimal to binary, can effectively implement this feature, and can achieve a matrix such as data type conversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:胡建
  1. Convert

    0下载:
  2. 不但可以从二进制、八进制、十进制到十六进制之间的相互转换。 还支持3、4、、5、6、7、9、11、12、13、14、15等进制的转换。 不仅如此,还可以联合26个英文字母的大小写,再加上10个阿拉伯数字组成62个数字进行62进制的转换。 甚至,可以弄个“天”,“地”两个符号,组成64进制。哈哈。-Not only binary, octal, decimal to hexadecimal conversion between. Also supports 3, 4
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2028
    • 提供者:zngsai
« 12 »
搜珍网 www.dssz.com