搜索资源列表
student
- 利用MFC编的学生成绩统计对话框,有排名和查找等的功能-MFC addendum to the use of student scores dialog, and ranking the search function
fun
- 简单的mfc入门,包括了数据在对话框的输入,以及数据保存到指定文件,并且可以实现函数值的求解。-Simple mfc entry, including input data in the dialog box and save the data to the specified file, and can function value of solution.
P22009332
- MFC暑期实践,基于MFC对话框的C++语言应用软件-MFC Summer Practice MFC dialog-based C++ language application software
StringArraySearch
- 在字符串数组中搜索选定的词组,作为程序员收藏的资料,有利于提高编程效率!-#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CStringArraySearchDlg dlg m_p
dialog
- 用MFC 建立一个对话框 并将对话框中设置输入输出数据,主要目的是方便使用对话框实现人机数据交互-use MFC to create a dialog that can easily input and output numbers
MyBole
- 基于对话框的MFC编程,能够简单的完成加法计算器的实现-Based on the dialog MFC programming, can simply complete totalizer realization
xiaoxiduihuakuang
- MFC 消息对话框编程实例,简单的编程操作-MFC message dialog programming examples
duihuakuangmoshi
- MFC 对话框模式与无模式调用编程实例,详细操作-MFC dialog mode with no mode called programming examples
File
- 用MFC编写一个对话框程序,能够打开显示ini配置文本文件中的预设置参数,能够改变参数,并保存到INI文件中。-A dialog box with MFC program that can open the Display ini configuration text file pre-set parameters, parameters can be changed and saved to the INI file.
ShapedWindow1
- Microsoft Visual C++ MFC 异形对话框-Microsoft Visual C++ MFC dialog Alien
c
- 基于对话框的MFC小游戏,贪食蛇。 可以运行 很简单很实用-MFC dialog-based game, Snake. You can run a very simple and very practical
Analyse
- MFC修改窗口图形界面,绘制位图,更改对话框图形界面以及按钮的位图-MFC Modify window graphical interface, rendering bitmaps, change bitmap graphic interface and buttons of the dialog box
MyProject33
- 1)设计一个学生类Student,包括数据成员:姓名、学号、二门课程(面向对象程序设计、高等数学)的成绩。 (2)创建一个管理学生的类Management,包括实现学生的数据的增加、删除、修改、按课程成绩排序、保存学生数据到文件及加载文件中的数据等功能。 (3)创建一个基于对话框的MFC应用程序,程序窗口的标题上有你姓名、学号和应用(4)创建一个单文档的MFC应用程序,读取(3)中保存的文件中的学生成绩,分别用直方图和折线方式显示所有学生某课程的成绩分布图。程序名称。使用(1)和(2)中的类