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

搜索资源列表

  1. calculator

    0下载:
  2. 计算器,用java语言实现,有八进制,十进制,十六进制等多种功能-Calculator using java language, octal, decimal, hexadecimal and other features
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:4767605
    • 提供者:白栋天
  1. ADC12

    1下载:
  2. 基于msp430的模拟电压测量程序 将十六进制数据转换成十进制数据显示于12864上-The hexadecimal data based on the msp430 the analog voltage measurement procedures will be converted to decimal data show 12864 on
  3. 所属分类:SCM

    • 发布日期:2015-02-06
    • 文件大小:84992
    • 提供者:
  1. 5

    0下载:
  2. 1、金币银币问题:有若干币值不同的金币和银币,任一金币的价值都大于所有银币,要求按价值由小到大排列所有货币。 模型分析:用数组存放所有的整数,奇数(偶数)代表金币,偶数(奇数)代表银币,按先偶后奇(先奇后偶)的顺序整理数组,然后分别对偶数列和奇数列进行排序。 将程序补充完整 2、十进制向任意进制(二进制,八进制,十六进制)数转换,输入十进制数n和一个进制类型x,将n转换为x进制输出-Gold coins: a number of different denominations of
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:5121
    • 提供者:罗裕君
  1. big-number

    0下载:
  2. 本计算器实现了的功能有: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Achieve the functionality of the calculator: 1, binary, octal, decimal and hexadecimal n
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:3989014
    • 提供者:殷雷
  1. ConvNums

    0下载:
  2. 十进制、十六进制、二进制互相转换的VC++程序-Decimal, hexadecimal, binary the mutual conversion VC++ program
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:20473
    • 提供者:曲星
  1. GG

    0下载:
  2. 该程序可把十六进制整数打印成十进制整数。该程序用VC语言编写。适合VC初学者实践体验。 . . -The program can print the hexadecimal integer to a decimal integer. The program with VC language. Suitable for VC the beginners practice of experience. ..
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:182493
    • 提供者:liqiangma
  1. transform

    0下载:
  2. 数字的进制转换,可以实现数字的二进制、十进制、十六进制等的转换,VC6.0开发,可运行-Digit hexadecimal conversion, can achieve the number of binary, decimal, hexadecimal sixteen, conversion, VC6.0 development, can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1024651
    • 提供者:唐柳楠
  1. conversion(dec-binary-hex)

    0下载:
  2. 本程序实现了十进制和二进制,十六进制之间互相转换,对于初学者来说很有帮助。-Program decimal and binary conversion between hexadecimal, very helpful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:12778
    • 提供者:陈泓至
  1. Hex

    0下载:
  2. 设计1~4位的无符号十六进制数据类class HEX. 可以创建如 ABCD、1234、DF09、AB、26之类的1~4位的十六进制的正整数。可以输入输出十六进制数据,可以实现十六进制数据和十进制数据的互换,可以实现2个十六进制数据的+、-、*、/、 操作。-Design 1 ~ 4 bit unsigned HEX data class class HEX. Can create such as ABCD, 1234, DF09, AB, 26, 1 ~ 4 bit HEX positive
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1361
    • 提供者:李想
  1. cal

    0下载:
  2. 十六进制float数据转换十进制数据c函数-translation the type of float data from 16 to 10
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:1310
    • 提供者:green
  1. RS232

    0下载:
  2. RS232串口通信接收发送数字发送:从单片机P1、P2口输入按键信号, PC机RS232C口接收。 接收:PC机由RS232C口发送数字时,P4口连接的数码管显示。需要发送十六进制数,例如, 十进制数3,应该发送03-RS232 serial communication to send digital receiving
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:1854
    • 提供者:chenyilin
  1. ColorCalculator

    0下载:
  2. 自己写的第一个手机小程序:颜色值计算器。输入十进制、十六进制和RGB中的任何一种颜色代码就可以转换成其他两种颜色代码!具体的代码输入格式查看软件中的“帮助”。内含软件源代码。-Write your own phone applet: color value calculator. Input decimal, hexadecimal and RGB color code can be converted into the other two color code! Specific code i
  3. 所属分类:J2ME

    • 发布日期:2017-11-21
    • 文件大小:4262
    • 提供者:yizhi
  1. calculator

    0下载:
  2. 实现计算器的功能。主要功能要求如下: ⑴ 计算任意一个常量算术表达式的加法、减法、除法以及乘法。运算数可缺省为十进制的整数和小数,其它可选项为二进制,八进制和十六进制。 ⑵ 实现计算器的其它功能,如求对数,平方根等。 ⑶ 要求使用图形界面。人机界面友好。如用户输入错误在计算之前可以修改 -Achieve the function of the calculator. The main functional requirements are as follows: ⑴ calcul
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:11080428
    • 提供者:yongge
  1. ConvertTools

    0下载:
  2. 进制转换工具。支持二进制、八进制、十进制、十六进制互相转换。-Hex conversion tool. Support for binary, octal, decimal, hexadecimal conversion.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-12
    • 文件大小:73717
    • 提供者:suizouwuya
  1. ColorCalculator2.0

    0下载:
  2. j2me颜色值计算器2.0,输入十进制、十六进制和RGB中的任何一种代码就可以转换成其他两种颜色代码,在上一版本的基础上新增了简单的颜色预览图形界面。 软件内含有源代码,纯手机编写,可以手机端用janino编译成功!适合j2me初学者研究学习。-j2me color value calculator 2.0, to input decimal, hexadecimal and RGB in any kind of code can be converted intothe other two
  3. 所属分类:J2ME

    • 发布日期:2017-11-30
    • 文件大小:9273
    • 提供者:yizhi
  1. jinzhi-2--8-16--change

    0下载:
  2. 二进制,十进制,十六进制进行相互转换,非常好用,欢迎下载-Binary, decimal, hexadecimal, mutual conversion, very easy to use, welcome to download
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:27843
    • 提供者:dashan
  1. ASC

    0下载:
  2. asc码的转换,十进制和十六进制都有,还有对应的字符。-the asc code conversion, decimal and hexadecimal all, there is a corresponding characters.
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:9706
    • 提供者:xu
  1. main

    0下载:
  2. 可以实现进制的相互转换,如果大于3位,为二进制转十六进制,2位为十六进制转二进制,三位为十进制转十六进制。主要用于单片机开发工具。-The hex conversion, can be achieved if more than three, for binary to hex, the two hexadecimal to binary three decimal to hexadecimal. For microcontroller development tools.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:731
    • 提供者:tsw
  1. zhuanhuan

    0下载:
  2. 数据转换,信令点编码、十六进制转换十进制、十进制转换二进制、十六进制转换为二进制-Data conversion, signaling point code, sixteen hex decimal, binary decimal sixteen hexadecimal conversion to binary
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:11074905
    • 提供者:黄磊
  1. EliteConv

    0下载:
  2. 该应用程序将ASCII字符到他们的十六进制、十进制和二进制等效。用户友好界面,自动转换选项,有趣的声音和注释源代码(-The application will ASCII characters to their hexadecimal, decimal and binary equivalent. A user-friendly interface, automatic conversion option, interesting sounds and annotated source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-19
    • 文件大小:70618
    • 提供者:南南
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 34 »
搜珍网 www.dssz.com