-
.3 Ds file format descriptions and to read the source code, in the document. In...
.3ds文件格式说明及读取的源码,在文档中。在三维图形处理是必须的。-.3 Ds file format descriptions and to read the source code, in the document. In the three-dimensional graphics processing is required.
- 2022-12-01 23:45:03下载
- 积分:1
-
graphics programming source code
图形学编程源代码-graphics programming source code
- 2022-01-25 22:59:22下载
- 积分:1
-
RGB mixer. ideal for picture works
RGB mixer. ideal for picture works
- 2022-02-25 03:33:36下载
- 积分:1
-
umleditor
UMLEditor
- 2022-02-24 16:58:38下载
- 积分:1
-
static images of multiple description coding, bmp image to a two JPEG2000 coding...
静态图像的多描述编码,将一副bmp图像编码成为两个JPEG2000格式的描述,在解码端收到的描述不同,将获得不同的解码效果,收到的描述越多解码效果越好。 -static images of multiple description coding, bmp image to a two JPEG2000 coding format description, received at the decoder description, will be different decoder effects, the description received more decoding the better the results.
- 2022-02-02 06:22:36下载
- 积分:1
-
Bresenhan Line生成算法
Bresenhan Line生成算法-Bresenhan Line Algorithm
- 2022-07-16 13:56:14下载
- 积分:1
-
a statement Print Software
一个报表打印的软件-a statement Print Software
- 2023-02-19 00:25:03下载
- 积分:1
-
一个类似于画图的小程序
一个类似于画图的小程序-similar to a drawing of small programs
- 2023-06-09 09:25:03下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
基于opencv的轮廓跟踪
基于opencv的轮廓跟踪
- 2022-02-20 13:37:10下载
- 积分:1