• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  c  识别  手写  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Microsoft.Ink;

namespace 手写识别
{
    public partial class Form1 : Form
    {
        InkCollector ic;
        RecognizerContext rct;
        // Recognizer rc;
        string FullCACText;

        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            //this.rct.RecognitionWithAlternates += new RecognizerContextRecognitionWithAlternatesEventHandler(rct_RecognitionWithAlternates);

            ic = new InkCollector(ink_here.Handle);
            this.ic.Stroke += new InkCollectorStrokeEventHandler(ic_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-18 23:38  c#winform手写识别\
     目录           0  2017-08-18 23:38  c#winform手写识别\.vs\
     目录           0  2017-08-18 23:38  c#winform手写识别\.vs\手写识别\
     目录           0  2017-08-18 23:38  c#winform手写识别\.vs\手写识别\v14\
     文件       29184  2017-08-18 23:40  c#winform手写识别\.vs\手写识别\v14\.suo
     目录           0  2017-08-18 23:38  c#winform手写识别\手写识别\
     文件         926  2013-12-21 12:31  c#winform手写识别\手写识别.sln
     文件       26624  2013-07-06 12:03  c#winform手写识别\手写识别.suo
     文件       45056  2015-07-04 13:27  c#winform手写识别\手写识别.v12.suo
     文件         117  2013-12-21 12:31  c#winform手写识别\手写识别\app.config
     目录           0  2015-07-04 13:28  c#winform手写识别\手写识别\bin\
     目录           0  2017-08-18 23:39  c#winform手写识别\手写识别\bin\Debug\
     文件      516096  2009-07-14 12:55  c#winform手写识别\手写识别\bin\Debug\Microsoft.Ink.dll
     文件       17408  2017-08-18 23:39  c#winform手写识别\手写识别\bin\Debug\手写识别.exe
     文件         117  2013-12-21 12:31  c#winform手写识别\手写识别\bin\Debug\手写识别.exe.config
     文件       24064  2017-08-18 23:39  c#winform手写识别\手写识别\bin\Debug\手写识别.pdb
     文件       21680  2017-08-18 23:38  c#winform手写识别\手写识别\bin\Debug\手写识别.vshost.exe
     文件         117  2013-12-21 12:31  c#winform手写识别\手写识别\bin\Debug\手写识别.vshost.exe.config
     文件         490  2016-07-16 19:44  c#winform手写识别\手写识别\bin\Debug\手写识别.vshost.exe.manifest
     文件        5216  2013-12-21 12:31  c#winform手写识别\手写识别\Form1.cs
     文件        7929  2013-12-21 12:31  c#winform手写识别\手写识别\Form1.Designer.cs
     文件       12752  2013-12-21 12:31  c#winform手写识别\手写识别\Form1.resx
     目录           0  2017-08-18 23:38  c#winform手写识别\手写识别\obj\
     目录           0  2017-08-18 23:39  c#winform手写识别\手写识别\obj\Debug\
     文件         790  2017-08-18 23:39  c#winform手写识别\手写识别\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6153  2017-08-18 23:38  c#winform手写识别\手写识别\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2017-08-18 23:38  c#winform手写识别\手写识别\obj\Debug\TempPE\
     文件        3584  2017-08-18 23:38  c#winform手写识别\手写识别\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件         618  2017-08-18 23:39  c#winform手写识别\手写识别\obj\Debug\手写识别.csproj.FileListAbsolute.txt
     文件         847  2017-08-18 23:39  c#winform手写识别\手写识别\obj\Debug\手写识别.csproj.GenerateResource.Cache
     文件        7123  2017-08-18 23:39  c#winform手写识别\手写识别\obj\Debug\手写识别.csprojResolveAssemblyReference.cache
............此处省略13个文件信息

评论

共有 条评论