码迷,mamicode.com
首页 >  
搜索关键字:Edge computing    ( 2926个结果
poj2942 Knights of the Round Table,无向图点双联通,二分图判定
点击打开链接 无向图点双联通,二分图判定 #include #include #include #include #include using namespace std; struct Edge{ int u, v; }; const int maxn = 1005; int pre[maxn], iscut[maxn], bccno[maxn],dfs_c...
分类:移动开发   时间:2014-09-19 12:02:35    阅读次数:206
Vectorized implementation
VectorizationVectorization refers to a powerful way to speed up your algorithms. Numerical computing and parallel computing researchers have put decad...
分类:其他好文   时间:2014-09-18 18:18:44    阅读次数:325
Summary: Deep Copy vs. Shallow Copy vs. Lazy Copy
Object copyAnobject copyis an action in computing where a data object has itsattributescopied to another object of the same data type. Anobjectis a co...
分类:其他好文   时间:2014-09-18 06:27:33    阅读次数:164
Method and apparatus for an atomic operation in a parallel computing environment
A method and apparatus for aatomicoperationis described. A method comprises receiving a first program unit in a parallel computing environment, the fi...
分类:移动开发   时间:2014-09-18 00:30:13    阅读次数:443
从Exchange 通往Office 365系列(十一)发布OWA及Exchange ActiveSync
我们需要将在反向代理上将Exchange发布出去才可以接收公网的邮件,或者是在外网登陆owa,这需要首先在路由器上设置端口映射,将Exchange需要用到的端口映射到TMG服务器上,然后由TMG转发给CAS或者是edge,需要发布的包括25、443、587等等,映射到TMG之后,需要在TMG上发布Excha..
分类:其他好文   时间:2014-09-17 18:54:23    阅读次数:362
Cache index coloring for virtual-address dynamic allocators
A method for managing a memory, including obtaining a number of indices and acacheline size of acachememory, computing acachepage size by multiplying ...
分类:其他好文   时间:2014-09-17 13:21:52    阅读次数:287
弹性分布式数据集:一个支持容错的集群内存计算的抽象
注:本文章是翻译自:Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing 概要 我们提出了弹性分布式数据集(Resilient Distributed Datasets...
分类:其他好文   时间:2014-09-15 19:07:59    阅读次数:146
Design Principles from Design Patterns
Leading-Edge Java Design Principles from Design Patterns A Conversation with Erich Gamma, Part III by Bill Venners June 6, 2005 Erich Gamma lept onto the software world stage in 1995 as co-author o...
分类:其他好文   时间:2014-09-15 18:00:59    阅读次数:291
VNC的安装与配置
VNC(Virtual Network Computing)虚拟网络计算工具,它是一个桌面共享系统。它的功能类似于windows中的远程桌面功能。VNC使用了RFB(Remote Frame Buffer,远程帧缓冲)协议来实现远程控制另外一台计算机。它把键盘、鼠标动作发送到远程计算机,并把远程计算...
分类:其他好文   时间:2014-09-15 17:36:39    阅读次数:293
Install TightVNC Server in RHEL/CentOS and Fedora to Access Remote Desktops
Virtual Networking Computing(VNC) is a Kind of remote sharing system that makes it possible to take control of any other computer connected to interne...
分类:数据库   时间:2014-09-15 12:49:28    阅读次数:800
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!