-
验证码简单去背景+ORC识别
资源描述
验证码简单去背景+ORC识别
m_tesseract = new TesseractProcessor();
m_tesseract.Init(m_path, m_lang, (int)TesseractEngineMode.DEFAULT);
m_tesseract.SetVariable("tessedit_pageseg_mode", TesseractPageSegMode.PSM_AUTO.ToString());
- 2023-03-31 01:45:04下载
- 积分:1
-
王爽汇编程序设计
学习时写的一些程序
欢迎下载
王爽汇编程序设计
学习时写的一些程序
欢迎下载-Wang Shuang assembler designed study welcome to write some of the procedures to download
- 2022-10-20 09:45:03下载
- 积分:1
-
本人收集的一些基本c语言程序源码,以供初学者参考!
本人收集的一些基本c语言程序源码,以供初学者参考!-I collect some basic c language program source code reference for beginners!
- 2022-04-06 13:35:56下载
- 积分:1
-
delphi 高精度计时函数调用,比gettickcount要精确
delphi 高精度计时函数调用,比gettickcount要精确-delphi precision timing function call, to be accurate than gettickcount
- 2022-03-14 16:50:05下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1
-
串口、Linux
利用串口调试工具和网络控制台,可通过PC机与ARM开发板进行串口通信,该代码已经调试通过,可实时看到收发的数据,并可以尝试多种串口数据收发方式
- 2022-07-19 21:11:26下载
- 积分:1
-
这个程序是关于短时间的傅立叶变换。
This program is about short time fourier transform.
- 2022-09-07 02:55:02下载
- 积分:1
-
wince use Slip examples of procedures, suitable for just learning evc friends
wince下使用滑动条的实例程序,适合刚学evc的朋友-wince use Slip examples of procedures, suitable for just learning evc friends
- 2023-04-06 18:40:03下载
- 积分:1
-
蝴蝶在自然界
butterfly on nature-butterfly on nature
- 2022-01-28 21:05:30下载
- 积分:1
-
windows下关机小程序
VB开发windows自动关机功能,调用API函数,具有定时关机、延时关机、取消关机功能。
- 2022-03-20 19:23:52下载
- 积分:1