-
AutoLISP在AutoCAD二次开发的绘图程序
这是用Auto Lisp 在AutoCAD上进行二次开发的绘图程序-Auto Lisp on AutoCAD drawings secondary development of procedures
- 2022-01-25 18:27:43下载
- 积分:1
-
快速dct码变化算法
快速dct码变化算法-rapid changes algorithm
- 2022-03-30 15:18:29下载
- 积分: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
-
滴玲玲验证码识别,VB代码,字模设计,PNG读取,值得一看
滴玲玲验证码识别,VB代码,字模设计,PNG读取,值得一看-Identification Verification Code drops Lingling, VB code, the design matrix, PNG read, worth a visit
- 2022-06-12 08:22:29下载
- 积分:1
-
属性页示例
属性页对话框是将多个对话框集中起来,通过标签将各个页面激活。与属性页对话框相关的类主要包括CPropertySheet类和CPropertyPage类。一个属性页对话框可以包括一个CPropertySheet类和多个CPropertyPage类对象。 CPropertySheet类是CWnd类的派生类,其对象作为属性对话框的窗口框架出现,主要实现管理各个属性页面的作用。其用于管理属性页对话框的主要成员函数详见msdn。
- 2022-11-05 02:05:03下载
- 积分:1
-
本程序给出了实现内存绘图的功能源码,能够防止绘图时候内存泄露和屏幕闪烁,同时能够从文本文件中读取数据以用来绘图...
本程序给出了实现内存绘图的功能源码,能够防止绘图时候内存泄露和屏幕闪烁,同时能够从文本文件中读取数据以用来绘图-This procedure gives realize the function of graphics memory source, to prevent memory leak when drawing and screen flicker, at the same time be able to read from the text file data to be used graphics
- 2022-05-24 08:47:50下载
- 积分:1
-
用浮动水平线法实现的三维曲面造型。
用浮动水平线法实现的三维曲面造型。- With fluctuation horizontal long-base method realization three
dimensional surface modeling.
- 2023-03-27 22:20:03下载
- 积分:1
-
tc3.0 prepared with a drawing program, leaves for graphics, dynamic display
用tc3.0编写的一个画图程序,图形为叶子,动态显示-tc3.0 prepared with a drawing program, leaves for graphics, dynamic display
- 2022-08-07 16:06:21下载
- 积分:1
-
[图形图象]多功能绘图
[图形图象]多功能绘图-[graphics] multifunctional Mapping
- 2022-02-04 14:08:23下载
- 积分:1
-
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译...
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
- 2022-04-10 01:24:21下载
- 积分:1