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

搜索资源列表

  1. szzh.rar

    0下载:
  2. 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制。,The preparation of a number of different inter-system conversion process. Asked for input and output interface, when an arbitrary transfusion after the decimal figures, the prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:239601
    • 提供者:梁毅
  1. TextureLBP

    0下载:
  2. LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3716
    • 提供者:nana
  1. 多字节BCD码转换成十六进制

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

  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. IPto2

    0下载:
  2. 根据输入的十进制ip号转换为二进制ip地址,根据地址掩码计算子网号及广播地址 mfc图形界面-Ip according to the input decimal number is converted to binary ip address address mask according to the subnet number and broadcast address calculation mfc interface
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1928650
    • 提供者:yan
  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. jinzhizhuanhuan

    0下载:
  2. 常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换-A variety of commonly used M-ary conversion, including conversion hexadecimal and decimal, binary, ascall conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3597
    • 提供者:董宏志
  1. HexConversion

    0下载:
  2. 二进制与十进制之间的进制转换,适用于学习汇编语言的大学生,有算法说明-Binary conversion for the students to learn assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:22025
    • 提供者:giphoo
  1. div_c51(V1)

    0下载:
  2. Keil C语言编写大数除法,乘法,加法,减法,十进制转换二进制程序,数据长度可以按照需要修改。-Keil C language division of large numbers, multiplication, addition, subtraction, decimal conversion binary data length can be modified as needed.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:31091
    • 提供者:paul
  1. BCD_2add-27

    0下载:
  2. 二进制转十进制的电路程序VHDL,这程序不错,用的话很好-Binary decimal-turn circuit program VHDL, this program is good, with good
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:481844
    • 提供者:账号
  1. calculatorx_vivitue

    1下载:
  2. MFC源码 开发工具:VC++6.0 编程语言:C++ 主程序代码:1300+行 运算精度:小数点后17位。显示框最大显示字符数21个 计算器功能说明: 1)完成计算器基本运算功能 2)二进制◆八进制◆十进制◆十六进制 相互转换 3)支持角度与弧度显示 4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算 5)计算n!.扩展整数n为双精度数x。计算x! 算法f(x)=x(x-1)(x-2)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:126058
    • 提供者:
  1. homework

    0下载:
  2. 编写一个程序,输出ASCII码从20h到0FFh之间的所有ASCII字符以及它们的二进制、十进制、十六进制值。-Write a program that outputs ASCII code from 20h to 0FFh ASCII characters and their binary, decimal, hexadecimal value.
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:1045
    • 提供者:zddq
  1. 源文件

    0下载:
  2. 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-15
    • 文件大小:28951
    • 提供者: 蔡邑川
  1. supercalculator

    0下载:
  2. 超级计算器,可以进行二进制,八进制,十进制,十六进制的转换,是一个不错的工具。-Super calculator, can be binary, octal, decimal, hexadecimal conversion, is a good tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:523104
    • 提供者:谢天空
  1. NumConvert

    0下载:
  2. atl写的控件,用于实现二进制,八进制,十进制,十六进制数值转化.-atl controls written for the realization of a binary, octal, decimal, hexadecimal conversion values.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:68146
    • 提供者:carekee
  1. 10162

    0下载:
  2. 在键盘上输入一个十进制的数字 可以转换成一个十六进制和二进制的数输出-On your keyboard to enter a decimal figures can be converted into a hexadecimal and binary number of output
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:803
    • 提供者:叶子
  1. numswitch

    0下载:
  2. 各种数制之间的转换,例如二进制和十进制之间的相互转换,十进制与十六进制之间的相互转换-A variety of conversion between the number of system, for example, between the binary and decimal conversion, decimal and hexadecimal conversion between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7641
    • 提供者:王明
  1. small

    0下载:
  2. 这是一个很简单的C语言小程序,实现的是把输入的一个十进制数转化为二进制数并将结果在屏幕输出。-This is a very simple C language small procedures, to achieve is to enter a decimal number into binary number and the results on the screen output.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:868
    • 提供者:肖庆普
  1. 10to2

    0下载:
  2. 一种特殊的方法将十进制转化为二进制,利用union的变量是共享一块内存转化。-A special method to decimal into binary, the use of union of the variables are transformed to share a memory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7968
    • 提供者:马龙
  1. shijinzhizhuanhuanerjianzhi

    0下载:
  2. 这是十进制转换成二进制的代码 自己写的 很有用的-This is converted into binary decimal code wrote it myself very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:6541
    • 提供者:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 40 »
搜珍网 www.dssz.com