资源列表
duihuakuang
- 基于vc++6.0为平台实现对话框的显示,以及按钮功能的实现。-Vc++6.0-based platform of the dialog box for the display and button functionality implementation.
Backgammon
- 实现五子棋功能,能调节难度并能选择人机或者人人对战-The backgammon function can adjust the degree of difficulty and can choose to play against the man-machine or everyone
BaseDlgDemo
- 本程序讲述了创建模态对话框的过程,为初学者提供很好的学习方法-This procedure describes the process of creating modal dialog box, great for beginners learning
UCCForm
- best draw editor
TelManagement
- 用c++在MFC中实现的电话管理系统,方便用户使用与选择-Telephone Management
text_editor
- VC下,用C++编写的带图形界面的文本编辑器。能在菜单栏中实现对txt文挡的打开、关闭、保存、另存为、新建、打印功能,对文档内容的撤销、复制、粘贴、剪切、删除、查找、替换、全选功能。可实现字体的设置功能,此外还有ToolBar工具条、状态栏、右键菜单(即上下文菜单)功能。-A text editor, programmed under VC, using C++ language with a graphical interface. Able to achieve in the open, c
WirelessWindows
- 图形界面窗体,包含有背景移动,文字竖滚,文字横滚,异形窗体,透明窗体.-GUI windows, contains background mobile, vertical roller text, text procedure, profiled windows, a transparent window.
curse
- 用于历史曲线的绘制,可以清晰地显示数据的变化趋势。-for the historical curve, the drawing can be a clear indication of the trend data.
shift_mfc
- 建立对话框,使用编辑框获得数组,实现数组的错位排列,并在编辑框显示-To establish dialog box, use the edit box to get an array of array Derangement, and displayed in the edit box
songclock
- 电子时钟 可以设置闹钟 利用双缓冲技术防止屏幕闪动-Electronic alarm clock can be set to prevent the use of double buffering technology screen flashing
MFC_BASIC
- MFC(Microsoft Foundation Classes)库是Microsoft为利用VC++开发Windows应用程序而提供的应用程序框架。在这个框架的支持下,对于不同的应用程序,编程的主要任务是填写各自特殊部分的代码。MFC类库由130多个类组成,封装了两千多个API函数 提供基本的MFC创建过程,对于MFC有大致的描述,很适用于MFC初级者学习。-The Basic of MFC