-
一个用c语言遍的实现图形旋转程序
一个用c语言遍的实现图形旋转程序-a language used all over the realization of graphics rotation procedures
- 2022-01-29 02:46:42下载
- 积分:1
-
利用VC++编写的一个图像文字显示效果的救济,显示颜色梯度…
用VC++编写得图像显示浮雕文字效果、显示渐变色彩、阈值变换得源码-Using VC++ to prepare a text image display effect of relief, showing color gradient, threshold transform a source
- 2022-07-16 03:14:54下载
- 积分:1
-
画图板100%模仿windows自带的画板,非常牛的画图程序,我已经实验过,很好用...
画图板100%模仿windows自带的画板,非常牛的画图程序,我已经实验过,很好用-drawing board 100%, bring their windows imitation slate, the very cattle drawing program, I have too experimental, with a good
- 2022-03-02 04:50:55下载
- 积分:1
-
Crawl remote cpu usage, and show the curve of flash. Similar windows resource ma...
抓取远程cpu使用率,并通过flash显示曲线。类似windows资源管理器的性能-Crawl remote cpu usage, and show the curve of flash. Similar windows resource management performance
- 2023-06-03 17:35:02下载
- 积分:1
-
区域填充的算法 扫描线的填充算法 图形学的作业实验基本内容...
区域填充的算法 扫描线的填充算法 图形学的作业实验基本内容-area filling algorithm scanning lines filling algorithm graphics operations as basic experiment
- 2022-04-24 23:41:00下载
- 积分:1
-
数字图像处理的印章识别算法实例
印章识别算法实例 数字图像处理-chop recognition algorithm examples of digital image processing
- 2022-02-03 15:43:28下载
- 积分:1
-
这是一个三维模型加载程序是有用的,可以下载的
这个是3D模型加载的程序,很好用,大家可以下载-This is a 3D model loading procedure is useful, you can download
- 2023-04-25 06:45:02下载
- 积分:1
-
预览,图片, 动画
预览,图片, 动画-preview, pictures, animation
- 2022-03-25 06:11:39下载
- 积分:1
-
这是一个简单的画图程序,能实现画直线与普通画笔一样的画图功能,并能对它们进行任意的裁剪,本人水平有限,程序必存在许多不足,望高人们能多加指点。...
这是一个简单的画图程序,能实现画直线与普通画笔一样的画图功能,并能对它们进行任意的裁剪,本人水平有限,程序必存在许多不足,望高人们能多加指点。-This is a simple drawing program, able to draw straight lines with the same brush ordinary drawing capabilities and their arbitrary cut, I limited, and certainly there are many procedures inadequate, and hopes people will be more high guidance.
- 2022-08-24 18:05:31下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1