CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 16进位

搜索资源列表

  1. ieee754.rar

    0下载:
  2. ieee754标准16位转十进制、是进制转ieee754标准16进制,ieee754 standards to 16 decimal is hexadecimal 16 hexadecimal to ieee754 standards
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:2152
    • 提供者:usee
  1. caculator.rar

    0下载:
  2. 多功能计算器 1.支持2进制,10进制,16进制数的加减乘除 2.支持2进制,10进制,16进制数的相互转化 3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或) 4.支持2进制数的移位和循环移位 ,1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addition and subtraction, multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2637
    • 提供者:li
  1. check_sum

    0下载:
  2. 1、 编写一个计算机程序用来计算一个文件的16位效验和。最快速的方法是用一个32位的整数来存放这个和。记住要处理进位(例如,超过16位的那些位),把它们加到效验和中。-1, the preparation of a computer program used to calculate a file of well-tested and 16. The fastest way is to use a 32-bit integer to store this and. Remember to dea
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:890
    • 提供者:kid
  1. exchange

    0下载:
  2. 进位制转换;实现10to2、8、16和2、8、16to10.-Exchange
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:13195
    • 提供者:田高伟
  1. adder17

    0下载:
  2. 实现17位加法,利用一个16位超前进位加法器和一个一位全加器构成的一个有进位输入和进位输出的17加法器,并且16位加法器利用的使四位超前进位加法器构成。它在booth乘法器设计中经常用到。可以使初学者对模块的调用了解更加透彻。-Adder 17 to achieve the use of a 16-bit CLA, and a one-bit full adder composed of a binary input and binary output of the adder 17, and
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1580
    • 提供者:htpq
  1. Serialport

    0下载:
  2. 串口以查询法的方式从电脑接收16进制的数据,SBUF是8位的,所以每次接收8位进来-Serial port to check the law of the receiving computer 16 from the data-band, SBUF is 8, so each received 8 in.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:548
    • 提供者:姜利
  1. regbit

    0下载:
  2. 填写寄存器对应位,并计算出对应的16进制数,对填写ARM寄存器很有用。-regbit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:55514
    • 提供者:李锦涛
  1. alu16

    1下载:
  2. 用Verilog编写的16位运算器,实现基本的逻辑代数运算。使用3种进位的方法-ALU16
  3. 所属分类:Other systems

    • 发布日期:2016-05-10
    • 文件大小:4096
    • 提供者:周宏
  1. h

    0下载:
  2. 位运算计算器 能进行 16进制数的位运算 -Bitwise calculator capable of computing 16-bit hexadecimal numbers
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:156891
    • 提供者:hito
  1. HexStrToDecStr

    0下载:
  2. 实现16进制32位字符串转换为10进制字符串,大小端通用代码。 该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1090
    • 提供者:杨波
  1. Eight-16-band-frequency-meter-design

    0下载:
  2. 8位16进制频率计的设计,其中包括测评控制电路的设计,32位锁存器的设计,32位计数器的设计和频率计顶层文件-Eight 16-band frequency of the design, including the design of the evaluation of the control circuit, 32-bit latch design, the design of 32-bit counter and frequency meter top-level document
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1829806
    • 提供者:杨静
  1. 2

    0下载:
  2. 1)定义一个长度为10的int数组nArr,采用给定初始值或从键盘输入的方式给数组的10个元素赋值;定义一个int *型指针变量pInt,并将nArr的首地址存入pInt中; 2)功能1:将从键盘输入的0..9间两个数存入i, j,交换下标为i, j的两个数组元素中存放的内容,并输出交换前与交换后的结果; 3)功能2:通过指针间接运算,重新交换数组元素i, j中的内容,并输出交换后的内容。 4)功能3:以8位16进制数的形式输出pInt,pInt + i, pInt + j的值,并
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:895
    • 提供者:smiliy777
  1. machine2mips

    0下载:
  2. 反汇编,机器码转成汇编代码——对输入的机器码要求:不要用二进制,用十六进制。也就是原来32位的2进制机器码改成8位的16进制机器码。-Disassemble, turn the machine code into assembly code- the input machine code requirements: Do not use binary, hexadecimal. That is the original 32-bit binary machine code into eight
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:WongMan
  1. 2-to-16

    0下载:
  2. 按位将二进制转换成十六进制数据,对实现矩阵包括data数据类型都可以实现。-Bitwise binary converted to hexadecimal data, including data on the realization of matrix data types can be achieved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:胡建
  1. Hex26

    0下载:
  2. 二十六进制换算法。福建吴世昌原创。 类似于16进制,26进制是每逢26进1位,用a-z表示0-25,可以把数字转换成字母串。也可把字母串还原为数字。 适合用来实现数字串缩短,或简单的加密解密。 -Hex26() is wrote by fj543. You can convert a number to a string with a-z,or convert a string back to a number.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6434
    • 提供者:吴世昌
  1. binary

    0下载:
  2. 二进制数(binaries)是逢2进位的进位制,0、1是基本算符;计算机运算基础采用二进制。电脑的基础是二进制。在早期设计的常用的进制主要是十进制(因为我们有十个手指,所以十进制是比较合理的选择,用手指可以表示十个数字,0的概念直到很久以后才出现,所以是1-10而不是0-9)。电子计算机出现以后,使用电子管来表示十种状态过于复杂,所以所有的电子计算机中只有两种基本的状态,开和关。也就是说,电子管的两种状态决定了以电子管为基础的电子计算机采用二进制来表示数字和数据。常用的进制还有8进制和16进制,
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:1030
    • 提供者:张羽翔
  1. BDC

    0下载:
  2. 8位16进制频率计,另外含有十进制的转换(cymometer; frequency meter)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:626688
    • 提供者:啧啧哈
  1. 占空比驱动步进电机

    0下载:
  2. 采样先进的MCU的16位单片机控制系统,整个工程平滑无抖动()
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:44166144
    • 提供者:qaun
  1. sw4_led

    0下载:
  2. quartus 二进制变十六进制显示,cyclone开发板开关表示四位二进制,数码管显示16进制(Quartus binary variable sixteen - ary display)
  3. 所属分类:其他

  1. 深入理解计算机系统-C

    0下载:
  2. 十进制转十六进制 十六进制转换有16进制每一位上可以是从小到大为0、1、2、3、4、5、6、7、8、9、A、B、C、D、E、F16个大小不同的数,即逢16进1,其中用A,B,C,D,E,F(字母不区分大小写)(TenToSix Hexadecimal conversion are hexadecimal each one can be the growing up of 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F16 A number of
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:61440
    • 提供者:JQS
« 12 »
搜珍网 www.dssz.com