-
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要...
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要-MFC-based program to read the JPEG image has been color images to realize the mutual transformation of gray images, the user can on this platform based on the completion of their algorithm needs
- 2022-08-12 00:02:36下载
- 积分:1
-
课程中一些重要的知识点,原代码希望能给大家一点帮助。
课程中一些重要的知识点,原代码希望能给大家一点帮助。-course some important knowledge, the original code in hopes of giving us some help.
- 2022-01-31 22:27:02下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1
-
SourceGrid
wince中一个功能强大的数据网格,采用C#编程语言,提供多种不同的数据网格样式和功能。
- 2022-03-24 01:03:37下载
- 积分:1
-
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考...
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考-A student to write their own information management system, because not a lot of knowledge, the system is relatively simple, but can be used as a reference
- 2022-03-25 00:16:44下载
- 积分:1
-
文本编辑器
设计一个简单的类似Microsoft Word功能的文本编辑器,其中包
“文件”、“编辑”、“文字”、“对齐方式”、“文字颜色”、“字体设置”以及“检查输入的文字是否为数字”菜单项。实现文件的新建、打开、保存,对文件内容的复制、剪切、粘贴、撤销、清除、新建,对文字字体的设置(包括幼圆、华文楷体、华文隶书等),对字体颜色的设置,对文字对齐方式的设置,以及对输入的内容是否为数字的判断。
- 2022-03-06 15:46:17下载
- 积分:1
-
msflexgrid.zip
msflexgrid.zip
- 2022-03-09 16:39:22下载
- 积分:1
-
远程监控程序。rar
远程监控程序.rar-remote monitoring procedures. Rar
- 2023-02-15 14:30:04下载
- 积分:1
-
vb development of a small example, a demonstration examples snow
一个vb开发的小例子,一个演示下雪的例子-vb development of a small example, a demonstration examples snow
- 2022-09-14 04:35:03下载
- 积分:1
-
坐标反算
Dim pb As Double Dim ds As Double Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x1 As Double Dim y1 As Double Dim x2 As Double Dim y2 As Double "定义起点和终点坐标为双精度浮点型 Dim s As Double "定义距离为双精度浮点型 Dim d As Integer "定义度为整形 Dim
- 2022-02-13 07:00:43下载
- 积分:1