-
手写板识别
资源描述联机数字、英文字符及汉字识别,mydate.dat为字库先点击file, 点open,读入字库
学习时字库自动保存
已有键盘字符,字母,数字
和简单汉字
如要识别复杂汉字,请先用学习功能
- 2022-02-05 13:37:34下载
- 积分:1
-
一个新的类似资源管理器的代码
一个新的类似资源管理器的代码-a new, similar resources management of code
- 2022-03-02 22:42:50下载
- 积分:1
-
一个操作演示如何操作剪贴板(Clipboard)来共享和传递数据的程序。比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们...
一个操作演示如何操作剪贴板(Clipboard)来共享和传递数据的程序。比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们也可以在自己的应用程序中通过剪贴板来完成这些工作,从而提高我们自己的应用程序与Windows操作系统之间的互操作性。-an operation and demonstration of how to operate the clipboard (Clipboard), and transmit data sharing procedures. For example, in resource management (Windows Explorer) can shear/copy/paste documents. Similarly, we can also in their applications through the clipboard to complete these tasks, in order to improve our own applications and the Windows operating system interoperability.
- 2022-04-01 19:35:08下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
关于设计模式的代码
关于设计模式的代码-model for the design code
- 2022-07-11 12:40:08下载
- 积分:1
-
Josephus问题的顺序表实现 关于Josephus问题的顺序表实现
Josephus问题的顺序表实现 关于Josephus问题的顺序表实现-Josephus table in the order of Josephus achieve in the order table to achieve
- 2022-07-13 06:52:13下载
- 积分:1
-
算法分析中的实例,简单的贪心算法用于求解此类问题
算法分析中的实例,简单的贪心算法用于求解此类问题-Examples of algorithm analysis, the simple greedy algorithm for solving such problems
- 2023-08-10 05:10:03下载
- 积分:1
-
Ping network. It can continue to print the network connections.
Ping network. it can continue to print the network connections.-Ping network. It can continue to print the network connections.
- 2023-06-27 12:55:03下载
- 积分:1
-
dynamic modification of the source ip address
动态修改ip地址的源码-dynamic modification of the source ip address
- 2022-02-16 04:04:03下载
- 积分:1
-
Study pe paper pe familiar with file structure, to understand the various functi...
研究pe文件,熟悉了解pe文件结构,了解pe文件各个功能,利用功能-Study pe paper pe familiar with file structure, to understand the various functional pe file, using functional
- 2023-02-05 04:05:03下载
- 积分:1