CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 计算器 MFC

搜索资源列表

  1. Calculator

    0下载:
  2. 基于MFC的计算器,作为软件测试所用,其中有一些BUG,自己找。-MFC-based calculator, as used in software testing, some of them BUG, find their own.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4978597
    • 提供者:panxianjin
  1. VC2

    0下载:
  2. 这是我用vc做的计算器,我的课程设计,内含报告文档-visual c++ mfc Calculator visual c++ mfc Calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4856973
    • 提供者:戚文超
  1. caluater

    0下载:
  2. 用MFC实现的一个计算器的应用程序,主要是整数的运算。-MFC achieved using a calculator application that is integer arithmetic.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:230357
    • 提供者:wangaiguo
  1. JSQ

    0下载:
  2. 简单的MFC计算器,包括原代码,希望能对大家有所哟帮助-a simple MFC jisuanqi
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-09
    • 文件大小:1765092
    • 提供者:小黑
  1. calculate

    0下载:
  2. 计算器,用MFC做的计算器,实现计算器基本功能-Calculators, calculator use MFC to do to achieve the basic function calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2680630
    • 提供者:xin
  1. 2

    0下载:
  2. 用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microsoft Foundation Class)。与MFC相比,API更贴近操作系统,也是每一个Windows程序员必须掌握的。 本文将以一个类似Windows的计算器程序为例,简述Windows API程序设计的方法和一些基本技巧。 思路和算法 -Users i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:3357
    • 提供者:jiaogd
  1. cacl

    0下载:
  2. MFC的小型计算器,适合初学人员测试练习参考。-MFC small calculator, suitable for beginner exercises to test reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2272021
    • 提供者:韩志伟
  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. Compuetr

    0下载:
  2. 一个计算器的c++程序,使用MFC框架开发,支持括号运算-A calculator of the c++ program, use the MFC framework for the development, operations support brackets
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5381564
    • 提供者:周天
  1. calculator4(modified4)

    0下载:
  2. 自己编写的MFC计算器,没用使用常见的后序遍历算法,而是利用替换子算式的方法实现-MFC prepared their own calculators, useless after the use of common traversal algorithm, but the use of the replacement of sub-formula of the method
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1930893
    • 提供者:尹力超
  1. calcu

    0下载:
  2. 本程序是MFC小程序,能实现计算器的基本功能~-This procedure is a small MFC program, to achieve the basic functions of a calculator ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3570437
    • 提供者:raohuirong
  1. Km1pBRNd

    0下载:
  2. 实现了一个简单计算器的功能,用mfc框架设计-provide a calculator that based on MFC structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:31735
    • 提供者:cassinno
  1. aaa

    0下载:
  2. MFC编写的计算器,运行的时候可能会有DLL缺少,添加即可-MFC write calculator, running time of DLL may be missing, add the can
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1972703
    • 提供者:hunt
  1. cal

    0下载:
  2. 采用VC++.NET编程环境中的MFC应用程序框架,编写一个基于对话框的简单计算器程序。-Using VC++. NET programming environment in the MFC application framework, write a simple calculator program based on the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:46472
    • 提供者:谢琳琳
  1. jisuan

    0下载:
  2. 计算器 类似于windows自带 mfc编写-Preparation is similar to windows own calculator mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2855760
    • 提供者:Sjn
  1. calculator

    0下载:
  2. 简单的用MFC编的实现简单的运算计算器,很好用.学习交流,适合初学者,大家-MFC compiled with a simple implementation of simple arithmetic calculator, it just works. Learning exchange, suitable for beginners, we look at
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1130167
    • 提供者:王军强
  1. calc

    0下载:
  2. 用mfc编写的计算器,用于mfc学习。- Prepared using mfc calculator for mfc learning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11562278
    • 提供者:qinpf
  1. calculate2

    0下载:
  2. 用c++环境下MFC编译的计算器,在网上看到的,觉得很好,拿来分享一下-C++ environment using MFC to compile the calculator on the Internet to see, thought it was good, brought to share
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2770848
    • 提供者:zhouyi
  1. Calc

    0下载:
  2. 基于mfc的c++设计的计算器,有好的图形界面,方便用户使用。非常实用的。-Mfc-based design of c++ calculator, and a good graphical interface, user-friendly. Very practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:26036
    • 提供者:liuyu
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 36 »
搜珍网 www.dssz.com