-
本文档内的程序实现了图形的相交
本文档内的程序实现了图形的相交-相切运算,对于进行计算机图形操作的人员具有借鉴意义-The procedures of this document implements the graph intersection- tangent operator for the operation of computer graphics to be learned by the staff
- 2022-12-21 05:20:03下载
- 积分:1
-
cs 和 direct 3D 混合编程的实例代码
cs 和 direct 3D 混合编程的实例代码-cs and direct 3D mixed programming code examples
- 2022-02-15 23:58:55下载
- 积分:1
-
用Bresenham算法画圆,使用打点函数实现上述功能
用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
- 2022-07-06 16:02:11下载
- 积分:1
-
NVIDIA反锯齿效果处理演示源代码
包括透明反锯齿模式。
需要硬件支持DX8.1的显卡...
NVIDIA反锯齿效果处理演示源代码
包括透明反锯齿模式。
需要硬件支持DX8.1的显卡-NVIDIA aliased effects processing demo source code, including transparency antialiasing mode. Burn needs hardware graphics support
- 2022-01-27 21:58:09下载
- 积分:1
-
利用VB和Matrix控件(Matlab)绘制简单图形。
利用VB和Matrix控件(Matlab)绘制简单图形。-use VB and Matrix Control (Matlab) drawing simple graphics.
- 2023-08-14 11:05:04下载
- 积分:1
-
一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多。...
一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多。-A great two-dimensional contour mapping procedures, the use of bicubic surface fitting algorithm, the contour lines to be very smooth, compared to the other I can see that the contour tracking algorithm increases the smoothing results are isogram much higher quality.
- 2023-01-16 01:05:04下载
- 积分:1
-
显示图像的文件头和信息头,并且显示直方图,图像平滑和锐化。...
显示图像的文件头和信息头,并且显示直方图,图像平滑和锐化。-show the first images of documents and information head, it also shows the histogram, image sharpening and smoothing.
- 2022-05-23 05:08:01下载
- 积分:1
-
用分形技术画树,很好的学习资料
用分形技术画树,很好的学习资料-fractal tree painting techniques, good learning materials
- 2023-05-16 00:45:02下载
- 积分:1
-
读取文件以绘制模型
read file to draw model
- 2022-01-26 04:52:13下载
- 积分:1
-
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pe...
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pen完成。
-Although Windows has a really cool GUI, sometimes the way standard buttons look quite does not meet our requirements. We may then choose buttons with a style called "owner-draw". The owner has to draw the button in every aspect (background, border, text, image) of every situation that requires drawing (click, enable, focus, etc.).It took me days to come up with something functional, Now here is some simple, reliable code: if it proves useful I will write something about owner-draw buttons with text (dealing with fonts, shapes, edges, colorrefs, brushes and pens).
- 2022-08-10 21:55:53下载
- 积分:1