-
ssd1309控制器初始化代码
香港晶门科技ssd1309控制器初始化代码,用于oled显示屏驱动
- 2022-04-17 10:17: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
-
this program will not only draw one of the complex spiral patterns, can be tilte...
此程序不但画出了其中的复杂的螺旋图案,还可以倾斜任意角度,具有较大的灵活性,其中的一些细节很值得学习,对其他的绘制图形起了一个很好的借鉴作用-this program will not only draw one of the complex spiral patterns, can be tilted at any angle, with greater flexibility, some of which is worth learning details of the other mapping graphics with a good reference
- 2022-06-02 20:30:17下载
- 积分:1
-
2维图形绘制编辑系统
2维图形绘制编辑系统-two-dimensional graphic editing system
- 2023-08-08 11:00:03下载
- 积分:1
-
很不错的基于神经网络BP算法的字母识别VC程序
很不错的基于神经网络BP算法的字母识别VC程序-very good based on neural network algorithm alphanumeric identification procedures VC
- 2023-04-10 18:05:04下载
- 积分:1
-
计算机绘图程序
用c语言实现的一些计算机绘图程序-Some of the computer drawing program
- 2022-03-07 08:55:22下载
- 积分:1
-
c++实现opengl的代码, 其中有3个实例, 是很好的opengl的入门代码
c++实现opengl的代码, 其中有3个实例, 是很好的opengl的入门代码-c++ implementation of opengl code, there is one of three examples is a good entry-opengl code
- 2022-02-22 07:31:19下载
- 积分:1
-
support of the edges in the image feature extraction, and access to, such as his...
支持图像的边缘特征提取,和获取直方图 等-support of the edges in the image feature extraction, and access to, such as histogram
- 2022-01-25 22:59:54下载
- 积分:1
-
一个动画演示程序。已经通过编译测试,有兴趣的可以
一个动画演示程序。已经通过编译测试,有兴趣的可以-an animation demonstration program. Compiler test has been passed, interested can s
- 2022-03-18 13:26:56下载
- 积分:1
-
利用D3D实现了通过高度图生成地形的基本功能,支持地形纹理的载入、程序运行桢数的显示以及在场景中进行漫游(方向键控制移动,w/s键控制俯仰角),适合D3D初学者...
利用D3D实现了通过高度图生成地形的基本功能,支持地形纹理的载入、程序运行桢数的显示以及在场景中进行漫游(方向键控制移动,w/s键控制俯仰角),适合D3D初学者-D3D realize through the use of a high degree of topographic map to generate the basic functions to support the terrain texture loading, the program shows the number of run-ching as well as in roaming scenarios (the arrow keys to control movement, w/s keys to control pitch angle), suitable for early D3D scholars
- 2023-07-28 21:05:06下载
- 积分:1