-
这是程序的覆盖问题
这是程序的覆盖问题-This is the procedure coverage
- 2022-01-26 05:28:03下载
- 积分:1
-
用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。...
用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
- 2022-06-19 11:19:22下载
- 积分:1
-
此压缩包没有解压密码,下载后不需要安装,直接可以运行。...
此压缩包没有解压密码,下载后不需要安装,直接可以运行。-there s no password,you can run it directly after downloading
- 2023-02-28 08:45:04下载
- 积分:1
-
骨骼动画.用c++ opengl 实现, 写得不错,值得初学者借鉴。
骨骼动画.用c++ opengl 实现, 写得不错,值得初学者借鉴。-Skeleton animation. With c++ Opengl realized, well written, it is worth drawing for beginners.
- 2022-02-05 02:06:35下载
- 积分:1
-
DOS下的察看PCX图像格式的程序
DOS下的察看PCX图像格式的程序-DOS observes the PCX picture form the procedure
- 2022-03-05 15:26:33下载
- 积分: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
-
tiff格式图片数据读取程序
该代码可以对Tiff格式的图像文件进行操作,可以识别文件头、文件信息头等信息。主要包含读tiff图像、写tiff图像两个函数,分别用于读取tiff文件中的图像像素数据和将图像数据存回tiff格式图像。
- 2022-03-22 16:27:55下载
- 积分:1
-
GNC,an algorithm similar to sa but more efficient
GNC,an algorithm similar to sa but more efficient
- 2023-04-16 19:05:04下载
- 积分:1
-
画反锯齿直线、矩形、弧线、曲线的demo,
画反锯齿直线、矩形、弧线、曲线的demo,-Anti-aliased line drawing, rectangle, arc, curve of the demo,
- 2022-01-25 23:49:28下载
- 积分:1
-
图像恢复-维纳滤波一般算法
将噪声方差比图a降了5个数量级的被污染图像进行维纳滤波,具有各种典型的噪声类型可供选择,有较为详尽的注释,适合图像处理的初学钻研者
- 2022-04-08 15:39:35下载
- 积分:1