登录
首页 » c# » 手写识别

手写识别

于 2022-01-28 发布 文件大小:153.15 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

C#  手写识别 程序触摸屏手写识别。可手写识别,根据代码提高识别率,手写的识别率挺高的,而且还可以多字识别,方面好用的。识别速度也是相当的快,基本上是写完之后 ,就已经识别上去了,速度相当的快啊

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FTM
    说明:  基于IAR开发环境,野火FTM 配置文件,包含C和H文件(Based on the IAR development environment, wildfire FTM configuration file, including C and H files)
    2020-06-16 21:20:02下载
    积分:1
  • ViewBimap
    这是一个读取bmp图像的源码,可直接运行,可共初学者使用(This is a source to read bmp images can be directly run a total beginner can use)
    2008-12-22 00:17:40下载
    积分:1
  • flash采集摄像头拍照、截图、上传功能,可直接使用
    flash采集摄像头拍照、截图、上传功能,可直接使用,网页的。
    2022-05-17 05:54:33下载
    积分:1
  • C# 查询订购产品ID为51的客户信息
    C# 查询订购产品ID为51的客户信息,需要连接数据库来测试,相关代码分享如下:   //查询订购产品ID为51的客户信息   SqlConnection MyConnection = new SqlConnection(@"Data Source =luobin-PCSQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");   MyConnection.Open();   DataSet MyDataSet = new DataSet("CustomerOrdersDetails");   SqlDataAdapter MyCustomerAdapter = new SqlDataAdapter("SELECT * FROM Customers", MyConnection);   MyCustomerAdapter.Fill(MyDataSet, "Customers");   DataTable MyTable = new DataTable();   MyCustomerAdapter.Fill(MyTable);   SqlDataAdapter MyOrderAdapter = new SqlDataAdapter("SELECT * FROM Orders", MyConnection);   MyOrderAdapter.Fill(MyDataSet, "Orders");   SqlDataAdapter MyDetailAdapter = new SqlDataAdapter("SELECT * FROM [Order Details]", MyConnection);   MyDetailAdapter.Fill(MyDataSet, "OrderDetails");   MyConnection.Close();   MyDataSet.Relations.Add("CustOrders",MyDataSet.Tables["Customers"].Columns["CustomerID"],MyDataSet.Tables["Orders"].Columns["CustomerID"]).Nested = true;   MyDataSet.Relations.Add(
    2023-04-28 12:35:03下载
    积分:1
  • contiki-2.3
    contiki是开源的,可移植的,针对存储空间受限的网络化嵌入式系统和无线传感器网络的多任务操作系统。(Contiki is an open source, highly portable, multi-tasking operating system for memory-efficient networked embedded systems and wireless sensor networks. Contiki has been used is a variety of projects, such as road tunnel fire monitoring, intrusion detection, water monitoring in the Baltic Sea, and in surveillance networks. )
    2009-07-04 17:39:19下载
    积分:1
  • DLL-of-VCPP-for-windows
    这本书详细的讲解了windows 动态链接库编程的方方面面。是学习动态链接库编程的最佳书籍。(This is a best book for programmer to learn how to work on dynamid link library on windows platform.)
    2015-09-23 09:38:07下载
    积分:1
  • online-bookstore
    这是一个网上书店的源程序,简单的实现了网上售书的功能。(This is the source of an online bookstore, simple implementation of the functionality of online book sales.)
    2012-03-09 14:56:12下载
    积分:1
  • Robot Distance Meter (Motor DC)
    Robot Distance Meter (Motor DC) / c / protues
    2019-04-29 19:21:51下载
    积分:1
  • C++简单五子棋源码
    实现五子棋基本功能,采用五子棋经典算法并加以该进,实行人机对战模式AI智能很高。
    2022-01-28 20:49:32下载
    积分:1
  • 读取并可视化DICOM图像(VTK & OpenCV)
    本资源是将DICOM格式的CT图用VTK读取,转给OpenCV处理并可视化。当中的操作比普通的图片显示要更困难(可看我的博文了解)。本程序只要配置好OpenCV和VTK环境即可成功运行,使用简单方便。
    2022-05-18 15:47:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载