码迷,mamicode.com
首页 >  
搜索关键字:high availability    ( 2775个结果
田忌赛马
田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2014-11-05 14:57:11    阅读次数:143
NYOJ 364 田忌赛马
田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2014-11-03 19:28:49    阅读次数:133
设计一种100%可用性服务的架构--适用于任何系统(B/S,C/S)[中英文版本]
设计一种100%可用性服务的架构--适用于任何系统(B/S,C/S)[中英文版本] -- How to design an architecture which have 100 percent availability service?...
分类:Web程序   时间:2014-11-03 17:46:54    阅读次数:235
Hadoop2.x介绍与源码编译
1、Hadoop 项目的四大模块 Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:其他好文   时间:2014-11-02 22:38:57    阅读次数:396
调整数组顺序使奇数位于偶数前面
题目 输入一个整数数组,调整数组中数字的顺序,使得所有奇数位于数组的前半部分,所有偶数位于数组的后半部分。要求时间复杂度为O(n)思路 采用两个指针low、high,分别指向数组的头部跟尾部。low指针向后滑动,high指针向前滑动,low指针用来找偶数,high指针用来找基数,然后将两者交换,.....
分类:编程语言   时间:2014-11-02 16:26:43    阅读次数:177
树莓派wiringPi常用的函数介绍
1.void pinMode (int pin, int mode) ; 这个函数式设置pin脚的输入和输出模式以及PWM的输入和输出模式。在wiringPi中只有 pin 1 (BCM_GPIO 18)是支持PWM的输出的。 2.void digitalWrite (int pin, int value) ; 这个函数式用来设置pin脚的高低电平的,当我们写HIGH or LOW...
分类:其他好文   时间:2014-11-01 16:21:26    阅读次数:410
Choose Concurrency-Friendly Data Structures
What is a high-performance data structure? To answer that question, we're used to applying normal considerations like Big-Oh complexity, and memory ov...
分类:其他好文   时间:2014-10-31 20:32:41    阅读次数:153
HDU Always Cook Mushroom (极角排序+树状数组)
Problem Description Matt has a company, Always Cook Mushroom (ACM), which produces high-quality mushrooms.  ACM has a large field to grow their mushrooms. The field can be considered as a 1000 *...
分类:编程语言   时间:2014-10-30 23:55:44    阅读次数:309
一场音乐给我带来的互联网思维启发
前几天从学校坐汽车去了成都,然后转火车,又经过23个小时的跋涉,到了北京,跑到了北京的草莓音乐节。 这是我第一次参与摇滚音乐节,High了一天,震撼非常,这段经历肯定永远难忘。但是,回过头来想想,却又觉得这场音乐盛宴处处透露着互联网思维的气息,甚至运用的非常巧妙,让人不得不赞叹。 首先,音乐节...
分类:其他好文   时间:2014-10-30 16:53:20    阅读次数:195
HDR 拍照模式的原理,实现及应用
HDR 拍照: (High Dynamic Range Imaging)高动态范围成像,是用来实现比普通数字图像技术更大曝光动态范围(即更大的明暗区别)的一组技术。高动态范围成像的目的就是要正确地表示真实世界中从太阳光直射到最暗的阴影这样大的范围亮度。如今一般的数码相机和手机中都实现这样的拍照...
分类:其他好文   时间:2014-10-28 17:14:57    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!