-
huffman图象编码解码源程序
huffman图象编码解码源程序-huffman image coding decoding source program
- 2022-08-06 00:59:50下载
- 积分:1
-
想要一个简单的字符识别的源代码,来自黑白图像…
想要一个简单的文字识别vc源代码,从黑白图像中识别出文字,就是背景是白色,文字是黑色。只需简单识别英文26个大小写字母就够了。 -want a simple character recognition vc source code, from black and white images to identify words, background is white, text is black. A simple identification English 26 case-insensitive enough.
- 2022-06-28 19:49:25下载
- 积分:1
-
这是一个演示了RGB色素的设置,从而让你学到一些关于RGB的知识...
这是一个演示了RGB色素的设置,从而让你学到一些关于RGB的知识-This is a demonstration of the pigment RGB settings, so you learn some of the knowledge RGB
- 2022-02-27 06:51:55下载
- 积分:1
-
VC开发的图像处理,VC开发
VC开发的图像处理,VC开发-VC developed image processing, VC
- 2023-03-05 19:00:04下载
- 积分:1
-
一个经典画图软件,不容错过
一个经典画图软件,不容错过-a classic drawing software, not to be missed
- 2023-07-18 05:10:02下载
- 积分:1
-
图像数据的显示(读入bmp文件)
图像数据的显示(读入bmp文件)-Image Data Display (read bmp files)
- 2022-07-10 21:05:08下载
- 积分: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
-
桌面天气
开机自动获取当天的天气情况,并把它写在桌面背景上,同时可以定制桌面LOGO,温馨提示等,还可以添加桌面图标的背景,使桌面更加美观!
- 2022-08-06 05:11:20下载
- 积分:1
-
opengl shader
使用opengl shader 写的模拟光照的程序,程序分别用固定管线,顶点着色器和片段着色器实现光照
- 2022-03-07 22:17:22下载
- 积分:1
-
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用...
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用-This is an additional parameter with C curve drawing procedure, the teacher left the job, hope for all of us
- 2022-04-25 08:57:48下载
- 积分:1