E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
computing
11 Top Open-source Resources for Cloud
Computing
原文地址:http://gigaom.com/2009/11/06/10-top-open-source-resources-for-cloud-
computing
/ Open-source software
·
2015-11-08 17:21
resource
通过示例学SAS(9)--显示数据
Observations from SALES"; proc print data=learn.sales(obs=5); run; 2.在report 过程中产生新变量 title "
Computing
·
2015-11-08 16:31
数据
UVA 113 Power of Cryptography (数学)
nbsp; Background Current work in cryptography involves (among other things) large prime numbers and
computing
·
2015-11-08 16:09
Cryptography
一小时搞定云计算(陈滢博士的讲座总结)
what is cloud
computing
: 广泛的说,只要在远端(云端)完成的服务都可以认为是云计算。
·
2015-11-08 15:28
云计算
Power of Cryptography
Description Current work in cryptography involves (among other things) large prime numbers and
computing
·
2015-11-08 15:49
Cryptography
讲解CPU的专业文章
Array,球状矩阵排列) CMOS: Complementary Metal Oxide Semiconductor,互补金属氧化物半导体 CISC(Complex Instruction Set
Computing
·
2015-11-08 15:53
cpu
Client–server model
Client–server model From Wikipedia, the free encyclopedia The client–server model of
computing
is
·
2015-11-08 14:42
server
Principle of
Computing
(Python)学习笔记(5) BFS Searching + Zombie Apocalypse
1 Generators Generator和list comprehension非常类似 Generators are a kind of iterator that are defined like functions. http://www.codeskulptor.org/#examples_generators.py https://wiki.p
·
2015-11-08 13:34
python
10 best alternative operating systems
The desktops with the potential to change
computing
By PC Plus March 13th | Tell us what you think
·
2015-11-08 11:50
System
LeetCode题解——Different Ways to Add Parentheses
Givenastringofnumbersandoperators,returnallpossibleresultsfrom
computing
allthedifferentpossiblewaystogroupnumbersandoperators.Thevalidoperatorsare
u010025211
·
2015-11-08 11:00
LeetCode
String
dp
recursively
CentOS/Linux安装VNCserver
VNC全称是Virtual Network
Computing
,属于远程控制类软件。其优点是支持跨操作 系统的远程图形化控制。
·
2015-11-08 10:03
centos
How to: Reading an ini config file from a batch file
almanachackers.com/blog/2009/12/31/reading-an-ini-config-file-from-a-batch-file/ Reference: http://www.
computing
.net
·
2015-11-08 10:15
reading
Crawling -
Computing
Ranking 很长时间, 怎么办?
MOSS中遇到爬网状态保持Crawling -
Computing
Ranking不变. 你可以尝试编写SharePoint Object Model的代码来解决这个问题.
·
2015-11-08 09:38
rank
云平台 AppFog 和 OpenShift
云计算(Cloud
Computing
)是一种基于互联网的计算方式,它的最大特点就是:按需使用,无需维护。
·
2015-11-07 15:20
openshift
3D shape matching
Product Algorithms of Belief Propagation to 3D Shape Matching and Registration, 2009 Digital Image
Computing
·
2015-11-07 13:57
shape
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
·
2015-11-07 11:50
Install
Power of Cryptography
Current work in cryptography involves (among other things) large prime numbers and
computing
powers of
·
2015-11-07 11:26
Cryptography
Spark 读入文件后如何标记行号
每一行变为二元组“(内容,索引)”,索引从0开始: (# Apache Spark,0) ("",1) (Spark is a fast and general cluster
computing
·
2015-11-07 11:25
spark
「2013-1-24」XDMCP Configuration for Remote Access to Linux Desktop
末尾会附带提一下 VNC(Virtual Network
Computing
)。
·
2015-11-07 11:22
configuration
云计算服务模型,第 3 部分: 软件即服务(PaaS)
英文原文:Cloud
computing
service models, Part 3: Software as a Service 软件即服务 (SaaS) 为商用软件提供基于网络的访问。
·
2015-11-07 11:14
PaaS
云计算服务模型,第 1 部分: 基础架构即服务(IaaS)
英文原文:Cloud
computing
service models, Part 1: Infrastructure as a Service 本文介绍三个云类别中的第一个:基础架构即服务(infrastructure
·
2015-11-07 11:13
IaaS
云计算服务模型,第 2 部分: 平台即服务(PaaS)
英文原文:Cloud
computing
service models, Part 2: Platform as a Service 平台即服务 (PaaS) 常常是最容易让人迷惑的云计算类别,
·
2015-11-07 11:12
PaaS
OpenStack概念
OpenStack is a global collaboration ofdevelopers and cloud
computing
technologists producing the ubiquitous
·
2015-11-07 11:37
openstack
OpenStack 组成 架构
Components of OpenStack OpenStack is on a mission: to provide scalable, elastic cloud
computing
for
·
2015-11-07 10:44
openstack
Cloud
Computing
学习
介绍 云计算(cloud
computing
)的概念现在在IT界已经非常流行,成为了业界最新潮的词语。此篇博文将围绕云计算的概念展开。
·
2015-11-07 09:08
cloud
Linux配置vnc
VNC概述 VNC(VirtualNetwork
Computing
)是虚拟网络计算机的缩写。VNC是一款优秀的远程控制工具软件,由著名的 AT&T 的欧洲研究实验室开发的。
张景可123
·
2015-11-06 16:56
Linux配置vnc
Different Ways to Add Parentheses
题目链接原题Givenastringofnumbersandoperators, returnallpossibleresultsfrom
computing
allthedifferentpossiblewaystogroupnumbers
xuanyoumeng
·
2015-11-05 23:00
拥抱云计算
当今时代,大家对云计算(Cloud
Computing
)这个名词都非常的熟悉。
·
2015-11-05 08:17
云计算
TinyOS
operating system designed for low-power wireless devices, such as those used in sensor networks, ubiquitous
computing
·
2015-11-05 08:48
OS
云计算
云计算(英语:Cloud
Computing
),是一种基于 互联网的计算方式,通过这种方式,共享的软硬件资源和信息可以按需提供给 计算机和其他设备。
·
2015-11-05 08:29
云计算
iOS开发笔记 3、iOS基础
系统规格 iPhone的规格 Each is a 4.7- or 4.8-ounce
computing
device.
·
2015-11-03 22:44
ios开发
POJ2109——贪心——Power of Cryptography
Description Current work in cryptography involves (among other things) large prime numbers and
computing
·
2015-11-03 22:12
Cryptography
Android™ 1.5 android.R.drawable Icon Resources
http://www.darshan
computing
.com/android/1.5-drawables.html This is a list of resources in Android
·
2015-11-03 22:31
drawable
R中read.table详解
http://wnfdsfy.diandian.com/post/2011-10-17/5856100 R is a free software environment for statistical
computing
·
2015-11-03 21:16
table
143 vnc
/details/7892651 在本地安装 Remote Desktop Viewer 或 remmina Protocol选择:VNC-Virtual Network
Computing
·
2015-11-03 21:28
vnc
云计算
云计算(英语:Cloud
Computing
),是一种基于互联网的计算方式,通过这种方式,共享的软硬件资源和信息可以按需提供给计算机和其他设备。
fqr201032106
·
2015-11-03 01:14
互联网
浏览器
计算机
云计算
数据中心
Web application the big change is coming...
ProbablynevergotchancetotouchBigDataarchitectureinmyworks,buttothinkofit,stillinteresting...Wehadmanyideasabout
computing
at60s
自由之信
·
2015-11-02 20:00
什么是UUID及其实现代码
及其实现代码 UUID含义是通用唯一识别码(Universally Unique Identifier),这是一个软件建构的标准,也是被开源软件基金会的组织应用在分布式计算环境 (Distributed
Computing
·
2015-11-02 19:20
uuid
VNC的安装与配置
VNC(Virtual Network
Computing
)虚拟网络计算工具,它是一个桌面共享系统。它的功能类似于windows中的远程桌面功能。
·
2015-11-02 19:52
vnc
制定测试计划
缩写词或术语 英文解释 中文解释 服务器 Server, also known as server, is a device for
computing
·
2015-11-02 19:34
测试
URAL1203——DPor贪心——Scientific Conference
For example, there may be a section on parallel
computing
, a section on visualization, a se
·
2015-11-02 16:53
conf
tangent space calc
Computing
Tangent Space Basis Vectors for an Arbitrary Mesh Modern bump mapping (also known as normal
·
2015-11-02 16:29
ca
Cloud
Computing
Causing Digital Business Transformation
2015-04-13 Cloud
Computing
Causing Digital Business Transformation
·
2015-11-02 16:55
transform
【LeetCode】241. Different Ways to Add Parentheses
Ways to Add Parentheses Given a string of numbers and operators, return all possible results from
computing
·
2015-11-02 16:24
LeetCode
Google 副总裁:Chrome OS 将按照原计划于第四季度发布
据 ChromeSource 的报道,日前在台北举行的 Computex Cloud
Computing
forum 上,Google 的产品管理副总裁 Sundar Pichai 确认 Chrome
·
2015-11-02 15:19
Google
论文笔记] Energy-aware resource allocation heuristics for efficient management of data centers for Cloud
computing
Buyya: Energy-aware resource allocation heuristics for efficient management of data centers for Cloud
computing
·
2015-11-02 15:35
resource
Syngress.CYA.Securing.IIS.6.0_读书笔记_第二章_1
第二章 Hardening Windows Server 2003 Microsoft created an initiative called Trustworthy
Computing
·
2015-11-02 14:45
读书笔记
Cloud
Computing
Is a Big Whiteboard
Cloud
Computing
Is a Big Whiteboard Am I the only one who has trouble understanding Cloud
Computing
·
2015-11-02 14:05
cloud
XML-RPC
"Does distributed
computing
have to be any harder than this? I don’t think so."
·
2015-11-02 13:22
xml
Azure Machine Learning Preview
http://www.searchcloud
computing
.com.cn/showcontent_83226.htm Techcrunch中国:微软发布云计算机器学习平台Azure
·
2015-11-02 12:11
learning
machine
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他