码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
echarts heatmap 热力图示例
废话不多说,直接上图,表示了两种不同物种之间随年龄增长竞争关系。 https://www.echartsjs.com/examples/zh/editor.html?c=heatmap-cartesian 代码如下: var faw = ['1st', '2nd', '3rd', '4th', '5 ...
分类:其他好文   时间:2020-02-10 12:01:52    阅读次数:546
VAE代码学习
1.pytorch中给出的例子 https://github.com/pytorch/examples/blob/master/vae/main.py 实现过程非常简单: class VAE(nn.Module): def __init__(self): super(VAE, self).__ini ...
分类:其他好文   时间:2020-02-10 09:29:36    阅读次数:132
Bayesian linear regression
Let $S={(x^{(i)}, y^{(i)})}_{i=1}^m$ be a training set of i.i.d. examples from unknow distribution. The standard probabilistic interpretation of linea ...
分类:其他好文   时间:2020-02-09 18:25:31    阅读次数:78
gamma分布学习
转自:https://towardsdatascience.com/gamma-distribution-intuition-derivation-and-examples-55f407423840 #似乎还从来没有认真地学习过gamma分布。 1. 从这个图中似乎可以认为,gamma分布中的sha ...
分类:其他好文   时间:2020-02-09 00:38:04    阅读次数:82
Vulkan SDK之 FrameBuffer
The Vulkan Framebuffer Framebuffers represent a collection of memory attachments that are used by a render pass instance. Examples of these memory att ...
分类:其他好文   时间:2020-02-07 10:37:32    阅读次数:58
Vue 进阶(实例训练)
一些 运用到 Vue框架的前端例子(借鉴于菜鸟教程) 一、做一个导航栏(代码如下) 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="wi ...
分类:其他好文   时间:2020-02-05 17:59:09    阅读次数:60
【转】WHY DO THREADS SOMETIMES STAY IN 'KILLED' STATE IN MYSQL?
简介 是因为某天发现 kill 不掉一个 process,当时那个 process 的状态已经被至为了 killed 却一直在 run 无法结束,于是想强制结束搜到了下面的文章。 结论是无法强制结束,无法关闭可能是因为有事物在回滚 or 磁盘满了无法写入等等等。 Have you ever trie ...
分类:数据库   时间:2020-02-04 20:12:57    阅读次数:146
SDNU_ACM_ICPC_2020_Winter_Practice_4th
H - Triangle Mr. Frog has n sticks, whose lengths are 1,2, 3??n respectively. Wallice is a bad man, so he does not want Mr. Frog to form a triangle wi ...
分类:Windows程序   时间:2020-02-03 22:09:10    阅读次数:89
Codeforces 1291D
D. Irreducible Anagrams time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Let's call two s ...
分类:其他好文   时间:2020-02-03 12:19:08    阅读次数:167
Qt Installer Framework翻译(8)
好了,到这里翻译就结束了。各位可以下载源码,结合examples示例,使用repogen和binarycreator好好实操一下,就能掌握基础用法了。祝各位使用顺利。 官方文档网址:https://doc.qt.io/qtinstallerframework/index.html 官方软件网址:ht ...
分类:其他好文   时间:2020-02-03 11:32:08    阅读次数:77
2038条   上一页 1 ... 14 15 16 17 18 ... 204 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!