-
二维图形渲染引擎,可以同时对二维的BITMAP和矢量进行操作(通过一序列的API函数,基于AGG)...
二维图形渲染引擎,可以同时对二维的BITMAP和矢量进行操作(通过一序列的API函数,基于AGG)-Graphin is a 2D graphics rendering library with human readable yet simple external interface (API).
It is based on AGG- high fidelity 2D graphics engine and uses libpng/zlib, jpeglib and libtiff(?).
External (plain C) API is as close as possible to Graphics and/or to Canvas.
- 2022-10-31 09:25:03下载
- 积分:1
-
我把LibSVM库中的GridSearch方法在VC6.0下实现,主要进行SVM中模型参数的选择,modelSelection,写成了子函数的形式,可以直接调用...
我把LibSVM库中的GridSearch方法在VC6.0下实现,主要进行SVM中模型参数的选择,modelSelection,写成了子函数的形式,可以直接调用,与大家共享,欢迎提出宝贵意见-I LibSVM library GridSearch method under VC6.0, SVM mainly in the choice of model parameters, modelSelection, written in the form of Functions can be called directly with the U.S. to share are welcome to put forward valuable suggestions
- 2023-03-20 21:25:03下载
- 积分:1
-
一个画图工具很简单呀
一个画图工具很简单呀-a very simple drawing tools ah
- 2023-07-19 22:55:03下载
- 积分:1
-
computer graphics beginner (textbook method), the algrithm of middle point ci...
计算机图形学初级学者(教科书画法)中点画圆算法-computer graphics beginner (textbook method), the algrithm of middle point circle-drawing.
- 2022-06-27 04:52:51下载
- 积分:1
-
This is mainly concerned with the mathematical quadratic Bezier curve algorithm,...
这是主要关于数学上二次bezier曲线的算法,用vc 6.0完成-This is mainly concerned with the mathematical quadratic Bezier curve algorithm, complete with vc 6.0
- 2023-04-29 17:05:03下载
- 积分:1
-
huf图像压缩编码
huf图像压缩编码-imaging reduce by huf
- 2022-01-26 07:20:34下载
- 积分:1
-
这是一个很好的地质人员制作地质解释剖面的软件。
这是一个很好的地质人员制作地质解释剖面的软件。-This is a very good geological interpretation of geological profiles produced software.
- 2022-08-07 16:38:36下载
- 积分:1
-
计算机图形学之应用之屏保编程源码及其程序。
计算机图形学之应用之屏保编程源码及其程序。-Application of computer graphics programming screen saver source code and its procedures.
- 2023-08-26 00:55:03下载
- 积分:1
-
一个网站片头动画
一个网站片头动画-an animation film site
- 2022-03-02 15:54:28下载
- 积分:1
-
用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