-
分享一个CAD VBA代码,将CAD视口分为四个视口
分享一个CAD VBA代码,将CAD视口分为四个视口-Share a CAD VBA code, CAD, as I will be divided into four, as I! !
- 2022-08-10 15:33:10下载
- 积分:1
-
用滤波器组处理图像,用于低处理速率,且得到较好的图像质量。...
用滤波器组处理图像,用于低处理速率,且得到较好的图像质量。-filter used to process images for the low treatment rate, and get a better image quality.
- 2022-08-26 10:39:57下载
- 积分: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
-
VisualC++实现的BP神经网络类
VisualC++实现的BP神经网络类-VC achieve BP neural network category
- 2022-07-22 17:53:02下载
- 积分:1
-
与 DFS 和 BFS C# 源代码图
这是源代码图形与DFS,BFS与阵列多维度的控制台应用程序C#,希望这将有助于对学习中把握。
- 2022-03-20 08:32:35下载
- 积分:1
-
CAD基本入门文档,定位,基本操作,很适合新手
CAD基本入门文档,定位,基本操作,很适合新手-CAD basic introductory document, positioning, basic operation, it is suitable for novice
- 2022-12-20 05:15:03下载
- 积分:1
-
一个开放源代码的光跟踪渲染
一个开放源代码的光线跟踪渲染器- An open source code light track exaggerating
- 2022-07-13 11:06:46下载
- 积分:1
-
3D表面图绘制,简单实用
3D表面图绘制,简单实用-3D surface mapping, simple and practical
- 2022-03-10 01:56:06下载
- 积分:1
-
世界编程大赛作品“幽灵古堡”值得大家学习。
世界编程大赛作品“幽灵古堡”值得大家学习。-World Programming Contest entries "ghost castle" deserve study.
- 2023-02-23 06:40:03下载
- 积分:1
-
hu特证据代码
提取不变矩特征的代码,用c++编写的。对图像特征识别具有很很好的帮助。 &n
- 2022-08-13 12:45:55下载
- 积分:1