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

搜索资源列表

  1. 二进制转化十六进制浮点数

    0下载:
  2. 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller programming.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39735
    • 提供者:阿勇
  1. 60COUNTER

    0下载:
  2. 六十进制计数器.电子万年历是计数器的应用之一.年由月的十二进制计数器进位+1得到.月是日的三十进制计数器进位+1得到.日是小时的二十四进制计数器进位+1得到.小时是分的六十进制计数器进位+1得到.分是秒的六十进制计数器进位+1得到.本程序基于VHDL.其开发环境是MAXPLUS2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4662
    • 提供者:weixiaoyu
  1. shinengcount

    0下载:
  2. 带使能、 异步复位端的十二进制计数器的 设计的一个例子
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:919
    • 提供者:chenwen
  1. myCalculator

    0下载:
  2. 很好的计算器,功能很多,有十进制,十二进制,八进制计算功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:110886
    • 提供者:肖娟
  1. 十六进制察看和编辑程序(HEX-VIEW)

    1下载:
  2. HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation / editor, while not pe
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3945
    • 提供者:li
  1. 二进制到BCD码转换

    0下载:
  2. 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:869
    • 提供者:wang
  1. 二进制与机器码转换

    0下载:
  2. 1.进制之间的转换:可以实现十进制转换成其他的进制:二进制,八进制,十六进制;2.机器码之间的转换:输入真值,可以转换成原码,反码还有补码。-1.the conversion of scales:implemant of conversion in decimal and orther scales:binary, octal, and hex.2.the conbersion of machine codes:input ttuth value,then converting into for
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1858
    • 提供者:雨金
  1. 12进制计数器

    1下载:
  2. 应用VHDL语言编写十二进制计数器
  3. 所属分类:VHDL编程

  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
    • 文件大小:838
    • 提供者:付雪
  1. calculator.rar

    0下载:
  2. 二进制、十进制、十六进制数字的四则运算及转换,以及二进制的移位操作,Binary, decimal, hexadecimal digits of the four operations and conversion, as well as the binary shift operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:22163
    • 提供者:eefamily
  1. numt_convert.zip

    0下载:
  2. 十进制、八进制、二进制、十六进制的相互转换,Decimal, octal, binary, hexadecimal conversion
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:32838
    • 提供者:fjw
  1. bmp2bin.rar

    0下载:
  2. 使用vc2005编写的bmp图片处理程序,具有打开bmp图片,获取图像大小,裁剪图片,获得指定大小图片,bmp转换为二进制十六进制等功能,Vc2005 prepared using bmp image processing procedures, have to open bmp picture, access to image size, cutting pictures, access to specified sizes, picture, bmp convert hexadecimal
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-04-26
    • 文件大小:3594057
    • 提供者:hungkun
  1. 多字节BCD码转换成十六进制

    1下载:
  2. 多字节十进制整数(压缩BCD码)转换为二进制整数子程序;入口:R0指向多字节十进制整数高位,R1指向结果多字节二进制整数高位,R7=n ;使用A,R0~R7,影响CY
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. JinZhi

    0下载:
  2. VC++ 编写的二进制、八进制、十进制、十六进制之间相互转换代码。-VC++ written in binary, octal, decimal, hexadecimal conversion code between.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:184132
    • 提供者:Lucx
  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
    • 文件大小:31001
    • 提供者:张陆军
  1. TenToTwelve

    0下载:
  2. 该软件实现了将十进制转化为十二进制,对于任意给定的十进制,都可以转化为十二进制-The software will realize the ten decimal into binary, for any given metric, can be translated into ten binary
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:8509
    • 提供者:张三
  1. 161十二进制计数器

    1下载:
  2. 以matlab的simulink工具箱为平台设计一个十二进制的计数器,并对其功能加以验证(The platform design of a twelve hexadecimal counter by using MATLAB Simulink toolbox, and to verify its function)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:边城流星
  1. 十六转字节集

    0下载:
  2. OD里面复制 出来的二进制,直接转换为 字节集。方便写代码。(The binary copied in OD is converted into a byte set directly. Easy to write code.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:142336
    • 提供者:dodo10101
  1. VB十六进制转换工具V1.0源代码和程序szd

    1下载:
  2. 将十六进制与二进制 十进制互相转换的工具,范围0-32767(A tool that converts sixteen decimal and binary decimal, range 0-32767)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:kenyi2007
  1. 汉字转二进制、十六进制工具

    1下载:
  2. 汉字转二进制、十六进制工具,方便大家游戏封包收索(Chinese characters to binary, sixteen hexadecimal tools, convenient for everyone to play the game packets.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:284672
    • 提供者:ofor520
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com