-
用c编写的雷达扫描动画程序,非常像潜艇上的雷达。
用c编写的雷达扫描动画程序,非常像潜艇上的雷达。-c prepared using the radar scan animation process, as is the submarine"s radar.
- 2022-02-01 23:11:11下载
- 积分:1
-
JPEG image compression and decompression
JPEG image compression and decompression
- 2022-02-26 20:50:27下载
- 积分:1
-
批量改变尺寸测量文字为替换文字,替换文字和测量文字的值相等...
批量改变尺寸测量文字为替换文字,替换文字和测量文字的值相等-Volume change text size measurements for the replacement of text, replace text, and measuring the value of a text equivalent
- 2022-04-30 12:23:17下载
- 积分:1
-
e book for statistical signal processing estimation and detection.
e book for statistical signal processing estimation and detection.
- 2023-01-29 03:00:03下载
- 积分:1
-
对屏幕的模拟显示,很不错得显示,采用direct3D技术编写。
对屏幕的模拟显示,很不错得显示,采用direct3D技术编写。
- 2023-07-31 23:30:03下载
- 积分:1
-
MFC绘图示例,用于演示MFC下如何进行直线等的实现。
MFC绘图示例,用于演示MFC下如何进行直线等的实现。-MFC Mapping example, the MFC for demonstrating how to achieve the straight.
- 2022-11-16 13:30:04下载
- 积分:1
-
一种功能简单实用的VGA信号转换为分量YPrPb的电路图,测试成功
一种功能简单实用的VGA信号转换为分量YPrPb的电路图,测试成功-A function of simple and practical component YPrPb VGA signal into the circuit, test success
- 2023-04-24 18:40:03下载
- 积分:1
-
利用PV3D做的flex DEMO 实现了#3D特效
利用PV3D做的flex DEMO 实现了#3D特效-i bu dong ying wen
- 2022-01-27 09:17:08下载
- 积分:1
-
显示及图像处理技术
显示和处理DIB图像-display and image processing DIB
- 2022-03-18 16:03:01下载
- 积分: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