会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
王小山的空间
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
下一页
2017年10月10日
模式识别基础
摘要: 一、模式识别的定义 关于模式识别(pattern recognition)的定义,首先要了解模式和识别分别是什么含义。有教材指出模式是指组成成分或影响因素间存在确定性或随机性规律的对象、过程或事件的集合。而识别是指把对象分门别类地认出来,也有解释是指以前见过,现在再次认出来。简而言之,模式识别是把对
阅读全文
posted @ 2017-10-10 09:28 真勇士王小山
阅读(1453)
评论(0)
推荐(0)
2017年10月9日
聚类的方法(层次聚类,K-means聚类)
摘要: 所谓聚类,就是将相似的事物聚集在一 起,而将不相似的事物划分到不同的类别的过程,是数据分析之中十分重要的一种手段。比如古典生物学之中,人们通过物种的形貌特征将其分门别类,可以说就是 一种朴素的人工聚类。如此,我们就可以将世界上纷繁复杂的信息,简化为少数方便人们理解的类别,可以说是人类认知这个世界的最
阅读全文
posted @ 2017-10-09 20:05 真勇士王小山
阅读(20279)
评论(0)
推荐(0)
2017年10月8日
哈希表(散列表)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d
阅读全文
posted @ 2017-10-08 15:22 真勇士王小山
阅读(202)
评论(0)
推荐(0)
多路查找树B树
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d
阅读全文
posted @ 2017-10-08 15:21 真勇士王小山
阅读(231)
评论(0)
推荐(0)
二叉排序树
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de
阅读全文
posted @ 2017-10-08 15:20 真勇士王小山
阅读(187)
评论(0)
推荐(0)
平衡二叉树AVL
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de
阅读全文
posted @ 2017-10-08 15:20 真勇士王小山
阅读(164)
评论(0)
推荐(0)
静态查找
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de
阅读全文
posted @ 2017-10-08 15:18 真勇士王小山
阅读(265)
评论(0)
推荐(0)
10关键路径_CriticalPath
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d
阅读全文
posted @ 2017-10-08 14:51 真勇士王小山
阅读(173)
评论(0)
推荐(0)
09拓扑排序_TopologicalSort
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de
阅读全文
posted @ 2017-10-08 14:50 真勇士王小山
阅读(147)
评论(0)
推荐(0)
08最短路径_Floyd
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de
阅读全文
posted @ 2017-10-08 14:49 真勇士王小山
阅读(129)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
下一页
公告