搜索资源列表
zidongxiezai
- 使用MFC实现COM组件时,经常节省许多开发时间。例如,使用AppWizard生成的基于MFC的COM dll工程,已经自动的提供了DllRegisterServer功能的实现。然而,却没有自动生成DllUnregisterServer功能。一般情况下,DllUnregisterServer对于程序是不可缺少的,因为一个完整的程序,不仅需要自注册功能,同时也需要自卸载功能。-use MFC COM, we often save many development time. For example
T7Dlg
- 一个简单的MFC程序,GUI编程,可输入起始位置、终止位置和步长,并进行时间控制!-A simple MFC program, GUI programming, you can enter the starting position, end position and step length, and the time control!
timer-design-based-on-MFC-of-VCPP
- MFC是一个微软公司提供的类库,以C++的形式封装了Windows的API,并且包含一个应用程序框架,以减少应用程序开发人员的工作量。基于MFC的定时器设计,首先进入到主界面,选择你想要的工作模式,当选择工作在“定时”时,设定定时时间,确定定时即可,时间到来时,定时器提醒。当想“退出”时,点击退出按钮。当选择“关闭计算机”,点击关机。-MFC is a Microsoft-provided class libraries in C++ in the form of packaging of th
TIME-FUNCTION
- windows下的几种常用的时间函数的使用方法。例如sleep函数,MFC下的timer事件,C语言下的Time,GetTickCount(),timeGetTime等函数的使用方法。-Some commonly used time function
MFC-Grid-control-2.27
- MFC Grid Control 2.27中英文对照说明文档CListCtrl已经在表格数据显示和编辑上推进到极限,之后为了开发一个专用的Grid控件,我开始着手写Grid控件,但为了节省 时间我决定修改Joe Willcoxson s的免费控件 WorldCom,你可以在以下站点 http://users.aol.com/chinajoe/wcmfclib.html 找到这个东西。为了让它能做我要做的事情,我分解了他的代码,并且重新修改。由于代码经过太多的修改,我甚至不能确信最终
SysTm
- VC++编程,基于MFC窗口实现功能为读取系统时间,并不断刷新循环显示-Vc + +, read system time, and constantly refresh cycle display shows that vc + +, based on the MFC window functions for reading system time, and constantly refresh cycle display
operating-system-jobs---lab-report
- 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
TimeHelper
- 提醒用户时间,注意休息,定时关机,附带日历,使用MFC编写-To remind users time, pay attention to rest, time off, with the calendar, written using MFC
MFCcolock
- 模拟时钟转动mfc,可以修改时间-very good
vcPPgobang
- 五子棋,用MFC实现,有电子对战,有人人对战,有时间和声音控制-Gobang, using MFC implementation, there are electronic war, some people play, have the time and voice control
VS2010_MFC
- VS2010 MFC入门教程,比较适合新手学习,可以减少很多不必要的时间。-VS2010 MFC Tutorial, more suitable for novices to learn, you can reduce a lot of unnecessary time.