-
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个...
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的
-GDI function with screenshots screenshots if we do not care about efficiency, and we want only a snapshot of the screen, you can consider using GDI mode. This mechanism is based on the screenshots Desktop is also a window, the desktop also has a window handle (HWND) This simple knowledge-based, if we get the desktop device context (DC), can be used on the blit (copy) its contents that we created in DC. We can use GetDeskWindow () get desktop window handle from the handle to get DC is also very easy
- 2023-05-23 00:30:03下载
- 积分:1
-
Set 4 8 16 32 sightings of fast DCT algorithm.
这是一个集4位8位16位32位得快速DCT算法。-Set 4 8 16 32 sightings of fast DCT algorithm.
- 2023-05-03 02:00:03下载
- 积分:1
-
基于opencv的曲线拟合
图形的常用变换 镜像 轮廓 膨胀 腐蚀等处理
image.initialize();
image.erzhi();
image.mirrow();
image.change();
image.smooth();
image.canny();
image.outline();
image.minus();
image.dilate();
image.erode();
- 2022-03-01 20:26:47下载
- 积分:1
-
3D教程从简单到复杂的进行了入门和提高的讲解,适合于初学者,同时可以step by step地进行学习,比较实用。...
3D教程从简单到复杂的进行了入门和提高的讲解,适合于初学者,同时可以step by step地进行学习,比较实用。-3D tutorial from simple to complex and the raising of entry talks, suitable for beginners, but can also step by step to learning more practical.
- 2022-01-26 05:08:34下载
- 积分:1
-
这是一个学习语言的例程,对学习很有好处
这是一个学习语言的例程,对学习很有好处-this is a language learning routines, learning to very good
- 2022-11-20 04:35:04下载
- 积分:1
-
自己编写的CANNY边缘提取算法,大家参考一下。
自己编写的CANNY边缘提取算法,大家参考一下。-canny edge detection
- 2022-01-26 06:44:37下载
- 积分:1
-
一个dos下的电子表格软件,由于使用了svga驱动,界面比较精美,使用方法类似于Excel。...
一个dos下的电子表格软件,由于使用了svga驱动,界面比较精美,使用方法类似于Excel。 -a dos under electronic forms software, the use of svga-driven, more beautiful interface, similar to the use of Excel.
- 2022-08-18 20:01:30下载
- 积分:1
-
an image processsing software, source code included
一个图象处理软件,包涵源代码-an image processsing software, source code included
- 2022-01-27 19:35:07下载
- 积分:1
-
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。...
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。-3D scene of the aircraft flight simulation, to carry out multi-angle switching, opened fire on the right and left direction.
- 2022-02-06 05:25:14下载
- 积分:1
-
把BMP格式的图象转成JPG形式的图象的软件的源代码!
把BMP格式的图象转成JPG形式的图象的软件的源代码!-The code can transfer the BMP image to JPG image
- 2022-11-11 07:25:03下载
- 积分:1