搜索资源列表
-
2下载:
1、定义顺序栈类型,实现栈的所有基本操作。
2、定义链栈类型,实现栈的所有基本操作。
3、实现数制的转换-1, define the order of the stack type, to achieve the stack all the basic operations. 2, define the chain stack type to achieve the stack all the basic operations. 3, conversion of number sys
-
-
0下载:
指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h>
#include <stdlib.h>
int main(void)
{
int number =89
printf("數字 %d\n",number) /* %d 為十進位輸出格式*/
printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/
printf("十六進位為%x\n",number) /* %x 為
-
-
0下载:
数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
-
-
0下载:
一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数
位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线
‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定:
(1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原
始的账号;
(2)9位数中最多只有一位在扫描转换中失去正确的数字形式;
(3)扫描转换不会引入额外的数位段。
-A bank wishin
-
-
0下载:
编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,
//程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制-Between the preparation of the different number system conversion process. Asked for input and output interfaces, when the losers an arbitrary decimal number,// program can
-
-
0下载:
本程序是数制转换问题,为十进制数字和罗马数值间的相互转化,本程序用的是函数调用法-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
-
-
0下载:
数据结构C++程序,其中包含,队列,栈,二叉树,数制转换,顺序表-Data Structures C++ program, which includes, queue, stack, binary, number system conversion, the order of the table
-
-
0下载:
栈的操作
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
-
-
0下载:
建立图形演示系统菜单,包括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
-
-
0下载:
实现不同数制之间的转换 当你输入一个数值要求后再输入数值就能转换成相应的数制值-To achieve the conversion between different number system when you enter a value and then enter the required values can be converted into the corresponding value of the number of system
-
-
0下载:
运用堆栈来解决数制的转换问题是数据结构中很简单的一个思维方法。-Number system using the stack to resolve the conversion issue is a very simple data structure, a way of thinking.
-
-
0下载:
分别用堆栈和数组的方法实现任何进制的数制转换-Arrays were used to stack and method of implementation of any binary number system conversion
-
-
0下载:
栈源码,链式栈的各种操作,栈的应用实例:包括符号匹配,数制转换,表达式求值-Stack source, the various operations chain stack, the stack of the application examples include: symbol matching, number system conversion, expression evaluation
-
-
0下载:
对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
-
-
0下载:
数据结构中,运用链表实现各种数值进制的转换,运行在控制台上。-Data structure, using a variety of value chain to achieve the conversion of binary to run on the console.
-
-
0下载:
类似windows系统附件提供的计算器,要能实现整数和小数的四则运算、数制转换以及常见的其他运算-Calculator similar to the windows system provided in the annex, to be able to achieve the four operations of the integer and decimal number system conversion, as well as other common computing
-
-
0下载:
本文件描述的栈结构的一种应用,是用栈实现数制的转化,提供了详细的源代码-This document describes an application of the stack structure, use the stack to achieve the conversion of number system, providing a detailed source code
-
-
0下载:
1.定义顺序栈类型,实现栈的所有基本操作。
2.定义链栈类型,实现栈的所有基本操作。
3.应用栈实现数制的转换。
-1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
-
-
1下载:
详细的卷积编码与维特比译码算法。产生随机信号,对信号进行卷积编码,然后经过数值转换、格雷编码,QPSK调制,进入加噪信道,之后进行QPSK解调,格雷解码, 数制转换、 维特比译码得到接收端的信号。-Detailed convolutional coding and Viterbi decoding algorithm. Random signal, the signal convolution coding, and then through numeric conversion, Gray c
-
-
0下载:
数据结构的简单应用来实现数制转换,利用链式结构实现栈。-Simple application data structures to achieve number system conversion, the use of chain structure to achieve stack.
-