-
DirectShow Players
DirectShow的Players-DirectShow Players
- 2022-06-22 05:27:45下载
- 积分:1
-
使用MFC实现一个绘图程序
功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。
使过SkinMagic优化程序界面;...
使用MFC实现一个绘图程序
功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。
使过SkinMagic优化程序界面;-use a drawing program functions : Windows system similar to the drawing program. With drawing, filled with maps, graphics files opened functions. So too SkinMagic optimization program interface;
- 2022-07-05 10:04:50下载
- 积分:1
-
本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。...
本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。-This procedure has a straight line (Bresenham algorithm and DDA algorithm) and round (mid-point of Bresenham algorithm and plus or minus method) drawing, and be able to select the color.
- 2022-08-08 15:27:06下载
- 积分: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
-
A good example of learning OpenGL
学习OpenGL的好例子 -A good example of learning OpenGL
- 2023-08-07 17:10:03下载
- 积分:1
-
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习....
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习.-Based on the static image of Face Recognition System, Computer Science from Wuhan University development, full-featured, it is worth learning.
- 2022-02-06 07:25:12下载
- 积分:1
-
基于区域统计的融合规则,内含源码和源图像以及contourlet工具箱,直接出结果...
基于区域统计的融合规则,内含源码和源图像以及contourlet工具箱,直接出结果-Fusion rule based on regional statistics, containing source code and source images, and contourlet toolbox, directly results from
- 2022-02-02 15:39:33下载
- 积分:1
-
渐变的窗口背景
-渐变的窗口背景 -渐变的窗口背景 -- Gradient background of the window- the window gradient background- the background of gradual change of the window- the window of the background gradient
- 2022-08-06 16:42:47下载
- 积分:1
-
matlab的一些实例,适用于初学者,很多有用的例子
matlab的一些实例,适用于初学者,很多有用的例子-Some examples of matlab for beginners, many useful examples
- 2022-01-28 18:37:29下载
- 积分:1
-
基于contourlet变换的英文论文,从香港浸会大学图书馆网上下载的,很多,很全!...
基于contourlet变换的英文论文,从香港浸会大学图书馆网上下载的,很多,很全!-Contourlet transform based on the English papers, from the Hong Kong Baptist University Library download, many, very full!
- 2022-02-21 07:12:29下载
- 积分:1