搜索资源列表
format_change
- format changer - hex to decimal - decimal to hex
visual-basic-jisuanqi
- 用visual basic 做的一个计算器,除了基本的加减乘除外,可以实现二进制转十进制,二进制转八进制,二进制转十六进制等-Visual basic to do with a calculator, in addition to basic addition and subtraction, multiplication, except the binary can turn decimal, binary to octal, binary to hex, etc.
zhan
- 数据结构与算法分析——栈实验,要求将某个十进制转换成八进制或二进制,根据栈的特点可以实现进制转换的算法-Data structures and algorithm analysis- stack test, request to convert an octal, decimal or binary, according to the characteristics of the stack algorithm can hex conversion
sadsa
- 比如输入的是123,2,33,1006,12这样几个数字。 先找出最大的数字的位数是4位,再将所有 的数字变成4位数: 1230 2000 3300 1006 1200 然后进行排序: -itoa () function takes three parameters: The first argument is the number to be converted, the second parameter is to be written to convert the resu
zhan
- 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
shiliujingzhi
- 是一个十分简单的用C++语言编写的十六进制转十进制的程序 -Is written in a language C++ hex to decimal program is useful for students who need to learn c language
Conversion-between-the-values
- 实现数值之间的进制转化,可以实现二进制、十进制和十六进制的转化,关键在于能够实现超过long int型的二进制转化,不受内存整形数据类型大小的限制-Values between hex conversion, binary, decimal, and hexadecimal conversion, the key is to be able to achieve more than long int type binary transfor
5
- 1、金币银币问题:有若干币值不同的金币和银币,任一金币的价值都大于所有银币,要求按价值由小到大排列所有货币。 模型分析:用数组存放所有的整数,奇数(偶数)代表金币,偶数(奇数)代表银币,按先偶后奇(先奇后偶)的顺序整理数组,然后分别对偶数列和奇数列进行排序。 将程序补充完整 2、十进制向任意进制(二进制,八进制,十六进制)数转换,输入十进制数n和一个进制类型x,将n转换为x进制输出-Gold coins: a number of different denominations of
zhuanhuan
- 数据转换,信令点编码、十六进制转换十进制、十进制转换二进制、十六进制转换为二进制-Data conversion, signaling point code, sixteen hex decimal, binary decimal sixteen hexadecimal conversion to binary
jisuanqi
- 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
jinzhi
- tc实现了2-36进制的任意转换。多进制转十进制用的是按权展开,十进制转多进制用的是倒取余数。 注:10进制以上,分别用A表示10、B表示11、以此类推……参数中的n是进制数。-Achieve a 2-36 hex any conversion. Ary turn is based on the right of the decimal to start using decimal ary turn is used to take down the remainder. NOTE: mo
Convert
- 不但可以从二进制、八进制、十进制到十六进制之间的相互转换。 还支持3、4、、5、6、7、9、11、12、13、14、15等进制的转换。 不仅如此,还可以联合26个英文字母的大小写,再加上10个阿拉伯数字组成62个数字进行62进制的转换。 甚至,可以弄个“天”,“地”两个符号,组成64进制。哈哈。-Not only binary, octal, decimal to hexadecimal conversion between. Also supports 3, 4
4
- 初始化栈、判栈为空、出栈、入栈、求栈顶元素等运算,自己填写主函数。 利用顺序栈的基本操作,实现将任意一个十进制整数转化为R进制整数 3、用顺序存储来定义循环队列结构。编程实现, 初始化队列、判队列为空、出队列、入队列、求队列头部元素等运算。 只有尾指针的单循环链表表示的队列的入队和出队程序.-Initialize the stack, the stack is empty sentence, stack, stack, seeking the top element and ot
BinToDec
- 进制转换程序的源码,十进制数转换为二进制反之亦然。-Hex conversion program source code, decimal to binary and vice versa.
6_shuzhizhuanhuan
- 程序的输入是两个数字 M 和 N( 其十进制的值不超过 1000000000) ,它们的进制在 2~36 之间。对于十以下的数字,用 0~9 表示,而十以上的数字,则使用大写的 A~Z 表示。 求出分别在 2~36 哪种进制下 M 和 N 相等。若相等则输出相应的进制,若不等则输出错误信息。-Enter the program are two numbers M and N (its decimal value is not more than 1 billion), which is b