搜索资源列表
dsfssdfsd
- 计算器,可实现加,减,乘除功能,可视化。有BUG,还需要改进。-calculator can be achieved, plus or minus, multiplication and division functions, visualization. A BUG, but also needs to improve.
delphi-calculator
- 完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面; (2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码; (3) 使用delphi语言编写代码 程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator graphics interface; (2) the u
Calculatorhhh
- 计算器,功能同系统自带的相似.是<可视化编程>的课程设计-calculators, the same system, bringing their functional similarity. Yes
JavaCalculator
- 这个压缩包给出了用JAVA来编写计算器的原程序,以及它的测试程序,能完成可视化的功能
c4009@04.16
- 可视化编程课程,一个简单的计算器小程序,
calculate
- 这学期开了软件工程工具及其应用这么课,任老师给我们教了matlab程序设计语言,做了课程实验,自己用matlab实现了计算器,发现MATLAB确实是一门很有用得计算机编程语言,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,功能强大,工应用范围广泛。
计算器模拟
- 计算器模拟,用opengl建立计算器的可视化模型,体现opengl的图形功能!-Calculator simulation, using opengl establish calculator visualization model embodies opengl graphics!
32位的寄存器计算器
- 32位的寄存器计算器,对32位寄存器的每一位可视化置1或者置0,对于嵌入式软件开发非常有用,VC6源代码
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
- VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
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
seqlist
- 实现了可视化计算器,有 正负号计算,小数点,退格-Achieved a visual calculator, there are positive and negative numbers calculation, the decimal point, backspace
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
seqlist102
- 实现了可视化计算器,有 正负号计算,小数点,退格-Achieved a visual calculator, there are positive and negative numbers calculation, the decimal point, backspace
简单可视化计算器
- 是一个简单的可视化计算器,可以实现简单的加减乘除,乘方,阶乘,带括号的四则运算,存在一定的局限性,基本可以操作。