-
本代码实现的是windows的矢量字库的读写,生成8*8字模
本代码实现的是windows的矢量字库的读写,生成8*8字模-the source implementation of the windows vector font reader, generate 8* 8 Fonts
- 2022-01-20 22:50:57下载
- 积分:1
-
3D三维立体变形C语言开发程序
3D三维立体变形C语言开发程序-3D three-dimensional deformation of C language development process
- 2022-05-08 00:02:38下载
- 积分:1
-
这是一个在VC2003下使用MFC调用Vega Prime的经典例子,包括一个品种。
这是一个在VC2003下使用MFC 调用Vega Prime 的经典例子,内含多种技巧。-In VC2003 this is a call to use MFC classic example of Vega Prime includes a variety of skills.
- 2022-07-21 08:14:53下载
- 积分:1
-
一本很好的关于图像处理编程的工具书,有方法例子,且有命令集。...
一本很好的关于图像处理编程的工具书,有方法例子,且有命令集。-A good programming tool for image processing on the books, there are ways to examples, and there is command set.
- 2022-11-20 04:45:04下载
- 积分: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
-
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!...
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
- 2022-10-12 01:50:03下载
- 积分:1
-
编写基于SMG240128A型液晶模块的驱动程序,设置液晶模块为图形模式,然后均匀显示方格...
编写基于SMG240128A型液晶模块的驱动程序,设置液晶模块为图形模式,然后均匀显示方格-prepared SMG240128A-based LCD module of the driver, set up LCD modules for graphics mode, and then showed uniform grid
- 2022-01-25 20:05:42下载
- 积分:1
-
显示栅格图像的源码,最基本的遥感图像处理
显示栅格图像的源码,最基本的遥感图像处理- Demonstrated the grid picture the source code, the most basic
remote sensing picture processes
- 2022-03-07 11:54:37下载
- 积分:1
-
这个cpp文件为基本的图像处理程序
This the cpp file for basic image processing routines -This is the cpp file for basic image processing routines
- 2023-06-29 15:55:02下载
- 积分:1
-
这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法...
这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法-this algorithm, there are several examples of games, including polygon game, loading problems, such as single-source path, which is a more classical algorithm
- 2022-03-15 12:23:51下载
- 积分:1