搜索资源列表

  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhangfei
  1. 100000

    0下载:
  2. 数制转换,将十进制整数N转换为d进制,其转换步骤是重复以下两步,知道N等于0-Number system conversion, the d decimal integer N is converted to binary, its conversion step is to repeat the following two steps, know that N is equal to 0
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:prince
  1. conversion_of_number_system

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

    • 发布日期:2024-05-20
    • 文件大小:171008
    • 提供者:李灿
  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 请利用堆栈用上述方
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. 1

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:清寒
  1. abc

    0下载:
  2. 数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:461824
    • 提供者:刘黎
  1. shuzhi

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

    • 发布日期:2024-05-20
    • 文件大小:250880
    • 提供者: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例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhu
  1. dataStructure

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

    • 发布日期:2024-05-20
    • 文件大小:3234816
    • 提供者:哇啦
  1. numberconversion

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张晓光
  1. Stack

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

    • 发布日期:2024-05-20
    • 文件大小:165888
    • 提供者:阿运
  1. Numbersystemconversionproblems

    0下载:
  2. 数制转换问题,编写一个应用,接收用户输入的一个10进制数,然后分别把它转换为2进制、8进制和16进制数输出。-Number system conversion problems, write an application to receive user input of a 10-decimal number, and then convert it to 2, respectively, binary, hex and 16 hex
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈文取
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:977920
    • 提供者:JIA
  1. conversion

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  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 outpu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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 con
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:刘涛
  1. NumberSystemConversion

    0下载:
  2. 实现数制转换功能,输入10进制数,输入N进制数-NumberSystemConversion
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:Sisley95
  1. Number_system_conversion

    0下载:
  2. 数制转换 十进制传任意进制,任意进制转十进制-Decimal number system conversion pass any band, any band switch to decimal
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:凌梦宇
  1. 51_floating_point_library

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

    • 发布日期:2024-05-20
    • 文件大小:129024
    • 提供者:sunxm
  1. NumbersSystemConversion

    0下载:
  2. 数制转换,任何进制之间的转换,用的栈操作-Number system conversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:丁凯
« 1 2 3 4 5 67 8 9 10 11 ... 32 »

源码中国 www.ymcn.org