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

搜索资源列表

  1. 20131012

    0下载:
  2. 1.显示5行HELLO 2.将一个8位二进制数转换成十进制数-1 of 5 lines HELLO 2. Would an 8-bit binary number into a decimal number
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:827
    • 提供者:mengjiaxiao
  1. float2bin

    0下载:
  2. 十进制转二进制,正负数、补码、浮点均可,非常强大-Decimal to binary, positive and negative numbers, complement, floating point can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:668
    • 提供者:ftj
  1. GA

    2下载:
  2. 1利用SOMF网络对二维空间中的点集进行分类2自然二进制码、格雷码与十进制码之间的相互转换3GA算法解决最小生成树问题-A two-dimensional space using the SOMF network to classify the set of points in two natural binary, Gray code with decimal code conversion between 3GA algorithm to solve the minimum spanning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:220024
    • 提供者:李春兰
  1. sequence-list-conversion

    0下载:
  2. 采用顺序堆栈实现十进制转换为二进制的C++程序源码-In a sequential stack to achieve a decimal is converted to binary c++ program source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:630
    • 提供者:邢玉娟
  1. C

    0下载:
  2. 编写完整程序从键盘读取字符,如果是十进制的‘0’~‘9’则在屏幕上输出该数的8位二进制码,并将数字依次存放到BUF开头的数组中,如果读入的字符是’Q’或者‘q’,则程序退出,其他情况在屏幕上打印“You must input 0~9, or ‘q’ or ‘Q’”。(如输入的字符是‘9’,则输出“00001001”)-Write a complete program reads characters from the keyboard, if it is a decimal ' 0 
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:890
    • 提供者:cornfieldfox
  1. aaa

    0下载:
  2. 矩阵运算的例子,雅克比迭代,高斯迭代,还有十进制向二进制、八进制、十六进制转换的MATLAB源代码。-Examples of matrix operations, Jacobi iteration, Gauss iteration, and decimal to binary, octal, hexadecimal conversion of MATLAB source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2344
    • 提供者:baodabao
  1. yichuansuanfa

    0下载:
  2. 遗传算法,基因突变函数,交叉函数,二进制转十进制,十进制转二进制-Genetic algorithms, function mutation, crossover function, binary to decimal, decimal to binary
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2562
    • 提供者:baodabao
  1. jisuanqi

    0下载:
  2. 二进制,八进制,十进制,十六进制语音计算器-Binary, octal, decimal, hexadecimal voice calculator
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3222209
    • 提供者:呀呀呀
  1. asm

    1下载:
  2. 键盘输入4位十进制数,转化为二进制数,从屏幕输出它的二进制形式和十六进制形式。-Keyboard input of a decimal number 4, into a binary number, the output of its binary form and sixteen hexadecimal form from the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1178
    • 提供者:Amanda
  1. Decimal_Binary

    0下载:
  2. 软件技术基础中的十进制转二进制问题,简单的将十进制数转化为二进制数。 -Software technology base in decimal to binary problem, a simple decimal number into a binary number.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:863
    • 提供者:钰亦
  1. jinzhizhuanhuan

    0下载:
  2. 进制转换,完成二进制、八进制、十进制、十六进制的相互转换-Hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:14527
    • 提供者:
  1. 10-2-8-16

    0下载:
  2. VB--十进制,八进制,十六进制,二进制相互转换 -vb 16# and 10#,8#,2#
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:102079
    • 提供者:hl
  1. JINZHI

    0下载:
  2. 十进制数值转换成二进制的C++小程序代码 适合学生练习使用-Decimal value is converted into binary C++ applet code for students to practice using
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3572038
    • 提供者:吴涛
  1. 10to2

    0下载:
  2. 十进制转二进制,vc编写的有界面的源代码-Decimal to binary, vc prepared with interface source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2547744
    • 提供者:启明星
  1. 10-to-2

    0下载:
  2. c语言实现十进制整数转换成二进制 数据结构实验 使用队列和栈完成-c language decimal integer into binary data structures completed experiments using queue and stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:751
    • 提供者:tian
  1. MATLAB

    0下载:
  2. 将cell中带符号二进制转化成十进制数字-The cell signed binary to decimal
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:600
    • 提供者:ganju
  1. N_To_Dec

    0下载:
  2. 实现二进制与十进制之间的转换(C语言),可以成功运行,共享参考。-Achieve conversion (C language) between binary and decimal, you can run successfully, shared reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:561
    • 提供者:曲欣欣
  1. VB-code-system-conversion

    0下载:
  2. VB二进制十进制八进制十六进制互转的代码十进制转二进制-VB binary decimal octal hexadecimal code system conversion decimal to binary
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:837818
    • 提供者:huangzhifeng
  1. deci2bin

    0下载:
  2. 用matlab程序实现十进制数向二进制数的转化-realize the transformation of the decimal number to a binary number by Matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:白云
  1. jinhuayichuansuanfa

    0下载:
  2. 包含二进制和十进制进化算法,以及算法中二进制和十进制之间爱你的转化-Include binary and decimal evolutionary algorithm, and algorithm of love your conversion between binary and decimal
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:113509
    • 提供者:杨少波
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 37 »
搜珍网 www.dssz.com