-
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人...
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人-With VC++ Prepared within the drawing in the document source, is relatively simple for beginners VC people
- 2022-01-30 13:57:19下载
- 积分:1
-
将各种图形、图片文件保存读取到access数据库中。
将各种图形、图片文件保存读取到access数据库中。-Will be a variety of graphics, pictures, save the file to read to the access database.
- 2022-07-23 23:24:20下载
- 积分:1
-
文字识别的细化算法,看着觉得还可以,有点意思,大家都来下载吧...
文字识别的细化算法,看着觉得还可以,有点意思,大家都来下载吧-Character Recognition refinement algorithm, I felt that I could watch, a little bit mean, we have to download it
- 2022-03-01 14:58:10下载
- 积分:1
-
经典的水波算法,在背景上加入了,水波折射效果
经典的水波算法,在背景上加入了,水波折射效果-classical wave algorithm, in the background, joined the wave refraction effects
- 2022-07-26 18:24:37下载
- 积分:1
-
recursive algorithm mapping Hilbert graphics, experimental report
递归Hilbert算法绘制Hilbert图形,有实验报告-recursive algorithm mapping Hilbert graphics, experimental report
- 2022-03-06 02:26:28下载
- 积分:1
-
数字图象处理中的腐蚀程序,数字形态学中的二值形态学
数字图象处理中的腐蚀程序,数字形态学中的二值形态学- In digital image processing corrosion procedure, in digital
morphology two values morphology
- 2022-02-04 08:11:30下载
- 积分: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
-
实现半透明的三维物体的效果
实现半透明的三维物体的效果-achieve translucent three-dimensional objects in effect
- 2022-02-02 08:05:49下载
- 积分:1
-
a research about cloud detection
a research about cloud detection
- 2022-02-06 05:02:00下载
- 积分:1
-
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享...
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享-Bezier curves, a description, which is the latest procedures, and we hope to share
- 2022-10-03 17:00:04下载
- 积分:1