-
这里是一个VB的ocr示例,希望能够帮得上大家
这里是一个VB的ocr示例,希望能够帮得上大家-Here is a VB example of ocr, hope to be able to help everyone get on
- 2022-03-19 20:02:10下载
- 积分:1
-
包含了一些图形处理模块,比如三角函数计算,Png图形处理
包含了一些图形处理模块,比如三角函数计算,Png图形处理-contains some graphic processing modules, such as trigonometry, Png graphic processing
- 2022-05-28 04:12:50下载
- 积分:1
-
opengl 的C++源程序代码实例
可直接运行 没有错误
opengl 的C++源程序代码实例
可直接运行 没有错误-opengl the C++ source code examples can be run without error
- 2022-03-24 06:41:18下载
- 积分:1
-
这是一个在VC的环境下编写的小应用程序,随便选择一个汉字,然后输入背景字符,和前景字符,然后可以用这两个字符显示出这两个汉字...
这是一个在VC的环境下编写的小应用程序,随便选择一个汉字,然后输入背景字符,和前景字符,然后可以用这两个字符显示出这两个汉字-This is a VC in the preparation of the environment of small applications, choose any one Chinese characters, then the background characters, characters and prospects, could then make use of these two characters from these two Chinese characters
- 2023-09-06 01:35:03下载
- 积分:1
-
图象模拟识别 图象模拟识别 图象模拟识别
图象模拟识别 图象模拟识别 图象模拟识别-very good!
- 2022-03-19 13:13:26下载
- 积分:1
-
游戏编程中的背景保存和恢复
游戏编程中的背景保存和恢复-game programming background to the preservation and restoration
- 2022-04-11 18:27:23下载
- 积分:1
-
老外写的样条书上的程序4
老外写的样条书上的程序4-foreigner writing of the book the kind of programs on 4
- 2022-01-26 00:42:50下载
- 积分:1
-
delphi版三次样条插值,并有两个例子
delphi版三次样条插值,并有两个例子-delphi version of cubic spline interpolation, and two examples
- 2022-01-26 07:22:51下载
- 积分:1
-
画图程序:实现最基本的绘图功能。
DOS画图程序:实现最基本的画图功能.-DOS drawing program : to achieve the most basic drawing functions.
- 2022-07-22 17:03:02下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1