-
Knn识别手写数字
knn识别手写数字,里面有详细的代码注释,具体讲述了利用knn算法,kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。
kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
- 2023-03-29 15:05:04下载
- 积分:1
-
画图程序
可实现类windows上画图程序部分功能
包括区域绘制等。...
画图程序
可实现类windows上画图程序部分功能
包括区域绘制等。-drawing
- 2022-03-07 21:59:39下载
- 积分:1
-
Rutas desde ASP.net con visual basic .net
Rutas desde ASP.net con visual basic .net
- 2022-01-21 05:25:08下载
- 积分:1
-
LED组8
========================================================================
- 2022-03-11 15:28:31下载
- 积分:1
-
加强美化的vb控件包,包含17个源码的图形界面控件包。
加强美化的vb控件包,包含17个源码的图形界面控件包。-to beautify the vb control packet contains 17 GUI source code control packages.
- 2022-03-31 03:55:39下载
- 积分:1
-
一个显示波形的小软件
一个显示波形的小软件-a small display waveform software
- 2022-07-18 04:08:53下载
- 积分:1
-
好东东,电驴源码。。vc的。。可惜水平太低还看不懂本人
好东东,电驴源码。。vc的。。可惜水平太低还看不懂本人-Good Dongdong, eDonkey source. . vc programming. .
- 2023-05-29 19:20:04下载
- 积分:1
-
计算机编程和维护所有的源代码包含D。
电脑编程技巧与维护全部Delphi源代码,包含几十个使用的源代码。-computer programming skills and maintenance of all Delphi source code contains dozens of source code.
- 2022-10-14 23:40:03下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
字母横向滚动控件,可以设置滚动的方向,内容,和底色
字母横向滚动控件,可以设置滚动的方向,内容,和底色-Letters horizontal scroll controls, can set the scroll direction, content, and background
- 2023-02-23 20:20:03下载
- 积分:1