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

搜索资源列表

  1. N进制数转换成10进制数

    0下载:
  2. N进制数转换成10进制数的程序 有时候能派上用场吧也许 我希望网上多些功能单一的程序-N band conversion into 10 bases of the process sometimes it can be useful perhaps I hope more online functions in a single procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.2kb
    • 提供者:jayway
  1. 102转换

    0下载:
  2. 用递归向下文法做的2到10进制转换,本学期编译原理的课程设计-using recursive grammar downward do 2-10 base for the conversion, the compiler semester course design principles
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:321.23kb
    • 提供者:小雨
  1. 简单的常用进制数值转换演示程序

    0下载:
  2. 我制作的简单的常用进制数值转换演示程序-produced by the band used simple numerical conversion Demonstration Program
  3. 所属分类:其它

    • 发布日期:2010-06-30
    • 文件大小:50.53kb
    • 提供者:jj
  1. 2_8_10_16 进制转换

    1下载:
  2. 进制转换程序,可进行2,8,10,16进制之间的任意转换
  3. 所属分类:书籍源码

    • 发布日期:2014-01-17
    • 文件大小:170.09kb
    • 提供者:池衡
  1. 转换16进制数据

    0下载:
  2. 通过试验台电位器RW1输出0~5V滞留电压送入ADC0809通道0(IN0),变成采集IN0输入的电压,在屏幕上显示出转换后的16进制数据
  3. 所属分类:汇编语言

    • 发布日期:2014-01-17
    • 文件大小:5.28kb
    • 提供者:孙和
  1. 十六进制数转换为等值的二进制数

    0下载:
  2. 编写程序,将键盘接收到的四位十六进制数转换为等值的二进制数,再显示在屏幕上。若输入的不是0-F间的数字,则显示出错信息,并要求重新输入-Preparation procedures, the keyboard received four of sixteen hexadecimal conversion into equivalent binary number, and then displayed on the screen. If the input is not 0-F figures,
  3. 所属分类:汇编语言

    • 发布日期:2017-03-21
    • 文件大小:838byte
    • 提供者:付雪
  1. MASM

    1下载:
  2. 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
  3. 所属分类:assembly language

    • 发布日期:2016-01-26
    • 文件大小:30.27kb
    • 提供者:张陆军
  1. 8051

    0下载:
  2. 8051彻底研究源程序大全,一些算法,实例,进制转换等子程序,更多详情请查阅这一本书!-Encyclopedia of 8051 a thorough study of the source code, a number of algorithms, examples, hexadecimal conversion Subroutine, more details please refer to this book!
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3.3mb
    • 提供者:人生苦短
  1. 16edit

    0下载:
  2. 十六进制编辑器,用于不同进制与16进制的转换。-16 edit
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:124.03kb
    • 提供者:雨中行
  1. shuzhi

    1下载:
  2. 数制转换--------- 任意给定一个M进制的数x ,请实现如下要求 1) 求出此数x的10进制值(用MD表示) 2) 实现对x向任意的一个非M进制的数的转换。 3) 至少用两种或两种以上的方法实现上述要求 ---------- Arbitrary number system conversion to a number of M-band x, requested the achievement of the following requirements 1) to de
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:580byte
    • 提供者:tthero00
  1. UnicodeToChinese

    0下载:
  2. Delphi写的Unidode自动截取转换汉字代码,支持十进制和十六进制数据输入-Delphi written in Chinese characters Unidode automatic conversion interception code, support for decimal and hexadecimal data entry
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:164.99kb
    • 提供者:angusxie
  1. str

    0下载:
  2. C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:677byte
    • 提供者:fwei816
  1. jizhizhuanhuan

    0下载:
  2. C语言版的数据结构,利用数据结构的设计思想,来实现进制转换,即二,十,八,十六进制的相互转换。-C language version of the data structure, the use of the data structure design concept to achieve binary conversion, ie, ten, eight, hexadecimal, the mutual conversion.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:李飞跃
  1. Jinzhi

    0下载:
  2. 汇编语言写的简单的2、8、10、16进制转换程序,自己写的,学生专用 -Written in assembly language simple 2,8,10,16 hex conversion program, wrote it myself, for students
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:829byte
    • 提供者:Jeffrey_Wong
  1. Float

    0下载:
  2. 唉,大出血,贡献一个从16进制转换成浮点型的dll源代码,谁叫我从程序员开发网下载那么多东西呢-Oh, bleeding, a contribution from the hexadecimal floating-point convert the dll source code, programmers who told me to open distribution networks from so many things to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:57.17kb
    • 提供者:何小青
  1. 浮点数转10进制数

    0下载:
  2. 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-14
    • 文件大小:6kb
    • 提供者:下里巴人
  1. HexConve

    0下载:
  2. delphi 进制转换 函数, 十六进制转字符, 字符转十六进制,还有常用的一些转换函数(Delphi hexadecimal conversion function, sixteen decimal to character, character to sixteen decimal, as well as some commonly used conversion functions)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:berni8
  1. C

    0下载:
  2. (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。((1) can be entered into binary, octal, decimal, and sixteen decimal number. (2) convert the number of the input into the rest of the number; (3) there is an input and output interface.)
  3. 所属分类:汇编语言

  1. 单进制转换器

    0下载:
  2. 十进制转十六进制 或者十六进制转十进制 专门给win10系统计算器英文话的人用(The decimal to sixteen or sixteen to the decimal system for the win10 system calculator in English language)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-18
    • 文件大小:303kb
    • 提供者:2107912650
  1. labview进制转换

    1下载:
  2. 可以通过手动输入一个十进制数,转换为二进制数和八进制数。
  3. 所属分类:LabView编程

« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com