CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 10进制

搜索资源列表

  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. 16bitto10bit

    0下载:
  2. 将16进制数转换成10进制数,开发工具为VB-Transform 16 bits to 10 bits,with VB program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1822
    • 提供者:陈春烨
  1. 10to2~16c

    0下载:
  2. 此软件功能: 10进制转换成2~16进制C程-10 decimal into binary C Cheng 2 ~ 16
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:537
    • 提供者:黄百成
  1. transfer

    0下载:
  2. 各种数码之间的相互转换,比如2进制转10进制-Base Conversion Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:47286
    • 提供者:yangzhw
  1. DIVISORSWAPPER

    0下载:
  2. 该函数用来进行进制转换运算,不过只能有从10进制转换为n进制,n只要改一下全局变量中的整形变量radius-The function is used for hex conversion operation, but there can only be converted from 10 hex hex n, n just change it a global variable in shaping the variable radius
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:
  1. we

    0下载:
  2. 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得到回文
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2339
    • 提供者:谢某
  1. 3-8-1

    0下载:
  2. 把10进制的整数和小数转换成二进制整数和小数-dddddddddd
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:苏裕辉
  1. NumberSystemConversion

    0下载:
  2. 实现数制转换功能,输入10进制数,输入N进制数-NumberSystemConversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11495
    • 提供者:Sisley95
  1. BigNummultiplication

    0下载:
  2. 能够实现大数相乘,比如8000位*8000位,结果为2进制,可自行将其转为10进制-Can be achieved by multiplying large numbers, such as 8000* 8000, the results for the 2-band, self-converted to base 10 of its
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:200716
    • 提供者:Tao marvin
  1. Any-decimal-conversion

    0下载:
  2. 对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:243060
    • 提供者:李悦
  1. zhan

    0下载:
  2. 1、用栈实现10进制,转其它进制的算法,要求输入一个10进制整数和需要转换的进制,输出转换后的结果。 2、用栈完成括号匹配检验程序。 3、用递归求n!。-A base 10, using the stack, turn the other hex algorithm asked to enter a decimal integer, and the need to convert the hex output conversion results. Match the test pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1767
    • 提供者:lethe
  1. 1610

    0下载:
  2. 这是一个C语言算法类程序,主要功能是实现16进制与10进制的转化-Hexadecimal and 10 into the system transformation program
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2020
    • 提供者:李茵
  1. Hexadecimal-conversion

    0下载:
  2. 进制间的转换,2进制,8进制,10进制,16进制间的转换-Convert between hexadecimal, binary, octal, decimal, hexadecimal conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:51556
    • 提供者:姓名
  1. 10zhuan16

    0下载:
  2. 将一个10进制数转换成为16进制数的C++代码-A decimal number into hexadecimal number C++ code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2306
    • 提供者:lichenyang
  1. DotA_v6.72f_cn

    0下载:
  2. 给一个10进制怎么输出8进制和16进制的简单程序-How to output a simple procedure of octal and hexadecimal to a decimal
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8284884
    • 提供者:谭古然
  1. Into-system-transformation-16to10

    0下载:
  2. 我做的进制转换软件。能把16进制转换成10进制。不过非常简单。-I did the hex conversion software. Be able to hex convert 10 hex. However, very simple.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102278
    • 提供者:张睿林
  1. 10to2

    0下载:
  2. 程序功能是把输入的10进制数据转换为2进制数据-Decimal input data into binary data
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:586
    • 提供者:随风
  1. frequency-counter

    1下载:
  2. 这是用verilog写的配合DE2 FPGA开发板的10进制显示频率计的工程文件夹的压缩包,解压后可直接下载到DE2板上,其中频率输入端是系统自带27M时钟D13用于测试,如果想要应用于别的开发板,可以重新分配引脚。-DE2 FPGA development board with with verilog write with decimal display frequency meter project folder compression package, after decompressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:615424
    • 提供者:予烨
  1. MPFR-VS

    0下载:
  2. 大数运算库MPFR的完整VS2005工程,包含GMP库,MPFR库,以及表达式求值测试程序,直接编译通过。MPFR库能实现任意高精度的浮点数计算(工程默认1000位10进制有效位),如三角函数,对数。-Large numbers arithmetic library MPFR full VS2005 project, including GMP library, MPFR library, and expression evaluation test program, directly comp
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4866128
    • 提供者:shenlong
  1. 32

    0下载:
  2. 32进制转10进制,输入32进制后自动转换成10进制-32 to 10
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:497436
    • 提供者:nao
« 1 23 4 »
搜珍网 www.dssz.com