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

搜索资源列表

  1. jisuanqi-MFC

    0下载:
  2. 范例003 调用计算器的对话框程序-多进程。C++老师给的范例,保证质量。-Example 003 call calculator dialog procedures- multi-process. C++ teacher gave an example of quality assurance.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11.52mb
    • 提供者:路一
  1. jisuanqi

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

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

    0下载:
  2. 用MFC做的简单的计算器,适合初学者,希望对大家有帮助-Thank you very much!Best wishes!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8.18mb
    • 提供者:jiaxin
  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-29
    • 文件大小:28.28kb
    • 提供者:sunnypill
  1. jisuanqi

    0下载:
  2. 用MFC做的计算器。可以计算一些比较高级 的数学,-calculater made by MFC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:程珏
  1. jisuanqi

    0下载:
  2. 计算器。。基于C++ MFC 平时学习时做的课程设计。-Calculator. . Usually based on C++ MFC curriculum learning to do.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:30.75kb
    • 提供者:ayianiu
  1. jisuanqi

    0下载:
  2. 科学计算器,包括进制转换和三角函数计算,比较实用利用了mfc开发-Scientific calculator, including the hex conversion and trigonometric calculations, development of more practical use of mfc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:
  1. jisuanqi

    0下载:
  2. MFC简单计算器适合新手练习 程序简单功能齐全-MFC Simple Calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:马十元
  1. jisuanqi-(2)

    0下载:
  2. 简单计算器MFC代码,简单计算数字的加减乘除,-MFC code a simple calculator, simple calculations of addition, subtraction,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.24mb
    • 提供者:luo
  1. jisuanqi

    0下载:
  2. 在MFC平台上实现计算器的功能,数据的四则运算和开方-MFC platform to achieve the calculator, data and prescribing of the four operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2.36mb
    • 提供者:gaoyuan
  1. jisuanqi

    0下载:
  2. MFC写的一个简单计算器,实现了按钮变色功能。-MFC to write a simple calculator, and the button color.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:sld
  1. jisuanqi

    0下载:
  2. 利用VC++中的MFC实现有界面的计算器和时钟显示。计算器可以实现基本的加减乘除等运算,时钟可以实现清零,秒表,定时器等功能-MFC implementation in VC++ interface, calculator and clock display. The calculator can achieve the basic addition and subtraction, multiplication and division operations, the clock can be
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3.27mb
    • 提供者:wangcuicui
  1. jisuanqi

    0下载:
  2. 简单的 计算器(用MFC 编写 有界面,包含整个 代码)-Simple calculator ( written with MFC interface, contains the entire code )
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1.8mb
    • 提供者:Alecander
  1. jisuanqi

    0下载:
  2. 用MFC设计一个简单的计算器,能够实现简单的加、减、乘和除运算-Design a simple calculator with MFC, can achieve a simple addition, subtraction, multiplication and division operations
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:51.17kb
    • 提供者:zhangjiao
  1. jisuanqi

    0下载:
  2. 简单的mfc做的计算器。适合新手,初学者。。嗷嗷嗷,我也是处在学习的状态-Mfc simple calculator to do. Suitable for novices, beginners. . Ow ow, I am also in a state of learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:王金博
  1. Jisuanqi

    0下载:
  2. 基于MFC的简单的计算器,包含加减乘除简单的四则运算功能-a simple calculating machine
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.19mb
    • 提供者:Mark
  1. jisuanqi

    0下载:
  2. 使用Visual c++完成的一个基于mfc的简单计算器小程序。-Use Visual c++ completed based mfc simple calculator applet.
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-27
    • 文件大小:9.77mb
    • 提供者:张涛
  1. JiSuanQi

    0下载:
  2. 简易windows计算器,基于MFC编程,可以实现加减乘除以及开方和求余运算-Simple Windows calculator, based on the MFC programming,, subtraction, multiplication and division can be prescribed and residual operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:这句话
  1. jsj

    0下载:
  2. 在c++中的MFC中编写的jisuanqi,有一点点不完美,希望对你们下载的有帮助-MFC Calculator
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:5.4mb
    • 提供者:雷雷
搜珍网 www.dssz.com