-
用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
-
L系统理论下,用计算机实现得分形算法,可以直观地看到图形...
L系统理论下,用计算机实现得分形算法,可以直观地看到图形-L system theory, with computer scoring algorithm can intuitively see graphic
- 2022-03-02 22:41:05下载
- 积分:1
-
Note the use of matlab for image filtering, active code, it is useful to
利用matlab的图像滤波说明,有源代码,很管用的-Note the use of matlab for image filtering, active code, it is useful to
- 2022-05-31 07:50:53下载
- 积分:1
-
列图片成页面
列图片成页面 - 解没有ACDSee之急。 源代码+执行文件+chm格式帮助 本程序跟listimg的功能差不多,区别仅仅是前者使用javascript,这个使用vc6(MFC),在java没配置好的机器上前者用不了。 如果您对此有何改进,烦恼mail一份改进后的版本给我,-out into pages-no solution ACDSee urgency. The source code implementation document chm format with the help of this program almost listimg function, the only difference is the former use of javascript, the use vc6 (MFC), the java not configured machines on the former impossible. If you have any improvements, a trouble mail improved version of me, thank you
- 2022-02-01 04:34:21下载
- 积分:1
-
poser模型导出的OBJ部位分割
从poser软件中导出的obj文件,对其进行部位分割。分割出的多个分部位的obj文件
- 2022-01-24 16:38:49下载
- 积分:1
-
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。...
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。-plate for the optimum cut, so as to avoid wastage. Also set to use the coordinates indicated by the ratio method to prevent the plate too, need to be able to see a sliding strip.
- 2023-02-16 14:25: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
-
不错的计算机图形学作业,给要入门的师兄弟们用.
不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
- 2022-04-30 20:34:29下载
- 积分:1
-
多边形裁剪算法程序,计算机图形学的作业,VC编写
多边形裁剪算法程序,计算机图形学的作业,VC编写-polygon clipping algorithm, computer graphics operations, the preparation of VC
- 2023-02-11 08:40:03下载
- 积分:1
-
RGB mixer. ideal for picture works
RGB mixer. ideal for picture works
- 2022-02-25 03:33:36下载
- 积分:1