搜索资源列表
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
long_integer
- 对长整数的处理,编写了一个类。可以添加功能函数实现更多功能。文件中实现了任意长十进制和二进制的转换-The treatment of long integers, write a class. Utility functions can be added to achieve more. Documents of arbitrary length to achieve conversion of decimal and binary
Ten2TwoTransform
- 本程序实现将十进制转换成二进制,并可进行简单的加减乘除四则运算和二进制的与或运算,这是修改部分BUG后源码。经初步测试,算法没有问题。-Program to convert decimal to binary, can be a simple addition, subtraction, multiplication and division four operations and binary OR operation, which is to modify some of the BUG a
1
- 输入一个十进制数据,输出显示其二进制形式。-Enter a decimal data output to display its binary form.
jisuanqi
- 十进制四则运算计算器,用户输入一串四则运算表达式,系统将其以二叉链表形式存储,并输出先序、中序和后序遍历的结点顺序,最后利用栈计算后缀表达式的值,输出运算结果。-Decimal four arithmetic calculator, the user enters a string of four arithmetic expressions, the system to be stored in the binary tree, and outputs the first sequence,
dec_to_bin_oct_hex
- 输入十进制整数,转换为二进制、八进制、十六进制数-Enter a decimal integer, converted to binary, octal, hexadecimal number