CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MFC计算

搜索资源列表

  1. Calculator.rar

    0下载:
  2. 用MFC做的计算器源码,本计算器程序在vs2005中编译通过。具有普通计算器具有的所有功能。,MFC to do with source code calculator, the calculator program in VS2005 compiler through. Ordinary calculator with all the features.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:3019218
    • 提供者:彭泉鑫
  1. Calc

    0下载:
  2. 用MFC做得计算器,功能简单,有表达式计算功能。-Calculator to do with MFC, functional simplicity, the calculation function of the expression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:93790
    • 提供者:Kong
  1. calculate

    0下载:
  2. 利用VC++MFC实现的计算器代码,可以进行一些复杂的计算功能,并实现了多级的优先级-Using VC++ MFC implementation calculator code, you can do some complex calculations functions, and to achieve a multi-level priority
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3601394
    • 提供者:陈林
  1. jisuanqi

    0下载:
  2. 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:58216
    • 提供者:Dante
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-13
    • 文件大小:1482807
    • 提供者:乔松
  1. computing

    0下载:
  2. 强大的计算功能,多功能计算器,对MFC的基本按件初步应用-Strong computing power, multi-function calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:258512
    • 提供者:胡人
  1. Calculator

    0下载:
  2. 本计算器一个MFC可视化程序,我用的是CDialog。这是一个高精度的计算器,不是一个简单加减乘除的计算器,有一定的 算法难度。能算超大型数据的加减乘除,能做200以内的阶乘运算.能计算很高精度的实数幂运算。使用方法基本上是和普通计算器一样的-This calculator a MFC visualization procedures are used in my CDialog. This is a high-precision calculator, not a simple calcu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7882988
    • 提供者:钟玲
  1. score_computing

    0下载:
  2. MFC实现的基点计算小程序,可连续输入课程成绩和课程学分并计算出平均基点-VC++ MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1898744
    • 提供者:wang
  1. Computer

    0下载:
  2. 在MFC框架下的简单的计算其程序,可以进行加,减,乘,除运算。-In the MFC framework of a simple calculation of the process, can add, subtract, multiply, with the exception of computing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:12105147
    • 提供者:yg
  1. diaoye5

    0下载:
  2. m利用MFC实现对操作系统内存管理中请求调页的模拟,并计算缺页率-m the use of MFC to achieve the operating system memory management in the analog paging request, and calculate the rate of missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2963
    • 提供者:lllrrr
  1. Calculator1

    0下载:
  2. 利用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5480811
    • 提供者:XIAXIA
  1. jisuanqi

    0下载:
  2. 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:28960
    • 提供者:sunnypill
  1. mfc

    0下载:
  2. 本程序设计的是一个简单的计算器,可以实现一些常用的四则运算和科学计算。-The program design is a simple calculator, you can achieve some common four operations and scientific computing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:44830
    • 提供者:刘晨曦
  1. MFC-Calculator

    0下载:
  2. 用MFC实现的具有简单计算功能的计算器 主要有加减乘除和清零的功能-Using MFC with a simple calculation of the main features of the calculator functions, Math and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1564663
    • 提供者:Angel
  1. Windows-MFC

    0下载:
  2. 利用mfc进行设计的简易计算器,可进行加减乘除等计算-Using MFC to design a simple calculator, can add, subtract, multiply and divide the calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1892679
    • 提供者:尤祥
  1. mfc

    0下载:
  2. 只是一个基于vc6.0用mfc编程的计算器小软件,可以计算简单的加减乘除平方等-Just a vc6.0 with MFC programming based on the calculator small software can simple calculation of add, subtract, multiply and divide square, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1132626
    • 提供者:史采昊
  1. MFC-Calculator

    0下载:
  2. MFC计算器,能够计算基本的加减乘除,也支持使用表达式的方法,还有可以计算sin的三角函数-MFC calculator to calculate basic addition and subtraction, multiplication and division, and also supports the use of expression, as well as sin trigonometric functions can be calculated
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:12569825
    • 提供者:莫云鹏
  1. jspjcj

    0下载:
  2. mfc计算平均成绩,输入各门成绩后,能够输出平均成绩,用于mfc对话框程序的入门熟悉-mfc to calculate the grade point average
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1869957
    • 提供者:ericguo
  1. Calculator

    0下载:
  2. 用MFC计算cos,sin值,判断2个圆是否相交;判断3条边能够构成三角形等几种功能的计算器(Use MFC cosine and sine value, whether two circular intersection;Determine three side can constitute a triangle several functions such as calculators)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4720640
    • 提供者:renchenl
  1. jfq

    0下载:
  2. 本程序利用vs2013与MFC编写简易的加法器,可以进行加法计算。(This program uses vs2013 and MFC to write simple adders, which can be added to calculate.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:49513472
    • 提供者:北方的风
« 12 3 4 »
搜珍网 www.dssz.com