搜索资源列表
MFCjiemian
- mfc的界面设计及其它个方面的应用,可以做出相当不错的界面-mfc interface design and other aspects of the application
P22009332
- MFC暑期实践,基于MFC对话框的C++语言应用软件-MFC Summer Practice MFC dialog-based C++ language application software
VC
- 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用
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
producter_and_consumer
- 生产者消费者模型模拟。有可独立运行的应用程序。MFC界面。-Producer-consumer model simulation. The application can be run independently. MFC interface.
xiaoshizhong
- 需要设计的时钟程序是基于MFC的WINDOWS应用程序设计,程序运行成功后,页面出现了一个指针式的时钟,指针式的时钟表盘为圆形,并且圆周上有分布均匀的12个刻度-Need to design a clock program is based on the MFC WINDOWS application design, the program runs successfully, the page there is a pointer clock, Analog clock dial is ci
tuxiangliebiao
- MFC图像列表控件,列控件与树形控件的应用编程。-MFC image list control column control and tree control application programming.
Ex_SDIArchive
- 用MFC创建一个默认的简单文档应用序列化程序-Using MFC to create a simple default document application serializer
Ex_City
- 用MFC AppWizard创建一个默认的单文档应用程序-Create a default MFC AppWizard using a single document application
MyTextOut
- C++ MFC应用若干 包含MFC控件使用,控件中显示文本等内容-Several C++ MFC Application
MyProject33
- 1)设计一个学生类Student,包括数据成员:姓名、学号、二门课程(面向对象程序设计、高等数学)的成绩。 (2)创建一个管理学生的类Management,包括实现学生的数据的增加、删除、修改、按课程成绩排序、保存学生数据到文件及加载文件中的数据等功能。 (3)创建一个基于对话框的MFC应用程序,程序窗口的标题上有你姓名、学号和应用(4)创建一个单文档的MFC应用程序,读取(3)中保存的文件中的学生成绩,分别用直方图和折线方式显示所有学生某课程的成绩分布图。程序名称。使用(1)和(2)中的类