码迷,mamicode.com
首页 >  
搜索关键字:maxflow graph cuts    ( 3774个结果
mali开发板
arm developer上查到的 Development Boards https://developer.arm.com/solutions/graphics-and-gaming/development-platforms HiKey 960 HiKey 970 ODROID-XU3 (Sam ...
分类:其他好文   时间:2020-04-17 09:14:58    阅读次数:57
Journey CodeForces - 1336F[data structures divide and conquer graphs trees]
In the wilds far beyond lies the Land of Sacredness, which can be viewed as a tree — connected undirected graph consisting of nn nodes and n?1n?1 edge ...
分类:其他好文   时间:2020-04-17 00:11:27    阅读次数:66
芯片常识
CPU (Central Processing Unit, 中央处理器)GPU (Graphics Processing Unit,图形处理器)NPU (Neural network Processing Unit, 神经网络处理器)TPU (Tensor Processing Unit, 张量处理 ...
分类:其他好文   时间:2020-04-15 21:36:57    阅读次数:86
DES加密,解密
using System;using System.IO;using System.Text;using System.Security.Cryptography; namespace Elight.Infrastructure{ /// <summary> /// 字符串加密解密方法扩展类。 // ...
分类:其他好文   时间:2020-04-14 22:29:27    阅读次数:74
最小代价生成树(数据结构)
1 //最小代价生成树 2 //prim算法(稠密图):从与这棵树相连的边中选择最短的边,并将这条边及其所连顶点接入当前树中 3 void Prim(MGraph g,int v0,int &sum) { 4 int lowcost[maxsize],visit[maxsize],v;//lowco ...
分类:其他好文   时间:2020-04-14 14:07:16    阅读次数:105
《SEMI-SUPERVISED CLASSIFICATION WITH GRAPH CONVOLUTIONAL NETWORKS》论文阅读(二)
GCN的定义 下面内容参考kipf博客,个人认为是告诉你从直觉上,我们怎么得到GCN图上的定义( 而前面的大幅推导是从理论上一步一步来的,也就是说可以用来佐证我们的直觉 ) 我们的网络输入是$\mathcal{G}=(\mathcal{V},\mathcal{E})$: 即可以用$N\times D ...
分类:Web程序   时间:2020-04-12 16:44:13    阅读次数:88
Optimizing Graphics in Unity 学习
https://learn.unity.com/tutorial/optimizing-graphics-in-unity 1. Rendering 2. Camera 3. Textures 4. Multithreaded Rendering & Graphics Jobs 5. Framebu ...
分类:编程语言   时间:2020-04-12 16:25:37    阅读次数:107
Rocket - debug - Periphery
https://mp.weixin.qq.com/s/uGxn-Xec0LkwdaSsCtQBvw 简单介绍Periphery的实现。 1. ExportDebugDMI/ExportDebugJTAG 这是两个参数,用于进行参数查找: ExportDebugDMI表示导出DMI接口; Export ...
分类:其他好文   时间:2020-04-12 07:43:54    阅读次数:61
785. 判断二分图——本质上就是图的遍历 dfs或者bfs
785. 判断二分图 给定一个无向图graph,当这个图为二分图时返回true。 如果我们能将一个图的节点集合分割成两个独立的子集A和B,并使图中的每一条边的两个节点一个来自A集合,一个来自B集合,我们就将这个图称为二分图。 graph将会以邻接表方式给出,graph[i]表示图中与节点i相连的所有 ...
分类:其他好文   时间:2020-04-11 12:50:19    阅读次数:80
echarts的graph类型图表可视化相关
由于项目需要,我们要做一个物流站点的可视化,现在问题就是我这边拿到的数据是每个点之间的相对距离,就是知道每个点之间的距离(这个距离还不一定是直线距离)。 一开始我就是想暴力求解,因为原则上知道每个点之间的相对距离,确定一个点的位置,比如把物流中心设为(0,0)后,其他点的位置应该都可以知道。(只要不 ...
分类:其他好文   时间:2020-04-11 00:32:28    阅读次数:82
3774条   上一页 1 ... 27 28 29 30 31 ... 378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!