CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mfc Simple calculator

搜索资源列表

  1. catjsq

    0下载:
  2. 用VC++MFC编写的一个简单的计算器,简单易懂。是我刚学习MFC时制作的。-MFC with VC prepared in a simple calculator, simple and understandable. Yes, I am just learning MFC production.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:35687
    • 提供者:黄蕊
  1. calculator_lw

    0下载:
  2. 本代码用C++实现简易计算器的功能,MFC实现-the C code to achieve simple calculator functions, MFC
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30252
    • 提供者:liuwei
  1. SimpleNumCalculator

    0下载:
  2. 一个用MFC完成的简单的计算器程序,有四则运算功能等-MFC completed with a simple calculator program, four Operational functions
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:69301
    • 提供者:
  1. calculator-primitive.rar

    0下载:
  2. 用mfc写的一个简单的科学计算器,因本人程序能力有限,有些功能还不太完善。供大家学习 用,Mfc Writing with a simple scientific calculator, because of my limited ability to process, some features are not quite perfect. For study with U.S.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:669980
    • 提供者:仰天乐
  1. Calculator

    0下载:
  2. 利用MFC编写一个简单的四则运算器。 程序基于Dialog,用户提供2个操作数和一个操作符(+,—,*,/,); 程序进行计算并显示运算结果,显示结果的控件不接收用户输入。 -Using MFC to write a simple arithmetic device. Program based on Dialog, provide two operands and an operator (+,-,*,/,) program calculates and displays the
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1878011
    • 提供者:麦培鹏
  1. caculator

    0下载:
  2. 简单计算器计算器计算器mfc编写的计算器-Simple Calculator Calculator Calculator Calculator written in mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:301611
    • 提供者:chris
  1. MFC

    0下载:
  2. MFC完成的计算器,运用堆栈编程实现。比较简单,适合初学者。-MFC complete the calculator, using the stack programming. Simple, suitable for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2280275
    • 提供者:谢林
  1. simple-computer-by-MFC

    0下载:
  2. 使用MFC编写计算器,手把手教你,过程详细,适合新手-Calculator written using MFC, taught you, the process in detail, suitable for novice
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:638094
    • 提供者:Alain
  1. VC_MFC

    0下载:
  2. 在vc++环境下,基于MFC的不规则形状按钮,计算器,切分窗口,用OpenGL实现简单动画和制作可扩展对话框-In vc++ Environment, based on the MFC of the irregular shape of the button, calculator, split window, using OpenGL to achieve a simple animation and production scalability of the dialog box
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:190775
    • 提供者:pop
  1. jisuanqi

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

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

    0下载:
  2. MFC应用程序,综合实现了简单的计算器操作,并有矩阵链表的相关操作,简单模拟银行系统功能-MFC applications, integrated to achieve a simple calculator operations and list the relevant matrix operation, a simple simulation of the banking system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:106450
    • 提供者:张洁
  1. jisuanqi

    1下载:
  2. VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4641091
    • 提供者:caicai
  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. Calculator

    0下载:
  2. MFC实现的计算器,可以实现简单的运算,对于初学者稍有帮助.-MFC to achieve the calculator, you can achieve the simple arithmetic, a little help for beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:37438
    • 提供者:taobao1
  1. DlgCalc

    0下载:
  2. vC++6.0开发简单计算器源码,vc的mfc程序,简单的实现了计算器的功能-vC++6.0 development of a simple calculator source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:90022
    • 提供者:7700006
  1. 17jsq

    0下载:
  2. 简单计算器,这个程序实现了一个简单的计算器功能,对于初学mfc的人有一定的帮助-Simple calculator, the program implements a simple calculator function, for the beginner mfc people will certainly help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:28358
    • 提供者:wangjian
  1. calculator

    0下载:
  2. 用vc6.0 mfc简单对话框编写的一个计算器,可以进行简单的运算-Using vc6.0 MFC dialog box to write a simple calculator, can be simple arithmetic
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3646708
    • 提供者:caiwenhao
  1. Calculator

    0下载:
  2. 一个基于VC6.0的MFC的简单的可以进行加减乘除的简易计算器-VC6.0 based on a simple MFC can be add, subtract, multiply and divide a simple calculator
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:75784
    • 提供者:王一土
  1. 简单计算器

    0下载:
  2. 用vc实现的简单计算器功能的 mfc 文档程序,适合初学者练习(Using VC to achieve a simple calculator function of the MFC document procedures, suitable for beginners to practice)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:56320
    • 提供者:孙小俊
  1. Calculator

    0下载:
  2. 简易但是功能完善的MFC项目,适合初学者。 加减乘除计算器,带有计算范围越界提醒、非法输入提醒、除以0提醒。(A simple but well functioning MFC project which is very suitable for beginners. Add and subtract multiplication and division calculator, with calculation range cross boundary reminder, illega
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:133120
    • 提供者:Somo
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com