码迷,mamicode.com
首页 >  
搜索关键字:Edge computing    ( 2926个结果
GLSL实现Interactive Fluid 流体【转】
http://blog.csdn.net/a3070173/archive/2008/12/08/3479477.aspx完成的部分:1.流体本身的绘制和更新未解决的部分:1.由于采用经过抖动的屏幕坐标进行折射图纹理采样,在设置了GL_CLAMP_TO_EDGE之后仍然会导致边沿采样走样,仔细对比了...
分类:其他好文   时间:2014-06-25 13:47:46    阅读次数:179
ATCA构架
ATCA(Advanced Telecom Computing Architecture)标准即先进的电信计算平台,它脱胎于在电信、航天、工业控制、医疗器械、智能交通、军事装备等领域应用广泛的新一代主流工业计算技术——CompactPCI标准。是为下一代融合通信及数据网络应用提供的一个高性价比的,基于模块化结构的、兼容的、并可扩展的硬件构架。   概述编辑 ATCA总线(Advanced T...
分类:其他好文   时间:2014-06-22 21:51:25    阅读次数:219
算法8-3:权重图接口
在正式编写最小生成树的算法之前,还需要做一些准备工作。具体的工作就是建立一些基础对象。 边 首先需要建立边的对象。现在的边要增加权重信息,一条边需要记录两个端点以及这条边的权重,因此边类的轮廓如下: public class Edge implements Comparable { public Edge(int v, int w, double we...
分类:其他好文   时间:2014-06-22 20:45:50    阅读次数:147
【HDOJ】3367 Pseudoforest
并查集。 1 #include 2 #include 3 #include 4 5 #define MAXN 10005 6 #define INF 0xffffff 7 8 typedef struct { 9 int c, s, e;10 } edge_st;11 12 ed...
分类:其他好文   时间:2014-06-21 17:29:36    阅读次数:178
[转]Network flow monitoring with Open vSwitch
With network virtualization, the software switches (such as Open vSwitch) on the servers act like the edge switches. So, to gain insights into the net...
分类:Web程序   时间:2014-06-21 15:34:13    阅读次数:324
[转]Comparing sFlow and NetFlow in a vSwitch
As virtualization shifts the network edge from top of rack switches to software virtual switches running on the hypervisors; visibility in the virtual...
分类:Web程序   时间:2014-06-21 15:21:57    阅读次数:414
Comparing sFlow and NetFlow in a vSwitch
As virtualization shifts the network edge from top of rack switches to software virtual switches running on the hypervisors; visibility in the virtual...
分类:Web程序   时间:2014-06-18 11:17:18    阅读次数:626
PatentTips - Method for network interface sharing among multiple virtual machines
BACKGROUNDMany computing systems include a network interface card (NIC) to provide for communications with other systems and devices over a network. I...
分类:Web程序   时间:2014-06-18 00:18:41    阅读次数:355
PatentTips - Safe general purpose virtual machine computing system
BACKGROUND OF THE INVENTIONThe present invention relates to virtual machine implementations, and in particular to a safe general purpose virtual machi...
分类:其他好文   时间:2014-06-17 13:04:46    阅读次数:486
debian下Vnc
1VNC(Virtual Network Computing,虚拟网络计算)最早是一套由英国剑桥大学AT&T实验室在2002年开发的轻量型的远程控制计算机软件,其采用了 GPL 授权条款,任何人都可免费取得该软件。VNC软件主要由两个部分组成:VNC server及VNC viewer。用户需先将V...
分类:其他好文   时间:2014-06-15 22:06:16    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!