搜索资源列表
VFWUIDesign
- 该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的界面设计,提供了SkinWin类和CollapsiblePanel类的使用,本人认为它们是一般程序框架设计的经典搭配:)界面还不是很漂亮,期待懂美工的同志能提出修改意见:)-the program is based on a VFW related to the acquisition and image processing procedures, in addition to the
lianliankan
- 这是一个基于MFC框架编写的一个经典小游戏--连连看 程序,其中核心代码有注释,便于大家参考 并拓展程序,写出自己想要的游戏.本程序在WINDOWS VC6.0环境下调试通过.-This is an MFC-based framework for the preparation of a classic game- Lianliankan procedures, the core of which annotated code for your reference and to develop
Task1
- 简易的计算器程序。 对话框类型的程序; 能够实现浮点数值的加减乘除运算; 界面由一个编辑框和若干按钮组成,编辑框负责表达按钮输入及计算的结果,按钮负责输入数字、加减乘除以及等于等动作的输入;程序的核心功能由标准C++方式实现,并通过MFC框架代码调用其功能。 -Simple calculator program. The dialog box, type the program to achie