码迷,mamicode.com
首页 >  
搜索关键字:moral graph    ( 3648个结果
PAT_A1154#Vertex Coloring
Source: PAT A 1154 Vertex Coloring (25 分) Description: A proper vertex coloring is a labeling of the graph's vertices with colors such that no two ver ...
分类:其他好文   时间:2019-05-10 23:36:59    阅读次数:179
FZU - 2038 -E - Another Postman Problem (思维+递归+回溯)
Chinese Postman Problem is a very famous hard problem in graph theory. The problem is to find a shortest closed path or circuit that visits every edge ...
分类:其他好文   时间:2019-05-09 21:43:59    阅读次数:113
CentOS7字符界面/图形界面切换
从CentOS7开始,系统将废弃是用inittab文件(inittab is no longer used when using systemd.)打开CentOS7 中的inittab文件
分类:其他好文   时间:2019-05-09 09:17:34    阅读次数:545
【转】redis报错“max number of clients reached"
查看redis监控的时候看到redis的graph出现不正常的情况,截图如下: 如上面截图所展示的样子,可以看到redis 的客户端连接数很突兀的上升到10K,又突然下降到0.排除了监控本身的原因,很明显是因为redis本身出了问题。 进入redis服务器,连接上去 /usr/bin/redis-c ...
分类:其他好文   时间:2019-05-08 12:07:02    阅读次数:117
Spark(4)
Spark Core官网学习回顾 Speed disk 10x memory 100x Easy code interactive shell Unified Stack Batch Streaming ML Graph Deployment Local... ...
分类:其他好文   时间:2019-05-07 22:59:01    阅读次数:130
STM32F3 159.233 Assignment 2
159.233 Assignment 2Due 6th May 2019This assignment is concerned with building a simple memory and co-ordination toy using the STM32F3 Discovery board ...
分类:其他好文   时间:2019-05-06 19:33:51    阅读次数:137
图像特征提取——局部图结构(LGS)及matlab代码实现
一、概述与原理 局部图结构(Local Graph Structure)是由Abusham E A提出的,该算子能将图像的局部特征信息很好的表示,其对于纹理的分辨能力很强,对灰度的单调变化不敏感。 关注一个3*4的区域,LGS与6个领域像素有关。如下图[1]所示: 算子的基本原理:从灰色点出发,沿着 ...
分类:其他好文   时间:2019-05-05 21:54:03    阅读次数:252
PAT 1126 Eulerian Path
1126 Eulerian Path (25 分) 1126 Eulerian Path (25 分) 1126 Eulerian Path (25 分) In graph theory, an Eulerian path is a path in a graph which visits ever ...
分类:其他好文   时间:2019-05-04 14:43:55    阅读次数:113
PAT 1142 Maximal Clique
1142 Maximal Clique (25 分) 1142 Maximal Clique (25 分) 1142 Maximal Clique (25 分) A clique is a subset of vertices of an undirected graph such that eve ...
分类:其他好文   时间:2019-05-04 11:42:03    阅读次数:77
机器学习——pandas
pip install pandas pandas是基于numpy开发出的,专门用于数据分析的开源python库 ...
分类:其他好文   时间:2019-05-04 10:04:26    阅读次数:99
3648条   上一页 1 ... 80 81 82 83 84 ... 365 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!