-
基于神经网络的手写体字符识别程序,W
用VC++编写的基于神经网络的手写字符识别程序,该程序功能强大,识别率高,应用范围广-VC prepared based on neural network Handwritten Character Recognition program, which is a powerful, high recognition rate and wide application
- 2022-03-02 16:11:23下载
- 积分:1
-
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageBut...
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageButton.ocx)、改进的日历控件(GoldSealCanlendar.ocx)。它还为我找到第一份工作立下了汗马功劳,因为没有时间,所以日程提醒部分没有做,是一下小小的遗憾。-a calendar and contact management software, using the Access database, which uses three own written three controls : no selling point button (NFButton.ocx), the button with pictures (ImageButton.ocx), improved calendar control (GoldSealCanlendar.ocx). It is also the first to find me a job has achieved a lot, because no time, the agenda remind some do not, what is little regret.
- 2022-02-14 15:04:07下载
- 积分:1
-
IPM模块作为功率集成电路产品, 它使用表面贴装技术将三相桥臂的六个IGBT及其驱动电路、保护电路集成在一个模块内, 除了具有驱动功能外, 还具有很多保护功能,...
IPM模块作为功率集成电路产品, 它使用表面贴装技术将三相桥臂的六个IGBT及其驱动电路、保护电路集成在一个模块内, 除了具有驱动功能外, 还具有很多保护功能,与传统分立IGBT或模块相比, 其具有体积小、功能多、可靠性高、价格便宜等优点。-IPM as the power IC products, which use surface mount technology arm of the three-phase bridge and six IGBT driver circuit protection circuitry integrated into a module, in addition to driving functions, but also a lot of protection, and the traditional separation or IGBT module compared to its small size , functional, high reliability, low price advantages.
- 2023-07-22 12:15:03下载
- 积分:1
-
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高...
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高级GIS功能,而且构建在工业标准基础之上。
本章将向开发人员介绍ArcGIS Engine开发工具包和ArcGIS Engine运行时软件,讨论如何使用ArcGIS Engine及其不同组件等问题。-ESRI 庐
- 2023-01-04 14:05:03下载
- 积分:1
-
PngUnit
PngUnit - Read, view and save PNG, convert BMP to PNG (PNG = Portable Network Graphics)-PngUnit- Read, view and save PNG, convert BMP to PNG (PNG = Portable Network Graphics)
- 2022-02-02 23:45:36下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
C#写的Gabor变换
已在vs2013环境下编译通过,实现了8个方向4个频率的特征提取。Main函数的路径要修改一下才能运行
- 2022-04-11 01:58:49下载
- 积分:1
-
算法设计C语言源代码!
算法设计C语言源代码!-algorithm design C language source code!
- 2022-01-25 15:00:26下载
- 积分:1
-
vrml交互实例。 简单的台灯,可以任意转动,开灯关灯等的交互,门的开关,颜色变换等...
vrml交互实例。 简单的台灯,可以任意转动,开灯关灯等的交互,门的开关,颜色变换等-vrml interactive examples
- 2022-04-20 21:36:39下载
- 积分:1
-
模式识别的源码:包含了分类与聚类两部分,希望能对大家有所帮助...
模式识别的源码:包含了分类与聚类两部分,希望能对大家有所帮助-Pattern Recognition Source: Classification and cluster contains two parts, hoping to help all of you
- 2023-07-09 14:25:04下载
- 积分:1