-
mh编码的算法,已经调试成功,可以使用
mh编码的算法,已经调试成功,可以使用-mh coding algorithm has been successfully debugging, you can use
- 2022-05-25 23:33:36下载
- 积分:1
-
二维码识别
二维码识别 包括文件:Ø EnCodePdf.dll //PDF417编码动态链接库Ø EnCodeQr.dll //Qr_Code编码动态链接库Ø EnDataMatrix.dll //DataMatrix编码动态链接库Ø Wcomp.dll //图像压缩动态链接库 2) 支持操作系统Ø Windows 95/98Ø Windows NTØ Windows 2000 Professinal / Server 3) 支持开发环境有:Ø Microsoft Visual C++ 6.0 / .NetØ Microsoft Visual Basic 5.0/6.0Ø Microsoft Visual Foxpro 5.0/6.0Ø PowerBuilderØ Delphi
- 2022-11-16 01:30:02下载
- 积分:1
-
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。...
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。-The paint can draw a straight line, round, rectangular, in addition to selection, zoom, mobile features, you can save the graphics.
- 2022-01-28 17:13:34下载
- 积分:1
-
继承了CRectTracker。橡胶盒,使颜色和线性颜色与刷…
继承了CRectTracker,使橡皮框的颜色和线型随画笔颜色的定义而改变。-inherited CRectTracker. rubber box so the color and linear color with a brush to change the definition.
- 2022-03-21 14:05:04下载
- 积分:1
-
c语言实现DDA画线法。有详细注释!
c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
- 2022-12-05 15:55:02下载
- 积分:1
-
From a seal of recognition program. From a seal of recognition program
上传一个印章识别程序。上传一个印章识别程序-From a seal of recognition program. From a seal of recognition program
- 2022-08-26 03:52:41下载
- 积分:1
-
C语言实用数字图象处理,内容包括图象处理的基本技巧及实用的源代码。...
C语言实用数字图象处理,内容包括图象处理的基本技巧及实用的源代码。-C language practical digital image processing, including image processing, the basic skills and practical source code.
- 2022-10-27 07:00:03下载
- 积分:1
-
水波特效
水波特效- Wave special effect
- 2023-04-07 14:35:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
The Core Library (PCL) is a powerful, cross
The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main features include : platform-independent code*** arbitrary selection of regional dozens of image effects* Undo/Redo support multi-layer*** histogram shows progress** Image File read and write text rendering (using WIN32- GDI, will be adopted after the FreeType alternative)
- 2022-02-10 16:03:08下载
- 积分:1