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

搜索资源列表

  1. Number_System_Conversion

    0下载:
  2. 一个利用栈实现数制转换的C源程序-The use of the system stack to achieve a number of C source code conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3602
    • 提供者:micmon
  1. MCU-51

    0下载:
  2. MCU-51子程序,包含加,减,乘,除,取补,平方,开方,数制转换,查表,校验。-MCU-51 routines, including add, subtract, multiply, divide, take up, square, prescribing, a number of system conversion, look-up table, check.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:125706
    • 提供者:成伟
  1. Drawingcommandsgui

    0下载:
  2. 数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串-Number System Conversion dialog box on the left and enter a decimal integer number between 2 to 16, click the " Convert" button to be able to get the right of the decimal number co
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:565
    • 提供者:zhangfei
  1. conversion_of_number_system

    0下载:
  2. 数制转换程序,c语言实现,计算机概论作业
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:170909
    • 提供者:李灿
  1. shuzhizhuanhuan

    0下载:
  2. 十进制N和其它进制数的转换是计算机实现计算的基本问题,其解决方法很多,其中一个简单算法基于下列原理: N=(N div d)*d+ N mod d ( 其中:div为整除运算,mod为求余运算) 例如十进制向八进制的数制转换 (1348)10=(2504)8,其运算过程如下: N N div 8 N mod 8 1348 168 4 168 21 0 21 2 5 2 0 2 请利用堆栈用上述方法实现十进制向三进制的数制转换-Decimal number
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:776
    • 提供者:
  1. 1

    0下载:
  2. 数据结构 数制转换堆栈C程序源代码(无注释)-Number System Conversion stack data structure C program source code (no comment)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:543
    • 提供者:清寒
  1. abc

    0下载:
  2. 数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:461564
    • 提供者:刘黎
  1. shuzhi

    0下载:
  2. 简单的数制转换器,可以实现十进制向二进制、八进制、十六进制的转换-A simple number system converter, can be achieved decimal to binary, octal, hexadecimal conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:250733
    • 提供者:pop
  1. 7

    0下载:
  2. 本程序是数制转换问题,为十进制数字和罗马数值间的相互转化,本程序用的是函数调用法-This program is the number of system conversion problems, in order to decimal numbers and value of the inter-conversion of Rome, this program using a function call method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1435
    • 提供者:zhu
  1. dataStructure

    0下载:
  2. 数据结构C++程序,其中包含,队列,栈,二叉树,数制转换,顺序表-Data Structures C++ program, which includes, queue, stack, binary, number system conversion, the order of the table
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3234804
    • 提供者:哇啦
  1. numberconversion

    0下载:
  2. VC++ 数据结构 实验算法 数制转换.c-VC++ data structures algorithm number system conversion experiments. Cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:803
    • 提供者:张晓光
  1. Stack

    0下载:
  2. 数据结构,用栈来实现数制转换,十进制转换为八进制-Data structure, with the number of systems to achieve stack conversion, decimal to octal
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:166346
    • 提供者:阿运
  1. shunxuzhan

    0下载:
  2. 栈的操作 1.入栈操作 2.出栈操作 3.判断空栈 4.数制转换 5.退出程序-The operation of a stack. Stack operation 2. A stack operation 3. Judge empty stack 4. Number System Conversion 5. Exit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:978342
    • 提供者:JIA
  1. conversion

    0下载:
  2. 顺序栈结构实现数制转换-Stack structure in order to achieve number system conversion
  3. 所属分类:Data structs

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

    0下载:
  2. (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and output interfaces.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2049
    • 提供者:LCC
  1. example1

    0下载:
  2. 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:11502
    • 提供者:刘涛
  1. NumberSystemConversion

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

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

    0下载:
  2. 数制转换 十进制传任意进制,任意进制转十进制-Decimal number system conversion pass any band, any band switch to decimal
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2168
    • 提供者:凌梦宇
  1. 51_floating_point_library

    0下载:
  2. 51浮点运算程序库 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。 -51 floating-point library
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:129216
    • 提供者:sunxm
  1. NumbersSystemConversion

    0下载:
  2. 数制转换,任何进制之间的转换,用的栈操作-Number system conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:201874
    • 提供者:丁凯
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com