登录
首页 » Visual C++ » calculater

calculater

于 2015-05-07 发布 文件大小:3720KB
0 246
下载积分: 1 下载次数: 11

代码说明:

  C++ MFC (Visual Studio 2010)具有图形界面的应用程序——简单的计算器(C++ MFC (Visual Studio 2010) with a graphical interface applications- simple calculator)

文件列表:

qxq
...\MyCalculator.exe,92160,2012-12-21
...\MyCalculator计算器文档.docx,22677,2012-12-21
...\源码
...\....\Debug
...\....\.....\MyCalculator.exe,169984,2012-12-21
...\....\.....\MyCalculator.ilk,1076336,2012-12-21
...\....\.....\MyCalculator.pdb,5696512,2012-12-21
...\....\MyCalculator
...\....\............\MyCalculator.aps,106060,2012-12-21
...\....\............\MyCalculator.cpp,1993,2012-12-21
...\....\............\MyCalculator.h,478,2012-12-21
...\....\............\MyCalculator.rc,10980,2012-12-21
...\....\............\MyCalculator.vcxproj,5964,2012-12-21
...\....\............\MyCalculator.vcxproj.filters,2023,2012-12-21
...\....\............\MyCalculator.vcxproj.user,143,2012-12-21
...\....\............\MyCalculatorDlg.cpp,6701,2012-12-21
...\....\............\MyCalculatorDlg.h,1572,2012-12-21
...\....\............\ReadMe.txt,3108,2012-12-21
...\....\............\res

...\....\............\...\MyCalculator.rc2,680,2012-12-21
...\....\............\resource.h,2750,2012-12-21
...\....\............\stdafx.cpp,147,2012-12-21
...\....\............\stdafx.h,1650,2012-12-21
...\....\............\targetver.h,234,2012-12-21
...\....\MyCalculator.sln,903,2012-12-21
...\....\Release
...\....\.......\MyCalculator.exe,92160,2012-12-21
...\....\.......\MyCalculator.pdb,5196800,2012-12-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CGraphDemo
    MFC写的各种图形报表,如柱状图,饼状图,折线图,全部集成,没有用微软控件,方便移植( MFC to write a variety of graphical reports, such as histogram, pie chart, line graph, all integrated with Microsoft, no control, easy to transplant )
    2016-12-08 17:02:28下载
    积分:1
  • 57573634
    VB获取托盘图标并强制显示或隐藏操作,有需要的下。(VB obtain tray icon and force to show or hide the operation, in need.)
    2013-08-16 08:22:38下载
    积分:1
  • VCPP
    利用 VC++6.0 提供的一种控制台操作方式,可以建立 C 语言应用程序, Win32 控 制台程序(Win32 Console Application)是一类 Windows 程序,它不使用复杂的图形用户 界面,程序与用户交互是通过一个标准的正文窗口(Using VC++6.0 to provide a console mode of operation, you can create C-language applications, Win32 console application (Win32 Console Application) is a type of Windows program, it does not use complex graphical user interface, procedures, and user interaction is through a standard text window)
    2011-08-07 14:58:50下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • ImageViewCtrl
    一个picture控件类,可以对图片作简单处理,如:放大、缩小、滚动浏览等。(A picture control class, you can make a simple image processing, such as: zoom, scroll and so on.)
    2013-08-20 17:18:04下载
    积分:1
  • WindowText
    在Window标题栏写title的两种方法的VC原代码( Writes title in the Window title block two methods VC original codes )
    2004-07-07 00:16:39下载
    积分:1
  • SetTimer
    一个窗口类与非窗口类调用SetTimer的例子,适合于初学者。(A window class and non-window class called SetTimer example, suitable for beginners.)
    2021-02-21 09:19:42下载
    积分:1
  • VC_UI_programing
    VC界面类编程技巧 很多十分有用的实例 包括VC编程实现IE风格的界面 用Visual C++实现带阴影弹出窗口的技术 创建一个不规则形状的窗口等等(VC interface class programming skills a lot of very useful examples include the VC-style interface IE programming Visual C++ implementation with shaded pop-up window technology to create an irregular shape of the window, etc.)
    2010-09-13 13:23:26下载
    积分:1
  • CYMDSelector_demo
    日期选择控件(The date select control)
    2020-07-30 09:48:38下载
    积分:1
  • zoomformView
    MFC formview窗口 控件随窗口大小自动缩放(MFC formview window controls with the window size automatically zoom)
    2013-11-07 17:22:47下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载