搜索资源列表
Font_Sample
- 在MFC环境的窗口程序中显示彩色渐变字体示例代码.-MFC environment in the process shown in the window font color gradient sample code.
UFW
- 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)// 可移动的磁盘 { //-------
MVCSphere
- VC++为个体MFC编写MVC模式的球体演示程序,在以往的模式中,大家一般都采用 Input-Processing-Output 的单任务模式,但是现在在Windows的编程中,MVC模型更适合图形界面的设计,它将数据处理和数据显示分离开,使维护,扩展系统更加灵活。 -VC++ for the individual MFC write MVC pattern ball demo program in the previous model, we usually use Input-Proce
RSA
- 信安实验RSA加密MFC版本.默认16进制显示(可以在Dlg.cpp中修改数据,支持10进制显示)-Letter Ann experiment RSA encryption MFC version. The default hexadecimal display (can modify data in the CPP. Dlg, support into the show. 10
Digital
- 夜光数字显示!模拟夜光数字,可以修改数字颜色,可用于一些有报警功能的系统中-Verify that your control follows apartment-model threading rules. Refer to MFC TechNote 64 for more information. If your control does not conform to the apartment-model rules, then you must modify the code
137fa122c96b
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-This is a VC6.0 prepared
dbcucentthis
- 在MFC中显示Word文档的程序,该方法非常实用-Word document shown in MFC procedures, this method is very practical
codt-technology
- MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()