-
图像模式识别――VC++技术实现(杨淑莹)配套光盘
图像模式识别――VC++技术实现(杨淑莹)配套光盘-Image pattern recognition- VC++ technology to achieve (YANG Shu-ying) supporting CD-ROM
- 2022-07-10 15:56:11下载
- 积分:1
-
New Paint write by Visual Basic
New Paint write by Visual Basic
- 2022-01-25 23:11:34下载
- 积分: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
-
使用opengl中的纹理贴图,光照,以及3D模型导入,构造了一个房间,能够使用鼠标和键盘实现虚拟漫游(w,a,s,d)...
使用opengl中的纹理贴图,光照,以及3D模型导入,构造了一个房间,能够使用鼠标和键盘实现虚拟漫游(w,a,s,d)-Use opengl the texture mapping, illumination, and 3D model import, construct a room, be able to use the mouse and keyboard to achieve a virtual roaming (w, a, s, d)
- 2023-04-11 18:15:07下载
- 积分:1
-
显示渐变色文本的程序
显示渐变色文本的程序- The demonstration gradually changes color the text procedure
- 2022-01-26 00:12:49下载
- 积分:1
-
GSView 2.7源码
GSView 2.7源码 -GSView 2.7 source
- 2022-05-17 06:13:18下载
- 积分:1
-
实时数据,新,有标注符实时数据,新,有标注符
实时数据,新,有标注符实时数据,新,有标注符-Real-time data, the new, there are marked at real-time data, the new, there are marked at
- 2022-04-17 03:40:28下载
- 积分:1
-
ShaderX系列从书的第一本,是讲解Shader的入门好书,其中也不乏颇为精深的内容....
ShaderX系列从书的第一本,是讲解Shader的入门好书,其中也不乏颇为精深的内容.-ShaderX1
- 2022-07-05 01:32:24下载
- 积分:1
-
direct 9 shader关于顶点和像素的着色器编程书籍。
direct 9 shader关于顶点和像素的着色器编程书籍。-direct 9 shader on the vertex and pixel shader programming books.
- 2022-11-02 20:15:08下载
- 积分:1
-
这是一个线图的中点画程序,我们可以选择颜色的李…
这是一个中点法画线程序,可以选择直线的颜色,线形,粗细,均由本人自己编写,没有用到直线类.-This is the midpoint of a line drawing procedure law, we can choose the color line, the line, thickness, by my own preparation, did not use the linear type.
- 2022-05-16 04:59:09下载
- 积分:1