码迷,mamicode.com
首页 >  
搜索关键字:graphs    ( 228个结果
Spark GraphX
1 OverviewGraphX is a new component in Spark for graphs and graph-parallel computation. At a high level, GraphX extends the Spark RDD by introducing a...
分类:其他好文   时间:2015-11-26 15:13:07    阅读次数:359
How to encode picture to H264 use AVFoundation on Mac, not use x264(续 :其中提到的用VideoToolBox硬编码,RTMP推流的开源工程 VideoCore project)
来源:https://github.com/jgh-/VideoCore Code Issues 77 Pull requests 4 Wiki Pulse Graphs SSH clone URLYou can clone with,, or.An audio and video man...
分类:Web程序   时间:2015-11-19 01:49:56    阅读次数:862
guava之cache
转自:http://ifeve.com/google-guava-cachesexplained/范例01LoadingCache graphs = CacheBuilder.newBuilder()02.maximumSize(1000)03.expireAfterWrite(10, TimeUn...
分类:系统相关   时间:2015-11-19 00:25:03    阅读次数:564
Calculus on Computational Graphs: Backpropagation
Calculus on Computational Graphs: BackpropagationIntroductionBackpropagation is the key algorithm that makes training deep models computationally trac...
分类:其他好文   时间:2015-09-04 21:10:03    阅读次数:189
Object Graph Serialization
http://coding-time.blogspot.com/2008/03/serialize-object-graph-to-xml-in-net.htmlhttp://trycatch.me/xml-json-serialization-of-object-graphs-with-cycli...
分类:其他好文   时间:2015-08-27 18:05:20    阅读次数:127
Codeforces 566 F. Clique in the Divisibility Graph
Codeforces 566F 的传送门As you must know, the maximum clique problem in an arbitrary graph is NP-hard. Nevertheless, for some graphs of specific kinds it can be solved effectively.Just in case, let us remi...
分类:其他好文   时间:2015-08-08 19:59:04    阅读次数:133
喵呜的虚拟城市(最短路)
Problem C: 虚拟城市 Time Limit: 2 Sec  Memory Limit: 128 MB Submit: 5  Solved: 2 [Submit][Status][Web Board] Description 虚拟城市是一个基于Windows平台的2D经营策略游戏。你可以在游戏中建造各种各样的建筑(公园、雕塑、喷泉、小屋、公寓、办公区、商场写字楼、综合办公...
分类:其他好文   时间:2015-08-02 18:16:38    阅读次数:203
hihoCoder_#1190_连通性·四·点的双连通分量(块)
#1190 : 连通性·四 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi和小Ho从约翰家回到学校时,网络所的老师又找到了小Hi和小Ho。 老师告诉小Hi和小Ho:之前的分组出了点问题,当服务器(上次是连接)发生宕机的时候,在同一组的服务器有可能连接不上,所以他们希望重新进行一次分组。这一次老师希望对连接进行分组,并把一个组内的...
分类:其他好文   时间:2015-08-01 01:10:25    阅读次数:122
hihoCoder_#1185_连通性·三·强连通分量
#1185 : 连通性·三 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 暑假到了!!小Hi和小Ho为了体验生活,来到了住在大草原的约翰家。今天一大早,约翰因为有事要出去,就拜托小Hi和小Ho忙帮放牧。 约翰家一共有N个草场,每个草场有容量为W[i]的牧草,N个草场之间有M条单向的路径。 小Hi和小Ho需要将牛羊群赶到草场上,当他们...
分类:其他好文   时间:2015-08-01 01:09:55    阅读次数:106
hihoCoder_#1184_连通性二·边的双连通分量
#1184 : 连通性二·边的双连通分量 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 在基本的网络搭建完成后,学校为了方便管理还需要对所有的服务器进行编组,网络所的老师找到了小Hi和小Ho,希望他俩帮忙。 老师告诉小Hi和小Ho:根据现在网络的情况,我们要将服务器进行分组,对于同一个组的服务器,应当满足:当组内任意一个连接断开之后,...
分类:其他好文   时间:2015-07-31 23:38:51    阅读次数:209
228条   上一页 1 ... 17 18 19 20 21 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!