-
实例4 如何在菜单栏中添加文本框,一本书的实例!
实例4 如何在菜单栏中添加文本框,一本书的实例!-form4
- 2022-05-23 12:05:32下载
- 积分:1
-
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7...
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7.0), you might have noticed that when you maximize an MDI child, then create a new MDI child, the children all go back to their "restored" state. What you d typically expect as a user is that the new child would be in the "maximized" state just like the last active child had been.
- 2023-03-26 06:30:03下载
- 积分:1
-
Implementation prepared by VC interface status bar and progress bar shows the pr...
用VC编写的实现界面状态栏进度条显示及进度控制的代码-Implementation prepared by VC interface status bar and progress bar shows the progress of the control code
- 2022-05-13 05:21:27下载
- 积分:1
-
This a full featured inventry controll system project
This a full featured inventry controll system project
- 2022-07-21 12:20:40下载
- 积分:1
-
这是一个基于对话框的程序,模拟了晚霞。效果非常漂亮。是VC语言设计的。...
这是一个基于对话框的程序,模拟了晚霞。效果非常漂亮。是VC语言设计的。-This is a dialog-based procedures, simulating the afterglow. The effect was very beautiful. Yes VC language design.
- 2022-01-25 21:05:46下载
- 积分:1
-
使用vc mfc 一个属性页示范项目 其中加入了一些3d文本 相信对要求个性界面的朋友有帮助...
使用vc mfc 一个属性页示范项目 其中加入了一些3d文本 相信对要求个性界面的朋友有帮助-use vc mfc a page attribute demonstration projects which added to the 3d believe that the text of the request personalized interface to help friends
- 2022-05-18 03:11:27下载
- 积分:1
-
国际上流行的界面风格。
国际上流行的界面风格。-international pop style of interface.
- 2022-05-29 16:02:33下载
- 积分:1
-
My Interface Test
My Interface Test
- 2022-02-16 08:56:12下载
- 积分:1
-
字模软件
本软件的功能是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的,在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起提取错误
- 2022-01-28 17:18:40下载
- 积分:1
-
visual studio 2010 加法计算器基于MFC
应用背景随着科学的发展,计算机的应用越来越广泛,而运用计算机中的计算机语言C++写程序必然是很多的。C++是目前国内外最广泛使用的程序设计语言之一,它具有处理功能丰富、表达能力强、使用方便灵活、执行程序效率较高等优点。而且C++得是一种结构化程序设计语言;另外,C++的函数式结构也为实现程序化模块设计提供了强有力的保正。所以很多人都把C++作为编程的首选语言。
本次课程设计就是利用C++的丰富表达能力来编写一个简单计算器,模拟windows系统的计算器进行简单的计算;在编写这次课程设计中要求利用MFC来画出计算器的图形界面,并且保证可以进行基本的计算。关键技术该计算器主要进行实数的单目和双目运算,使用过程如下: 1)单目运算,例如对于lnn要求先输入数字,然后点击“ln”按钮,完成取对数运算并把结果显示在编辑框中。
2)双目运算,例如进行加法要求先输入第1加数,然后点击“+”按钮,再输入第2加数最后点击“=”按钮,完成计算并在编辑框中显示运算结果。
- 2023-09-02 16:25:09下载
- 积分:1