搜索资源列表
-
0下载:
系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算
3、以角度、弧度两种方式实现上述部分函数
-Systematic study of object-oriented programming ideas, u
-
-
0下载:
vc++ 实现的
计算器
科学计算 ,基本计算
进制转换
课程设计-vc++ achieve calculator scientific computing, the basic calculation of M-ary conversion curriculum design
-
-
1下载:
1) 具备十进制输入(0、1、2…8、9),扩展十六进制运算符(A、B…E、F),具备基本的运算功能,包括加法、减法、乘法、除法、取反,具备小数运算;
2) 三角函数运算,(反)正弦、(反)余弦、(反)正切、(反)余切;
3) 科学运算,包括乘方、取模、开方、指数、阶乘、对数、π和e,角度、弧度切换,二进制、八进制、十进制及十六进制数切换运算,
4) 具备历史计算的记忆功能
5) 用户操作非法或出错时,系统会显示提示;
-1) with decimal input
-
-
0下载:
这个程序包包括了C语言中的一些常见的程序,如阶乘,读取二进制文件,递归,二维数组平均值排序等几十个程序。有了这些程序,会更好的进行科学计算-This package includes the C language of some common procedures, such as factorial, read binary files, recursion, sorting, such as the average of two-dimensional array of dozens of
-
-
0下载:
实现计算器的功能:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行
3、以角度、弧度两种方式实现上述部分函数
4、具备历史计算的记忆功能
5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
-
-
0下载:
用vc写的一个图形用户界面科学计算器,下功能:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算
-Vc written with a graphical user interface of scientific calculator, the next feature: 1, binary, octal, decimal and hexadecimal numbe
-
-
0下载:
利用MFC AppWizard 生成计算器应用程序框架,计算器不仅能实现简单的四则运算功能,还实现了高级的科学计算功能,而且具有简洁大方的图文外观。-Use MFC AppWizard to generate an application framework calculator, calculator, not only to achieve a simple arithmetic function, but also achieved a high-level scientific comp
-
-
0下载:
简单的VC计算器,科学计算函数,对不正确的表达式能指出其错误原因-VC simple calculator, scientific computing function, the expression can not be correct to point out the wrong reasons
-
-
0下载:
本程序设计的是一个简单的计算器,可以实现一些常用的四则运算和科学计算。-The program design is a simple calculator, you can achieve some common four operations and scientific computing.
-
-
0下载:
用MFC做的一个能实现科学计算和进制转换的计算器-To use MFC to do to achieve a scientific computing and hex conversion calculator
-
-
0下载:
设计一个计算机器,要准备以下几个功能:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行
3、以角度、弧度两种方式实现上述部分函数
4、具备历史计算的记忆功能
5、对不正确的表达式能指出其错误原因
-Design of a computer device, to prepare for the following functions: 1, binary
-
-
0下载:
自认为比较完善的计算器,拥有很强大的科学计算功能,在百度上输入科学计算器,这就是以那个界面为蓝本做的,功能都是自己一步一步敲代码实现的。大家可以借鉴一下。-Since more complete calculator that has a very strong scientific computing, scientific calculator, enter in Baidu, which is modeled on that interface to do, features are st
-
-
0下载:
一个计算器程序,可以简单使用,也有扩充的科学计算功能,以MFC的对话框实现整体设计-A calculator program that can simply use, but also to expand the scientific computing to achieve the overall design of MFC dialog
-
-
0下载:
用VC的mfc编写的科学计算器,实现加减乘除科学计算等多种功能-Mfc VC, prepared by a scientific calculator, scientific computing to achieve Math functions
-
-
0下载:
数据( Data ) :描述事物的符号记录称为数据。数据的种类有数字、文字、图形、图像、声音、正文等。数据与其语义是不可分的。解析在现代计算机系统中数据的概念是广义的。早期的计算机系统主要用于科学计算,处理的数据是整数、实数、浮点数等传统数学中的数据。现代计算机能存储和处理的对象十分广泛,表示这些对象的数据也越来越复杂。数据与其语义是不可分的。 500 这个数字可以表示一件物品的价格是 500 元,也可以表示一个学术会议参加的人数有 500 人,还可以表示-Data (Data): descr
-
-
0下载:
实现科学计算器功能 不仅有基本的加减乘除还有科学计算功能-To realize scientific calculator function,Not only has the basic add, subtract, multiply and divide and scientific computing function
-
-
0下载:
含科学计算功能的多功能计算器,可实现转换,参考其他源码,本人只是收集学习整理,以此引发的纠纷与本人无关-Scientific computing with multi-function calculator, enabling conversion, reference to other source, I just collect learning order, as to disputes and I have nothing
-
-
0下载:
自己做的仿windows的计算器,可以进行算式计算,科学计算。-Do their own imitation of the windows calculator, can be calculated as, scientific computing.
-
-
0下载:
一个类似windowsXP自带计算器,能实现基本计算功能,无科学计算功能-A similar windowsXP own calculator, to achieve basic computing functions, no scientific computing
-
-
0下载:
本课程设计用C++实现一个简单计算器。其类似于Windows附件中自带的计算器。这个计算器不仅实现了简单的四则运算功能,还实现了高级的科学计算功能,而且具有简洁大方的图文外观。-The course is designed in C++ to implement a simple calculator. Its similar to the attachment that comes with Windows calculator. This calculator not only to ach
-