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

搜索资源列表

  1. JSQ

    0下载:
  2. WINDOWS CE下的16进制 10进制计算器 全部采用C编写。-WINDOWS CE of 16 hexadecimal 10 hexadecimal calculator used to prepare C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1198566
    • 提供者:wkk
  1. DVM

    0下载:
  2. 利用仿真系统中的键盘控制A/D 0809进行电压转换,并将结果显示在四位数码管上。 1、测试0通道电压、1通道电压。 2、显示方式为:16进制显示 10进制显示 -dvm
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1151
    • 提供者:susong
  1. jzzh

    0下载:
  2. c++写的不同进制的转化函数代码,可以实现10进制与多种进制的转化-c++ to write different code hexadecimal conversion function can be achieved with a variety of 10-band M-ary conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:8244
    • 提供者:Zhoutao
  1. 1

    0下载:
  2. 问题描述: 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,…,9。 编程任务: 给定表示书的总页码的10 进制整数n (-Descr iption of the problem: the page of a book from the natural number 1 unt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:yuecuiping
  1. bigjiecheng

    0下载:
  2. 以10进制输出结果,本程序计算1000!用时不到50ms-10-band output, the calculation procedure 1000! With less than 50ms
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:shiyi
  1. Translate

    0下载:
  2. 将16进制字符串转10进制的程序,有主要函数讲解.-Hexadecimal string of 16 to 10-band procedures, and explain the main function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:19295
    • 提供者:Iowa
  1. 2

    0下载:
  2. C语言版,C/C++开发环境均可用,如VC。可学习借鉴 16进制10进制.c 二进制数.c-C language, C/C++ development environment can be used, such as VC. Learn from 16 to 10 hexadecimal notation. C binary number. C
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1363
    • 提供者:李小虎
  1. DataTransfer

    0下载:
  2. 数制转换问题,编写一个应用,接收用户输入的一个10进制数,然后分别把它转换为2进制、8进制和16进制数输出。-Number system conversion issues, the preparation of an application to receive user input of a 10-hexadecimal number, then it is converted to 2 M, 8 M and 16 M-ary number of the output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:552
    • 提供者:5235668
  1. fuquanshu

    0下载:
  2. 当我们写一个10进制整数时,其值可以用各位的数码乘以10的幂来表示,例如: 123=1×102+2×101+3×100 一般来说,对R的进制数N,其绝对值可以用各位的数码乘以R的幂: N=an×Rn+an-1×Rn-1+…+a0×R0 来表示。这里R可以是正数也可以是负数。当R是负数时,我们称之为负权数。不论R是正数还是负数,我们都采用{0,1,…,|R|-1} 这|R|个数码来表示R进制数的个位。如果|R|>10 我们还将使用大写字
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:643
    • 提供者:lancy
  1. usefulCsource

    0下载:
  2. 一些简单但是很实用的C程序,包括16进制<->10进制互换程序, 89C51系列CPU编程器接收CPU程序等等很多,希望大家喜欢-Some simple but very useful C procedures, including 16 M <-> 10-band exchange program, 89C51 family programmer CPU to receive a lot of CPU process and so I hope you like
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:15709
    • 提供者:yongchang
  1. EquWeiCode

    0下载:
  2. 7位10进制等重码计算方法, VC6源码,注意,不是二进制等重码-7 10 M-ary constant weight code calculation, VC6 source, note that instead of binary constant weight code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:173294
    • 提供者:mafulu
  1. Dynamicdisplayprogram

    0下载:
  2. 动态显示输入的按键,并且以10进制形式输出。P0口输入,P2口输出。-Dynamic display of key input and output in the form of 10 hexadecimal. P0 port input, P2 output port.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:36986
    • 提供者:Tonyzhang
  1. szzh

    0下载:
  2. 可以利用它进行各数制间的转换,不过最常用的是2进制10进制8进制16进制之间的转换。-You can use this program to alter different kinds of datas.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1062
    • 提供者:周语
  1. 10jinzhi

    0下载:
  2. 一个10进制模拟电路,用multiPlatform10制作。-A 10-band analog circuit, with the production of multiPlatform10.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:60157
    • 提供者:fox
  1. wordscan

    0下载:
  2. 简单词法扫描,可以识别标识符,10进制,8进制,16进制,及简单的关键字-Simple lexical scanning, to identify the identifier, 10 M, 8 M, 16 M, and simple keyword
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1565
    • 提供者:Lucker
  1. jinzhizhuanh

    0下载:
  2. 改程序实现进制转换。可以实现2进制,10进制,16进制之间的相互转换。-Hexadecimal conversion process to achieve change. 2-band can be achieved, 10 M, 16-band converter between.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:701
    • 提供者:
  1. Calculator

    0下载:
  2. 简单10进制计算器,可以进行加减乘除4种运算-Simple 10-band calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1415
    • 提供者:ailaopo
  1. Cpp4

    3下载:
  2. 任意给定一个M进制的数x 求出此数x的10进制值 实现对x向任意的一个非M进制的数的转换。-Any given number of a M-band x calculated this figure of 10 hexadecimal value x of x to the realization of a non-arbitrary number of M-band conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:551
    • 提供者:tthero00
  1. hextodec

    1下载:
  2. 16进制简单算法,轻松将16进制数转换成10进制数!-16 M a simple algorithm, easy to convert a few hexadecimal 16 hexadecimal number 10!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1619
    • 提供者:allen
  1. DecimalTransform

    0下载:
  2. java进制转换,10进制转任意进制,包含小数,并保证精确度-java binary conversion, 10-band to any band, including decimals, and to ensure the accuracy of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6854
    • 提供者:laowenchao
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com