資源簡介
代碼片段和文件信息
using?System;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?CTOCR
{
????public?partial?class?MainForm?:?Form
????{
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}
????????private?abstract?class?NativeMethod
????????{
????????????[DllImport(“AspriseOCR.dll“?EntryPoint?=?“OCR“?CallingConvention?=?CallingConvention.Cdecl)]
????????????public?static?extern?IntPtr?OCR(string?file?int?type);
????????????[DllImport(“AspriseOCR.dll“?EntryPoint?=?“OCRpart“?CallingConvention?=?CallingConvention.Cdecl)]
????????????public?static?extern?IntPtr?OCRpart(string?file?int?type?int?startX?int?startY?int?width?int?height);
????????????[DllImport(“AspriseOCR.dll“?EntryPoint?=?“OCRBarCodes“?CallingConvention?=?C
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1777664??2007-12-19?01:50??CTOCR\CTOCR\bin\Debug\AspriseOCR.dll
?????文件???????9728??2015-11-09?12:28??CTOCR\CTOCR\bin\Debug\CTOCR.exe
?????文件??????24064??2015-11-09?12:28??CTOCR\CTOCR\bin\Debug\CTOCR.pdb
?????文件??????11600??2015-11-09?12:28??CTOCR\CTOCR\bin\Debug\CTOCR.vshost.exe
?????文件????????490??2010-03-17?22:39??CTOCR\CTOCR\bin\Debug\CTOCR.vshost.exe.manifest
?????文件?????864256??2007-11-18?14:52??CTOCR\CTOCR\bin\Debug\DevIL.dll
?????文件??????81920??2007-11-18?14:52??CTOCR\CTOCR\bin\Debug\ILU.dll
?????文件???????3732??2015-11-09?12:21??CTOCR\CTOCR\CTOCR.csproj
?????文件???????1692??2015-11-09?12:28??CTOCR\CTOCR\MainForm.cs
?????文件???????3871??2015-11-09?11:47??CTOCR\CTOCR\MainForm.Designer.cs
?????文件???????6013??2015-11-09?11:47??CTOCR\CTOCR\MainForm.resx
?????文件????????434??2015-11-09?11:43??CTOCR\CTOCR\Program.cs
?????文件???????1352??2015-11-09?11:35??CTOCR\CTOCR\Properties\AssemblyInfo.cs
?????文件???????2861??2015-11-09?11:35??CTOCR\CTOCR\Properties\Resources.Designer.cs
?????文件???????5612??2015-11-09?11:34??CTOCR\CTOCR\Properties\Resources.resx
?????文件???????1091??2015-11-09?11:35??CTOCR\CTOCR\Properties\Settings.Designer.cs
?????文件????????249??2015-11-09?11:34??CTOCR\CTOCR\Properties\Settings.settings
?????文件????????857??2015-11-09?11:35??CTOCR\CTOCR.sln
????..A..H.?????20992??2015-11-09?12:34??CTOCR\CTOCR.suo
?????目錄??????????0??2015-11-09?12:22??CTOCR\CTOCR\bin\Debug
?????目錄??????????0??2015-11-09?12:34??CTOCR\CTOCR\bin
?????目錄??????????0??2015-11-09?11:34??CTOCR\CTOCR\Properties
?????目錄??????????0??2015-11-09?12:34??CTOCR\CTOCR
?????目錄??????????0??2015-11-09?11:35??CTOCR
-----------?---------??----------?-----??----
??????????????2818478????????????????????24
- 上一篇:C# DirectX基礎編程
- 下一篇:C# 遍歷桌面窗口(windows API)
評論
共有 條評論