-
用弧编写的
用VC编写的圆弧样条,B样条曲线的绘制程序,在单文档中输入任意点,绘制出点间的圆弧样条曲线与B样条曲线-VC prepared by the arc-like, B-spline curve mapping procedures in a single document input arbitrary point and draw points of the circular spline curves and B-spline curves
- 2023-05-24 09:35: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
-
Windows graphical programming source code, this book talked about a more compreh...
Windows图形编程源代码 ,这本书讲的比较全面,内容也很详实-Windows graphical programming source code, this book talked about a more comprehensive and its contents are very informative
- 2023-05-06 03:20:04下载
- 积分:1
-
一个简单的图片显示程序。
一个简单的图片显示程序。-a simple picture display program.
- 2022-04-08 07:48:29下载
- 积分:1
-
组合字体输入法可视化小程序
组合字体输入法可视化小程序-character input method portfolio visualization small program
- 2022-02-20 16:36:09下载
- 积分:1
-
读到关于TIFF图片以程序
一个关于TIFF图像读取的程序- Reads the procedure about the TIFF picture which takes
- 2023-03-19 09:00:04下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分:1
-
基于K_DOPS碰撞检测算法实现的一个小实例.模拟两个物本对像的碰撞测试.结果给出了碰撞测试的碰撞点及反应时间.
基于K_DOPS碰撞检测算法实现的一个小实例.模拟两个物本对像的碰撞测试.结果给出了碰撞测试的碰撞点及反应时间.-Collision detection algorithm based on K_DOPS a small instance. Simulated two things like this on the crash test. Crash test results show the impact point and response time.
- 2022-01-25 23:48:28下载
- 积分:1
-
DDA line drawing algorithm to generate line algorithm, in stipple line algorithm...
直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.
- 2022-02-14 20:10:52下载
- 积分:1
-
这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现...
这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
- 2022-12-22 18:25:03下载
- 积分:1