PostgreSQL is an object-relational database management system (ORDBMS). PostgreSQL was developed in 1986 by Michael Stonebreaker and his team. It is e ...
分类:
数据库 时间:
2020-04-17 20:15:43
阅读次数:
93
docx模塊 python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报错UnicodeDecodeError: 'ascii' codec can't decode byte 0x?? in position 1: ordinal not in ran ...
分类:
其他好文 时间:
2020-04-17 15:25:12
阅读次数:
58
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
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
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
GCN的定义 下面内容参考kipf博客,个人认为是告诉你从直觉上,我们怎么得到GCN图上的定义( 而前面的大幅推导是从理论上一步一步来的,也就是说可以用来佐证我们的直觉 ) 我们的网络输入是$\mathcal{G}=(\mathcal{V},\mathcal{E})$: 即可以用$N\times D ...
分类:
Web程序 时间:
2020-04-12 16:44:13
阅读次数:
88
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
https://mp.weixin.qq.com/s/uGxn-Xec0LkwdaSsCtQBvw 简单介绍Periphery的实现。 1. ExportDebugDMI/ExportDebugJTAG 这是两个参数,用于进行参数查找: ExportDebugDMI表示导出DMI接口; Export ...
分类:
其他好文 时间:
2020-04-12 07:43:54
阅读次数:
61