搜索资源列表
2005120223543424992
- VC & C++ -> 转换十进制为二进制的CPP程序,转换效率非常高 -VC C-gt; Converting the decimal to binary CPP procedures, a very high conversion efficiency
ConvertDemo
- 编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
calc
- 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
tentotwo
- 用C写的关于二进制与十进制文件的读写问题-Using C to write documents on reading and writing binary and decimal problems
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
Binary-conversion
- 数据结构支持的进制转换,包过二-十进制的相互转换,二到八和十六的转换-Data structure to support the base conversion, including over two- decimal conversion, two to eight and sixteen of the 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
stack
- 利用栈将一个十进制整数转化为二进制数的算法-Use the stack to a decimal integer into binary numbers algorithm
03
- 完成十进制到二进制的转化,要求用栈的基本操作来解决问题-The complete decimal to binary conversion required with the basic operation of the stack to solve the problem
sequence-list-conversion
- 采用顺序堆栈实现十进制转换为二进制的C++程序源码-In a sequential stack to achieve a decimal is converted to binary c++ program source code
Cpp1
- 利用栈和队列求解如下问题:十进制数转换为二进制数. -Use stacks and queues solving the following questions: convert decimal numbers to binary numbers.
binary
- 设计算法把一个十进制整数转换为二进制数, 注意该十进制数可以是负数。-Design algorithm to convert a decimal integer binary number, note that the decimal number can be negative.