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

搜索资源列表

  1. 123

    0下载:
  2. 4、利用模块化程序编写一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 -4, the use of modular programming between a letter or number
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:677
    • 提供者:小况
  1. huibian5

    0下载:
  2. 汇编实验:子程序设计。编程实现:十进制到十六进制的转换,显示结果到桌面!-Compilation of test: routine design. Programming: decimal to hex conversion, display the results to the desktop!
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3703
    • 提供者:heyunlong
  1. numberconversion

    0下载:
  2. 实现了十进制数与二进制、八进制、十六进制之间的转换-numberconversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:163230
    • 提供者:冬晨
  1. Numchange

    0下载:
  2. 用C++做的数值转换,可以从十进制转换到二、八、十六进制,用栈结构做的-C++ to do with the value of conversion, you can convert from decimal to two, eight, hexadecimal, to do with the stack structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:722623
    • 提供者:zhongsaishang
  1. heximalASC_convert_to_decimal

    0下载:
  2. 将十六进制数的ASCII码转换为十进制数-Hexadecimal numbers to decimal ASCII code conversion
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:6247
    • 提供者:全丽萍
  1. Hex_conversion

    0下载:
  2. VB程序,多种进制之间的转换,包含十进制、八进制、十六进制和二进制之间的互转-VB program conversion between a variety of hex, including decimal, octal, hexadecimal and binary system conversion between
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2055
    • 提供者:Icer
  1. a.asm

    0下载:
  2. 要求从键盘输入十六进制数转化成十进制输出,要有输入提示信息-Requires input from the keyboard into a decimal number in hexadecimal output, the input message must be
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:715
    • 提供者:张小丫
  1. SCM_in_BCD_conversion

    0下载:
  2. 单片机中BCD码的转换 涉及十进制与BCD的相互转换 及十六进制与BCD的相互转换-SCM in conversion of BCD involving decimal and BCD mutual transformation and hex and BCD conversion to each other
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1593
    • 提供者:刘朝敏
  1. ConvertDemo_

    0下载:
  2. 一个VC++的进制转换组件及实例源代码,提供各种不同进制互相转换接口声明,以及二个接口涵数:IsValidate()用来检验输入有效性 Convert()来完成实际转换,编译时只用编译示例文件就可以,DLL组件会自动生成。演示程序展示了如何在二进制、八进制、十六进制、十进制之间转换数据。 -A VC++ the hex conversion components and source code examples, providing a variety of interchangeable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186396
    • 提供者:王佳佳
  1. 6

    0下载:
  2. 十进制到十六进制数的转换,很不错的例子,汇编语言课的一个例子-Decimal to hexadecimal number conversion
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:819
    • 提供者:张建顺
  1. Dec

    0下载:
  2. 一个将十六进制数的字符串转化为十进制整数的功能函数,可以是任意的字符串长度-A string of hexadecimal numbers into decimal integer performance function, can be any string length
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2939
    • 提供者:郁寒
  1. ConvNums

    0下载:
  2. 不同数制之间的转换(二进制、十进制、十六进制)-Conversion between different number system (binary, decimal, hexadecimal)
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1889680
    • 提供者:sunjian
  1. pm

    0下载:
  2. 看似简单的JSP功能,但是你却不一定能写出这样的代码。手动模拟sequence跑流水码的功能 不管是十进制还是十六进制 甚至是三十六进制都同样适用-JSP seemingly simple function, but you can not necessarily write such a code. Manual simulation of the function code sequence running water either decimal or hexadecimal hexade
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:200570
    • 提供者:王南玲
  1. FloatBin

    0下载:
  2. 这FloatBin是软件工程师或单片机工程师实用的小工具,特别是刚入门的朋友。 该软件可以将单精度(single)浮点数或双精度(double)浮点数转换成二进制、十进制、十六进制字节内码表示,也可以将字节内码转换成浮点进行逆变换。不到1M的数据量,精简而不失实用性。全免费,无需注册,解压即能使用。该软件源来自于www.aitek.tw的客服,原本为方便其客户调试其仪器之通讯数据,在经得其客服同意后,分享给大家应用。软件的输入带有容错性检测,在输入二进制数据时必须以1byte的8位长度限
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:373991
    • 提供者:lan
  1. caculater

    0下载:
  2. 可以实现十进制,二进制和十六进制之间的转化-Can decimal, binary and hexadecimal conversion between
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:25495
    • 提供者:hupiao
  1. hexto2

    0下载:
  2. 十六进制和十进制字符之间的相互转化,自己做项目时调试用的小程序。-hexadecimal to the binary system
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:168742
    • 提供者:果松
  1. zhuanhuan

    0下载:
  2. 实现各种进制的转换,开发平台为C#,使用的是c#2008.可以互相转换的进制有二进制、十进制、十六进制。均可以互相转换。-Achieve a variety of binary conversion, the development platform for C#, using c# 2008. Can convert each hex there are binary, decimal, hexadecimal. Can be interchangeable.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:26946
    • 提供者:mengzhenyang
  1. EDA

    0下载:
  2. 十进制到十六进制转换的程序。程序要求从键盘取得一个十进制数,然后把该数以十六进制的形式在屏幕上显示出来。-Decimal to hex conversion program. Procedural requirements to obtain a decimal number from the keyboard, and then the hexadecimal number to be displayed on the screen.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-08
    • 文件大小:1636797
    • 提供者:闫怀礼
  1. C_Convert

    0下载:
  2. 写的一个通用的协议流转换程序.包括十六进制和十进制的转换, 数字和字符串的转换.很好用.-Write a generic protocol stream conversion process. Including hex and decimal conversion, conversion of numbers and strings. Good use.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1988
    • 提供者:gong__ke
  1. Comm

    0下载:
  2. 使用C#自带的串口控件,设计的一个简易的串口调试工具,可以选择字符显示方式还是十六进制、十进制显示。-Serial port using C# comes with controls, the design of a simple serial port debugging tool, you can select the character display is hexadecimal, decimal display.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:47567
    • 提供者:gqyangedu
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 34 »
搜珍网 www.dssz.com