• 大小: 21.22M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: wpf  wp  

资源简介

用于手写识别汉字等

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace MyTablet
{
    using System.ComponentModel;
    using System.Windows.Ink;

    using MyTablet.Systems;

    /// 
    /// Interaction logic for InkTablet.xaml
    /// 

    public partial class InkTablet : INotifyPropertyChanged
    {
        public InkTablet()
        {
            InitializeComponent();
            theInkCanvas.MouseUp += OnInkCanvasMouseUp;
        }

        privat

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2150  2016-06-17 16:47  NativeHelpers\Debug\cl.command.1.tlog

     文件      56916  2016-06-17 16:47  NativeHelpers\Debug\CL.read.1.tlog

     文件       1690  2016-06-17 16:47  NativeHelpers\Debug\CL.write.1.tlog

     文件         66  2016-06-17 16:46  NativeHelpers\Debug\NativeHelpers.lastbuildstate

     文件      14582  2016-06-17 16:47  NativeHelpers\Debug\NativeHelpers.log

     文件          0  2016-06-17 16:46  NativeHelpers\Debug\NativeHelpers.unsuccessfulbuild

     文件      24943  2016-06-17 16:47  NativeHelpers\Debug\pch.obj

     文件     494592  2016-06-17 16:47  NativeHelpers\Debug\vc110.idb

     文件     118784  2016-06-17 16:47  NativeHelpers\Debug\vc110.pdb

     文件       4018  2016-06-17 16:46  NativeHelpers\NativeHelpers.vcxproj

     文件       1597  2016-06-17 16:46  NativeHelpers\NativeHelpers.vcxproj.filters

     文件        315  2016-03-23 17:31  Test\App.xaml

     文件        306  2016-03-23 17:31  Test\App.xaml.cs

     文件    1215328  2011-04-17 17:08  Test\bin\Debug\IACore.dll

     文件      84992  2011-04-17 17:08  Test\bin\Debug\IALoader.dll

     文件     117600  2011-04-17 17:08  Test\bin\Debug\IAWinFX.dll

     文件      32256  2016-06-13 15:02  Test\bin\Debug\MyTablet.dll

     文件      52736  2016-06-13 15:02  Test\bin\Debug\MyTablet.pdb

     文件      10240  2016-06-13 15:02  Test\bin\Debug\Test.exe

     文件      38400  2016-06-13 15:02  Test\bin\Debug\Test.pdb

     文件      21472  2016-06-13 15:02  Test\bin\Debug\Test.vshost.exe

     文件        490  2015-10-30 15:19  Test\bin\Debug\Test.vshost.exe.manifest

     文件   14574808  2016-03-23 17:31  Test\bin\Debug\TPCSDKSetup.exe

     文件     467288  2010-03-02 12:09  Test\bin\Debug\WPFToolkit.dll

     文件    1220096  2010-03-02 01:10  Test\bin\Debug\WPFToolkit.pdb

     文件        779  2016-03-23 17:31  Test\MainWindow.xaml

     文件       1059  2016-06-13 10:42  Test\MainWindow.xaml.cs

     文件       2252  2016-06-13 15:02  Test\obj\x86\Debug\App.g.cs

     文件       2252  2016-06-17 16:41  Test\obj\x86\Debug\App.g.i.cs

     文件      15456  2016-06-13 10:26  Test\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

............此处省略161个文件信息

评论

共有 条评论