搜索资源列表
dsfssdfsd
- 计算器,可实现加,减,乘除功能,可视化。有BUG,还需要改进。-calculator can be achieved, plus or minus, multiplication and division functions, visualization. A BUG, but also needs to improve.
Calculatorhhh
- 计算器,功能同系统自带的相似.是<可视化编程>的课程设计-calculators, the same system, bringing their functional similarity. Yes
jisuanqdesign.rar
- 可视化计算器课程设计实验报告,附带源程序代码,与可执行文件,Curriculum design visualization experiments report calculator, with source code, and executable files
Calculator
- visual c++ MFC程序 实现简单的计算器功能(+、-、*、/)运算,具有可视化界面-visual c++ MFC program realize a simple calculator function (+,-,*,/) computing with visualization interface
jisuanqi
- 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
calculator
- 简单科学计算器 VC++ 可视化编程-Simple scientific calculator VC++ Visual Programming
jisuanqi
- VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
caculator
- 可视化的多功能计算器,可以一次输入全部的字符串后再计算出结果,同时支持括号。-Visualized multi-function calculator, you can enter all of the string and then calculate the results, while supporting brackets.
Calculator
- 本计算器一个MFC可视化程序,我用的是CDialog。这是一个高精度的计算器,不是一个简单加减乘除的计算器,有一定的 算法难度。能算超大型数据的加减乘除,能做200以内的阶乘运算.能计算很高精度的实数幂运算。使用方法基本上是和普通计算器一样的-This calculator a MFC visualization procedures are used in my CDialog. This is a high-precision calculator, not a simple calcu
calc
- 实现了在vc中可视化的计算器工功能.对于实时输出显示等做了优化.代码简洁-Vc achieved in the visualization of the functional calculator. For real-time output display optimized. Code succinctly
kexuejisuanqi
- 个人认为做得还不错的一款功能强大的可视化科学计算器-Personally think that doing good is also a powerful scientific calculator Visualization
calculator
- 可视化计算器,界面简洁,是个好东西,自己毕业设计做的-Visualization calculator, simple interface, is a good thing, to do their graduation project
zhouzhong
- 可视化计算器,可实现加减乘除运算,会很好很强大-Visualization calculators, multiplication and division addition and subtraction operations can be achieved will be very very strong
Calculator-source-code
- 计算器源代码,能实现加法,减法,乘法,除法的运算,还有可视化的图形界面-Calculator source code
Kai
- 这是一个计算器,可视化编程,界面不是很好看,但是内容还是比较对的。-This is a calculator, visual programming, the interface was not very good looking, but the content is quite right.
computer
- 很简单的计算器,不具有可视化功能,第一次尝试-Very simple calculator, does not have the visualization, the first attempt to
mycalc
- 用C语言写的一个简单的可视化计算器,用vs2008做得,所有程序代码都在,可以进一步修改,适合初学者-Written in C language with a simple visual calculators, using vs2008 done, all the code in, can be further modified for beginners
Calculator
- c++编写的可视化计算器小程序,完成一些常用运算如加,减,乘,除,开方,乘方,求对数,sin cos,阶层等的计算器-C + + written in the visualization of a small calculator program, to complete a number of commonly used operations such as addition, subtraction, multiplication, division, square root, power,
yuanma
- 可视化计算器,能够实现简易的计算机功能。加减乘除以及三角函数计算等-visual calculator
简单可视化计算器
- 是一个简单的可视化计算器,可以实现简单的加减乘除,乘方,阶乘,带括号的四则运算,存在一定的局限性,基本可以操作。