码迷,mamicode.com
首页 >  
搜索关键字:rip v2    ( 16828个结果
汉澳sinox2014最佳硬件配置
汉澳sinox2014并不支持所有的硬件,为了得到最佳体验,推荐购置新机子的配置 CPU 英特尔 Xeon E3-1230 V2 (四核) //实际上是八核心 主板 华硕 B75M-PLUS (Intel B75 (Panther Point-M Enahnced)) //内置网卡声卡 内存 32 GBytes //海盗船内存条,8G估计够了 显卡 NVIDIA(英伟达) GeForce...
分类:其他好文   时间:2014-08-17 09:11:21    阅读次数:327
cublas 矩阵相乘API详解
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include "cublas_v2.h"void multiCPU(float *c, float *a, float *b, unsi...
分类:Windows程序   时间:2014-08-17 01:03:11    阅读次数:1113
CUDA 矩阵相乘完整代码
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include #include "cublas_v2.h"#define BLOCK_SIZE 16cudaError_t multiC...
分类:其他好文   时间:2014-08-16 22:20:01    阅读次数:351
CUDA 矩阵相乘
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include "cublas_v2.h"#define BLOCK_SIZE 16/***************/用cuBlas的内置...
分类:其他好文   时间:2014-08-16 22:17:21    阅读次数:292
python 解析 json
#coding=utf=8import urllib,jsonurl ='https://api.douban.com/v2/book/user/62855846/collections'read = urllib.urlopen(url).read()j = 0titles=[]atls=[]im...
分类:编程语言   时间:2014-08-16 12:31:50    阅读次数:230
动态路由-RIP
实验动态路由-RIP实验目标给三层交换机、路由器配置静态路由;删除三层交换机、路由器静态路由;给三层交换机、路由器配置动态路由实验环境实验步骤一、配置IP地址二、在switch5上创建vlan2、vlan3,并将f0/1加入到vlan2中,将f0/2加入到vlan3中,将f0/3设置为trunk模式三、在..
分类:其他好文   时间:2014-08-16 01:09:30    阅读次数:342
poj 3522 Slim Span
Description Given an undirected weighted graph G, you should find one of spanning trees specified as follows. The graph G is an ordered pair (V, E), where V is a set of vertices {v1, v2, …, vn} ...
分类:其他好文   时间:2014-08-15 09:33:57    阅读次数:259
三层交换机实现vlan通信和rip路由
实验名称:通过三层交换机实现不同vlan之间的通信和RIP路由实验拓扑:实验步骤:(1)首先给交换机配置vlan,然后给每个主机分配IP地址和网关(2)给三层交换机配置vlan(3)给三层交换机配置trunk链路(4)给vlan设置IP地址并启动路由功能(5)验证两个vlan之间的通信(6)给..
分类:其他好文   时间:2014-08-15 02:44:37    阅读次数:599
CentOS 6.5升级Python后yum不可用的解决方案
因开发需要,今天把CentOS6.5自带的Python2.6.6升级到了Python2.7.3.按照如下步骤进行升级1、查看当前系统python的版本 python -V2、下载2.7.3版本的Python wget http://python.org/ftp/python/2.7.3/Pyth.....
分类:编程语言   时间:2014-08-14 16:13:58    阅读次数:224
排水管设计软件,能设计复杂的排水网络 MIDUSS v2.25 rev 473 1CD
排水管设计软件,能设计复杂的排水网络 MIDUSS v2.25 rev 473 1CDAAS MIDUSS V2.2 (排水管设计软件) AAS MIDUSS 它是一种windows下的排水管设计软件。能帮助你设计复杂的排水网络。CAE.Datamine.Studio.v3.23.52.0 1CD ...
分类:其他好文   时间:2014-08-14 13:36:28    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!