搜索资源列表
nbl.c
- 逆波兰表达式转换,实现简单的计算器功能。-Reverse Polish Notation conversion, a simple calculator function
ScientificCalculator
- Qt 4.8.1写的科学计算器。实现功能: 平方、幂计算、整型进制转换等。不使用科学计数法显示结果。-Scientific calculator in Qt 4.8.1. Function: square, exponentiation, integer hex conversion. Do not use scientific notation to display the results.
superDialogBase
- 基于VC++的超级10进制整数计算器-支持10、2、8、16进制间的运算,而且界面貌似挺酷,希望大家喜欢。 本计算器支持将结果转换为2、8、16进制,只需将计算数据输入到对应进制的输入框中即可-Based on the super VC++ decimal integer calculator- the support the hex 10,2,8,16 computing, and the interface looks like a pretty cool, hope you li
StatisticalCalculator
- 带有度分秒转换功能的高级科学计算器,还有十六进制、十进制、八进制、二进制之间的互相转换功能,函数与反三角函数、开方等。-Accurate conversion capabilities with advanced degrees scientific calculator, as well as hexadecimal, decimal, octal, binary among the conversion features, functions and inverse trigonometri
StatisticalCalculator
- 带有度分秒转换功能的高级科学计算器,还有十六进制、十进制、八进制、二进制之间的互相转换功能,函数与反三角函数、开方等。补充了字体文件与说明。 -Accurate conversion capabilities with advanced degrees scientific calculator, as well as hexadecimal, decimal, octal, binary among the conversion features, functions and invers
MyCalculator
- 这是一个用C++开发的非常简单非常原始计算器,里面主要用了数据类型转换和获取控件类容,有助于初学者熟悉MFC学习-This is a development with C++ is very simple and very primitive calculator, which is mainly used for data conversion and access control class content, to help beginners familiar with the MFC l
485097
- 一个用java写的计算器,除了加减乘除之外,还可以进行进制之间的转换()