-
高速椭圆绘制程序 程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。...
高速椭圆绘制程序 程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。Ellipse参数中的x0,y0为圆心坐标,r1和r2分别为横半径和纵半径。PutPixel为画点函数。 -high-speed oval drawing program procedures var16 symbols for the median 16 H, 16 uvar16 for digital-type symbols, symbols uvar32 without median 32 H, as a symbol var32 median of 32 fonts. Ellipse parameters of x0, y0 coordinates for the center of a circle, r1 and r2 of longitudinal and transverse radius radius. PutPixel painting point function.
- 2023-04-18 09:05:03下载
- 积分: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
-
任意多边形面积计算源代码
任意多边形面积计算源代码-arbitrary polygon area of the source code
- 2022-07-16 11:34:50下载
- 积分:1
-
Opengl written with a three
Opengl written with a three-joint robot arm program3
- 2023-02-19 07:35:03下载
- 积分:1
-
processing捕捉人体骨架
资源描述通过processing,捕捉到Kinect2摄像头的各种图像。不过使用之前需要安装kinect2的Sdk,还要安装Dix11以上。否则无法运行。
- 2022-03-21 07:04:21下载
- 积分:1
-
A Quality Tetrahedral Mesh Generator and T hree
A Quality Tetrahedral Mesh Generator and Three-Dimensional Delaunay Triangulator.-A Quality Tetrahedral Mesh Generator and T hree-Dimensional Delaunay Triangulator.
- 2022-06-28 02:26:49下载
- 积分:1
-
读写jpeg的源码,vc的,还可以
读写jpeg的源码,vc的,还可以-the source code to read and write jpeg, vc, can also
- 2022-01-25 20:51:15下载
- 积分:1
-
分形图形的vc实现
分形图形的vc实现-fractal graphics vc achieve
- 2022-03-24 23:45:00下载
- 积分:1
-
二次B样条曲线的生成
二次B样条曲线的生成-second B-spline curve generation
- 2022-07-03 21:20:04下载
- 积分:1
-
灰度图像的多种图像处理技术的程序表达,有一定的参考价值...
灰度图像的多种图像处理技术的程序表达,有一定的参考价值-Gray-scale images of a variety of image processing procedures for the expression of some reference value
- 2022-01-27 22:59:33下载
- 积分:1