资源简介
实现方法本人在至少5台不同类型的电脑测试无误。字体配好后,识别率为100%。具体流程见调用流程.docx
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace CShapDM
{
///
/// 大漠插件C#免注册调用类
/// 本模块必须包含dmc.dll 实现不用注册dm.dll 到系统可以动态调用
///
class CDmSoft : IDisposable
{
#region import DLL 函数
[DllImport(“dmc.dll“CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern IntPtr CreateDM(string dmpath);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int FreeDM();
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern string Ver(IntPtr dm);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int SetPath(IntPtr dmstring path);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern string Ocr(IntPtr dmint x1int y1int x2int y2string colordouble sim);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int FindStr(IntPtr dmint x1int y1int x2int y2string strstring colordouble simout object xout object y);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int GetResultCount(IntPtr dmstring str);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int GetResultPos(IntPtr dmstring strint indexout object xout object y);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int StrStr(IntPtr dmstring sstring str);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int SendCommand(IntPtr dmstring cmd);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int UseDict(IntPtr dmint index);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern string GetbasePath(IntPtr dm);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern int SetDictPwd(IntPtr dmstring pwd);
[DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
public static extern string OcrInFile(IntPtr dmint x1int y1int x2int y2string pic_namestring colordouble sim);
[DllIm
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4846 2013-06-05 14:48 C# 调用大漠插件\03调用大漠插件\03调用大漠插件.csproj
文件 227 2013-06-05 14:30 C# 调用大漠插件\03调用大漠插件\03调用大漠插件.csproj.user
文件 6144 2015-11-18 15:59 C# 调用大漠插件\03调用大漠插件\03调用大漠插件.v11.suo
文件 187 2013-06-04 14:17 C# 调用大漠插件\03调用大漠插件\App.config
文件 76800 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.exe
文件 187 2013-06-04 14:17 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.exe.config
文件 165376 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.pdb
文件 22984 2015-11-18 15:41 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe
文件 187 2013-06-04 14:17 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe.config
文件 490 2012-06-06 02:06 C# 调用大漠插件\03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe.manifest
文件 823296 2013-06-04 14:18 C# 调用大漠插件\03调用大漠插件\bin\Debug\dm.dll
文件 390656 2013-06-04 14:18 C# 调用大漠插件\03调用大漠插件\bin\Debug\dmc.dll
文件 1392159 2013-06-05 15:44 C# 调用大漠插件\03调用大漠插件\bin\Debug\screenshot.png
文件 178 2013-06-05 14:48 C# 调用大漠插件\03调用大漠插件\bin\Debug\word.txt
文件 2252 2013-06-04 15:14 C# 调用大漠插件\03调用大漠插件\bin\Debug\yuan.bmp
文件 109231 2013-06-04 20:23 C# 调用大漠插件\03调用大漠插件\CDmSoft.cs
文件 60 2013-06-05 10:09 C# 调用大漠插件\03调用大漠插件\ClassDiagram1.cd
文件 5633 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\Form1.cs
文件 9861 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\Form1.Designer.cs
文件 6165 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\Form1.resx
文件 402 2013-06-05 13:40 C# 调用大漠插件\03调用大漠插件\Form2.cs
文件 2930 2013-06-05 13:40 C# 调用大漠插件\03调用大漠插件\Form2.Designer.cs
文件 5817 2013-06-05 13:40 C# 调用大漠插件\03调用大漠插件\Form2.resx
文件 402 2013-06-05 14:45 C# 调用大漠插件\03调用大漠插件\Form3.cs
文件 2894 2013-06-05 14:45 C# 调用大漠插件\03调用大漠插件\Form3.Designer.cs
文件 5817 2013-06-05 14:45 C# 调用大漠插件\03调用大漠插件\Form3.resx
文件 3801 2015-11-18 15:41 C# 调用大漠插件\03调用大漠插件\obj\Debug\03调用大漠插件.csproj.FileListAbsolute.txt
文件 1210 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\obj\Debug\03调用大漠插件.csproj.GenerateResource.Cache
文件 2209 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\obj\Debug\03调用大漠插件.csprojResolveAssemblyReference.cache
文件 76800 2015-11-18 15:36 C# 调用大漠插件\03调用大漠插件\obj\Debug\03调用大漠插件.exe
............此处省略99个文件信息
相关资源
- 酒店管理系统 VS2008 + C# + SQLServer 含源
- AForge桌面录屏c#
- 问卷调查系统c#
- C#程序设计——大学生社团管理系统
- 深度学习 C#
- 基于C#的p2p文件传输67323
- 教务管理系统(C# + asp.net 源码)
- C#功能非常强大的RDLC自定义报表/单据
- VSTO:使用C#开发Excel、Word
- C#KTV后台窗体代码
- C#人事管理系统设计与实现论文+源代
- C#winfrom自定义报表源码
- 餐馆管理系统C#课程设计含数据库
- C#程序设计经典教程第二版PPT及上机练
- 很强大的C#控件类库,各种高能控件,
- 源代码C#、halcon深度学习软件系统-G
- 图书管理系统C#课程设计+sqlsever数据库
- C#修改多媒体文件的属性
- C# winfrom 百度离线瓦片地图
- Visual C#2008版 应用案例教程
- C#绘制动态曲线通过控件的Paint事件,
- 宝石消消乐
- c#QQ聊天系统
- C#实现点击菜单栏在同一页面显示
- C#医院管理系统源码 (CS架构)
- Google Authenticator in ASP.NET (C#)
- C# 学员在线考试系统(可自动批阅试
- C#初学者制作的一个打怪小游戏
- C#数据库定时备份Windows服务源码
- C#商城系统 C#+ASP.NET开发
评论
共有 条评论