Vivo AiO V220IC

'); var winW, lastSection, scroll, player, contentH, sectionTopArray = new Array(), sectionIDArray = new Array(); var animInterval, myFirstTimeOfDesign = 0, audio_num = 1; $(document).ready(function(){ winW = $(window).width(); aioV220IC_initialTabs(); $('.aioV220IC-tab-wrapper .aioV220IC-tab-btn').on('click',function(){ $(this).parent('.aioV220IC-tab-btn-wrapper').find('.aioV220IC-tab-btn').removeClass('active'); $(this).parent('.aioV220IC-tab-btn-wrapper').find('.aioV220IC-tab-btn').eq($(this).index()).addClass('active'); $(this).parent('.aioV220IC-tab-btn-wrapper').next('.aioV220IC-tab-content-wrapper').find('.aioV220IC-tab-content').hide(); $(this).parent('.aioV220IC-tab-btn-wrapper').next('.aioV220IC-tab-content-wrapper').find('.aioV220IC-tab-content').eq($(this).index()).fadeIn(); resetHeight(); }); if( winW >= 960 ) { $('#special-sectionOverview #right-menu').css('display','block'); $('#special-sectionOverview #right-menu ul li').on('click',function(){ var thisSectionID = $(this).attr('rel'); scrollBodyTo($('#'+thisSectionID).offset().top-70); }); } else { $('#special-sectionOverview #right-menu').css('display','none'); $('#special-sectionOverview .aioV220IC-audio-section .aioV220IC-audio-animation').html( "" ); } var videoW = (winW * 800) / 960; var videoH = (videoW * 450) / 800; $(".aioV220IC-video-play").colorbox({iframe:true, innerWidth:videoW, innerHeight:videoH}); $('.tab-line .tab-btn').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-audio-section .tab-line .tab-btn').removeClass('active'); $(this).addClass('active'); $('#special-sectionOverview .aioV220IC-audio-section .display-left').css( 'display', 'none' ); $('#special-sectionOverview .aioV220IC-audio-section .aioV220IC-audio-' + $(this).attr('id') ).fadeIn(700); resetHeight(); }); $('#special-sectionOverview .aioV220IC-design-section .content-left img').mouseenter( function(){ $('#special-sectionOverview .aioV220IC-design-section .pic-right img').css( 'display', 'none' ); $('#special-sectionOverview .aioV220IC-design-section .pic-right img#' + $(this).attr('id') ).css( 'display', 'block' ); }); if( winW > 960 ) { $('.aioV220IC-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').on('click',gestureAnimate); }; initBluePoint(); $('#special-sectionOverview .aioV220IC-multi-section .content #cross-close').on( 'click', function(){ $(this).css( 'display', 'none' ); animPoint("start"); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-multi-section .point-display').css({ 'top': '30px', 'right': '0px', 'opacity': '1' }); }, 500); $('#special-sectionOverview .aioV220IC-multi-section .content #crosslink').css( 'right', '-530px' ); $('#special-sectionOverview .aioV220IC-multi-section .detail > .wireless').css({ 'bottom': '-140px', 'padding-top': '0px' }); $('#special-sectionOverview .aioV220IC-multi-section .detail > .nfc').css({ 'bottom': '-260px', 'padding-top': '0px' }); $('#special-sectionOverview .aioV220IC-multi-section .detail > .aic').fadeOut(1400); $('#special-sectionOverview .aioV220IC-multi-section .point-display .blue-point').css( 'cursor', 'pointer' ); }); $('#special-sectionOverview .aioV220IC-multi-section .detail .quick_btn .wireless').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-multi-section .point-display .wireless').trigger('click'); }, 500); }); $('#special-sectionOverview .aioV220IC-multi-section .detail .quick_btn .nfc').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-multi-section .point-display .nfc').trigger('click'); }, 500); }); $('#special-sectionOverview .aioV220IC-multi-section .detail .quick_btn .aic').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content #cross-close').trigger('click'); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-multi-section .point-display .aic').trigger('click'); }, 500); }); setInterval( function(){ switch( audio_num ) { case 1: $('#special-sectionOverview .aioV220IC-audio-dripple-bottom img').attr( 'src', './/websites/global/products/po94eB8AkRuvVUbx/img/audio-dripple-2.png' ); audio_num = 2; break; case 2: $('#special-sectionOverview .aioV220IC-audio-dripple-bottom img').attr( 'src', './/websites/global/products/po94eB8AkRuvVUbx/img/audio-dripple-3.png' ); audio_num = 3; break; case 3: $('#special-sectionOverview .aioV220IC-audio-dripple-bottom img').attr( 'src', './/websites/global/products/po94eB8AkRuvVUbx/img/audio-dripple-1.png' ); audio_num = 1; break; default: break; } }, 500); }); $(window).load( function(){ resetHeight(); var visualTop = $('.aioV220IC-visual-intro-column-span1').offset().top-200; var audioTop = $('.aioV220IC-audio-section').offset().top-200; var goVisualAnimate = true; var goAudioAnimate = true; sectionNum = parseInt($('.aioV220IC-section-wrapper').length); var okayNum = 0; $('.aioV220IC-section-wrapper').each(function(){ okayNum++; sectionTopArray.push($(this).offset().top-130); sectionIDArray.push($(this).attr('id')); if( okayNum == sectionNum ) { setTimeout( function(){ activeThisSection(); },300); } }); $(window).scroll(function(){ scroll = $(this).scrollTop(); if( scroll >= visualTop ) { if(goVisualAnimate == true){ if(navigator.userAgent.indexOf("MSIE 8") != -1 || navigator.userAgent.indexOf("MSIE 6") != -1 || navigator.userAgent.indexOf("MSIE 7") != -1) { $('.aioV220IC-visual-rim').delay(700).removeClass('hide'); $('.aioV220IC-visual-num').delay(700).removeClass('hide'); } else { $('.aioV220IC-visual-rim').fadeIn(700); $('.aioV220IC-visual-num').fadeIn(700); } setTimeout( function(){ var j = 1; var changeVisualBg1 = setInterval( function(){ var newSrc ='/websites/global/products/po94eB8AkRuvVUbx/img/aio-visual-rim/aio-visual-rim-'+j+'.png'; if( j <= 16 ) { j = j+1; $('.aioV220IC-visual-rim img').attr('src',newSrc); } else { clearInterval(changeVisualBg1); }; }, 70); }, 700); setTimeout( function(){ var i = 1; var changeVisualNum1 = setInterval( function(){ if(i == 23){ i++; } var newSrc ='/websites/global/products/po94eB8AkRuvVUbx/img/aio-visual-num/aio-visual-num-'+i+'.png'; if( i <= 28 ) { i = i+1; $('.aioV220IC-visual-num img').attr('src',newSrc); } else { clearInterval(changeVisualNum1); }; }, 50); }, 700); } goVisualAnimate = false; } if( winW >= 960 ) { for( var i = 0; i < sectionNum; i++ ){ var levelFrom = parseInt( sectionTopArray[i] ); var levelTo = parseInt( sectionTopArray[ (i+1) ] ); if( ( scroll > levelFrom ) && ( scroll < levelTo ) ) { thisSection = sectionIDArray[i]; if( thisSection != lastSection ) { $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } } if( scroll >= sectionTopArray[ ( sectionNum-1 ) ] ) { thisSection = sectionIDArray[ ( sectionNum-1 ) ]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } if( myFirstTimeOfDesign == 0 && thisSection == "designed" ) { $('#special-sectionOverview .aioV220IC-design-section .content-left img:nth-child(1)').fadeIn(800); $('#special-sectionOverview .aioV220IC-design-section .pic-right').fadeIn(800); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-design-section .content-left img:nth-child(2)').fadeIn(800); setTimeout( function(){ $('#special-sectionOverview .aioV220IC-design-section .content-left img:nth-child(3)').fadeIn(800); }, 300); }, 300); myFirstTimeOfDesign = 1; resetHeight(); } } }); }); function resetHeight(){ contentH = $('#special-sectionOverview .aioV220IC-full-width').height()+100; $('#special-sectionOverview').css( 'height', contentH ); } function scrollBodyTo( destination, hash ) { var scrollmem = $(document).scrollTop(); $(document).scrollTop(scrollmem); $("html,body").animate( {scrollTop:destination}, 1000, 'swing' ); } function activeThisSection(){ beginTop = $(this).scrollTop(); for(var i = 0; i < sectionNum; i++ ) { var levelFrom = parseInt(sectionTopArray[i]); var levelTo = parseInt(sectionTopArray[(i+1)]); if ((beginTop > levelFrom) && (beginTop < levelTo)){ thisSection = sectionIDArray[i]; if (thisSection != lastSection){ $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } } if( beginTop >= sectionTopArray[ ( sectionNum-1 ) ] ) { thisSection = sectionIDArray[ ( sectionNum-1 ) ]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } else if ( beginTop <= sectionTopArray[0] ) { thisSection = sectionIDArray[0]; $('#special-sectionOverview #right-menu ul li').removeClass('active'); $('#special-sectionOverview #right-menu').find('.'+thisSection).addClass('active'); lastSection = thisSection; } } function aioV220IC_initialTabs(){ $('.aioV220IC-tab-wrapper .aioV220IC-tab-content').eq(0).fadeIn(100); } /* ========================================================== *\ |* G e s t u r e *| \* ========================================================== */ function gestureAnimate() { $('.aioV220IC-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').off('click',gestureAnimate); $('.aioV220IC-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').removeClass('active'); $(this).addClass('active'); $(this).siblings().addClass('disable'); var rel = parseInt($(this).index())+1; $('.aioV220IC-gesture-section .gesture-device-demo').hide(); $('.aioV220IC-gesture-section .gesture-device-demo-' + rel ).show(); if( rel == 1 ) { waveToFlip(); } else if ( rel == 2 ) { thumbToPlay(); } else if ( rel == 3 ) { hushToMute(); } else if ( rel == 4 ) { fistToVolumn(); } } function resetGesture(){ $('.aioV220IC-gesture-section .gesture-device-demo-4 .gestureicon').hide(); $('.aioV220IC-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').hide(); setTimeout( function(){ $('.aioV220IC-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').on('click',gestureAnimate); $('.aioV220IC-gesture-section .gesture-demo-tab-wrap .gesture-demo-tab').removeClass('disable'); }, 500); } function waveToFlip(){ var demo1_inscreen = $('.aioV220IC-gesture-section .gesture-device-demo-1 .inscreen img'); $('.aioV220IC-gesture-section .gesture-device-demo-1').show(); $('.aioV220IC-gesture-section .gesture-device-demo-1 .inscreen').show(); animationWaveBG('left'); demo1_inscreen.delay(1000).animate({"margin-left": "-835px"}, 500, function(){ animationWaveBG('left'); demo1_inscreen.delay(1000).animate({"margin-left": "-1660px"}, 500, function(){ animationWaveBG('right'); demo1_inscreen.delay(1000).animate({"margin-left": "-835px"}, 500, function(){ animationWaveBG('right'); demo1_inscreen.delay(1000).animate({"margin-left": "-0px"}, 500, function(){ resetGesture(); }); }); }); }); } function animationWaveBG(direction){ var j = 0; var demo1_gesture = $('.aioV220IC-gesture-section .gesture-device-demo-1 .gestureicon'); setTimeout( function(){ var eachH = 170; var fullH = eachH*12; if( direction == 'left' ) { demo1_gesture.css('background-position','0px 0px'); var changeWaveBG = setInterval(function() { bgPOSy = j*(-1)*eachH; demo1_gesture.show(); demo1_gesture.css('background-position','0px '+bgPOSy+'px'); if( j < 12 ) { j = j + 1; } else { clearInterval(changeWaveBG); demo1_gesture.hide(); }; }, 24); } else if ( direction == 'right' ) { demo1_gesture.css( 'background-position', '0px' + fullH + 'px' ); var changeWaveBG = setInterval(function() { bgPOSy = -fullH+j*(eachH); demo1_gesture.show(); demo1_gesture.css('background-position','0px '+bgPOSy+'px'); if( j < 12 ) { j = j + 1; } else { clearInterval(changeWaveBG); demo1_gesture.hide(); }; }, 24); } }, 700); } function thumbToPlay(){ $('.aioV220IC-gesture-section .gesture-device-demo-2 .gestureicon').show(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-2 .gestureicon').hide(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-2 .play-icon').show(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-2 .play-icon').addClass('active'); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-2 .play-icon').removeClass('active'); setTimeout(function(){ playingVideo(); $('.aioV220IC-gesture-section #gesture-device-demo-video-cover').hide(); $('.aioV220IC-gesture-section .gesture-device-demo-2 .play-icon').hide(); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); },500); },200); },300); },500); },800); $('.aioV220IC-gesture-section .gesture-device-demo-video').show(); } function hushToMute(){ $('.aioV220IC-gesture-section .gesture-device-demo-3 .gestureicon').show(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-3 .gestureicon').hide(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-3 .volumn-mute').show(); setTimeout(function(){ $('.aioV220IC-gesture-section .gesture-device-demo-3 .volumn-mute').hide(); },1500); },100); },1500); $('.aioV220IC-gesture-section .gesture-device-demo-video').show(); playingVideo(); $('.aioV220IC-gesture-section #gesture-device-demo-video-cover').hide(); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); } function fistToVolumn(){ $('.aioV220IC-gesture-section .gesture-device-demo-4 .gestureicon').show(); $('.aioV220IC-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').show(); $('.aioV220IC-gesture-section .gesture-device-demo-video').show(); playingVideo(); $('.aioV220IC-gesture-section #gesture-device-demo-video-cover').hide(); setTimeout(function(){ var gesture4Top = $('.aioV220IC-gesture-section .gesture-device-demo-4 .gestureicon').css('top'); $('.aioV220IC-gesture-section .gesture-device-demo-4 .gestureicon').animate({"top":"10px"},800).delay(1500).animate({"top":gesture4Top},800); var _width = $('.aioV220IC-gesture-section .gesture-device-demo-4 .volumn-bar-wrap').width(); $('.aioV220IC-gesture-section .gesture-device-demo-4 .volumn-bar-wrap .volumn').animate({"width":_width+"px"},800).delay(1500).animate({"width":_width*0.2+"px"},800); setTimeout(function(){ resetGesture(); if(player != null && player != '' ){ player.pauseVideo(); } },5000); },1000); } /* ========================================================== *\ |* Y o u t u b e *| \* ========================================================== */ function onYouTubeIframeAPIReady() { if( winW > 960 ) { player = new YT.Player('gesture-device-demo-video', { videoId: 'R9slVCF8zBI', width: '710', height: '400', playerVars: { 'controls': 0 , "iv_load_policy": 3 , "loop": 1, "playlist": 'R9slVCF8zBI', "modestbranding":1, "rel":0, "showinfo": 0}, events: { 'onReady': onPlayerReady } }); var url = $('#gesture-device-demo-video').attr("src"); $('#gesture-device-demo-video').attr("src",url+"&wmode=transparent"); } } function onPlayerReady(event) { if (winW > 960){ playingVideo(); setTimeout(function(){ player.pauseVideo(); },500); } } function playingVideo(){ if( player == null || player == '' ){ onYouTubeIframeAPIReady(); } else { player.seekTo(0); player.setPlaybackQuality('large'); player.playVideo(); } } /* ========================================================== *\ |* M u l t i - f u n c t i o n *| \* ========================================================== */ function initBluePoint(){ animPoint("start"); $('#special-sectionOverview .aioV220IC-multi-section .point-display .wireless').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content .point-display').css({ 'top': '-190px', 'opacity': '0.4' }); $('#special-sectionOverview .aioV220IC-multi-section .detail > .wireless').css({ 'bottom': '100px', 'padding-top': '150px' }); stopClickable(); }); $('#special-sectionOverview .aioV220IC-multi-section .point-display .nfc').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content .point-display').css({ 'top': '-190px', 'opacity': '0.4' }); $('#special-sectionOverview .aioV220IC-multi-section .detail > .nfc').css({ 'bottom': '0px', 'padding-top': '150px' }); stopClickable(); }); $('#special-sectionOverview .aioV220IC-multi-section .point-display .aic').on( 'click', function(){ $('#special-sectionOverview .aioV220IC-multi-section .content .point-display').css({ 'right': '-200px', 'opacity': '0.1' }); $('#special-sectionOverview .aioV220IC-multi-section .content #crosslink').css( 'right', '0px' ); $('#special-sectionOverview .aioV220IC-multi-section .detail > .aic').fadeIn(1400); stopClickable(); }); } function stopClickable(){ $('#special-sectionOverview .aioV220IC-multi-section #cross-close').fadeIn(1000); animPoint("stop"); } function animPoint(action){ if( action == "start" ) { animInterval = setInterval( function(){ $('.blue-point.wireless').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.wireless').removeClass('animated pulse'); $('.blue-point.nfc').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.nfc').removeClass('animated pulse'); $('.blue-point.aic').addClass('animated pulse'); setTimeout( function(){ $('.blue-point.aic').removeClass('animated pulse'); }, 1000); }, 1000); }, 1000); }, 3400); } else if( action == "stop" ) { clearInterval( animInterval ); } }
  • İnanılmazın Peşinde
  • Şık Tasarım
  • Tavizsiz Performans
  • Muhteşem Ekran
  • Çevresel Ses
  • Sezgisel Dokunma
  • Çok yönlü kullanım özellikleri
  • Çok amaçlı bağlantılar
  • Endüstri Lideri Güvenilirlik
  • Özel geliştirilmiş uygulamar
Vivo AiO V220IC
ASUS Masaüstü Bilgisayarlar – En çok önerilen Windows masaüstü bilgisayar markası
Vivo AiO video

Vivo AiO Series

Vivo AiO serisi, hepsi-bir-arada niteliğindeki bir bilgisayardan bekleyeceğiniz her şeye sahip – ekran, işlemci, grafik kartı, depolama, bellek ve daha fazlası – incecik ve kendine yeten tasarımı bu özelliklerin tümünü muhafaza ediyor. Kolay, sezgisel ve interaktif kullanım için tasarlanmış ince ve şık Vivo Hepsi-Bir-Arada Serisi, duyarlı 10 noktalı çoklu dokunmatik ekran özelliğine sahiptir.

Yaşam için tasarlandı

His ve Alan: uyum içinde özellikler ve şıklık.

His ve Alan: ASUS masaüstü bilgisayarlardaki tasarım felsefemizi böyle adlandırıyoruz. Kompakt ve kendine yeten cihazlar, ihtiyacınız olan şey ister önemli işlerinize yoğunlaşmanızı sağlayan ferah bir çalışma mekânı ister rahatlayıp gevşeyeceğiniz sakin bir mekân olsun, bulunduğunuz ortamı temiz ve karmaşıklıktan uzak tutmanızı kolaylaştırırlar.

His ve Alan, bir ASUS masaüstü bilgisayarın bir mekanın estetiğini nasıl biçimlendirdiğini ifade eder. Yalınlık, sezgi, coşku, uyum ve müziksellik gibi kavramları alıp en son ve en yenilikçi teknolojinin vücut bulmasını sağlar. Sonuç mu? Eşi benzeri olmayan hepsi-bir-arada ASUS Vivo AiO Serisi.

Vivo AiO design

Heykel Tasarımında Menteşe

Ünlü tasarımcının yapıtından (krevas vazo) esinlenen ASUS V200IB için gümüş menteşe bir heykel yontar gibi tasarlandı. V200IB'nin menteşesi, tıpkı heykel gibi tabandan itibaren zarif kıvrımlarla yükseliyor ve başka hiçbir hepsi-bir-arada bilgisayarda olmayan şekilde arka kısımla bağlanarak daha zarif bir görünüm sağlıyor.

Tavizsiz Performans

Günlük işler için daha hızlı ve daha akıcı.
En son teknoloji sayesinde güçten tasarruf verimliliği dünyasının keyfini çıkarın.

Vivo AiO performance
Güçlü Intel İşlemciler

Yeni 6. nesil Intel® Core™ işlemciden güç alan V220IC serisi daha az enerji harcıyor; yine de, bu marifetine rağmen muhteşem bir performans sergiliyor. İnternette gezinirken, sunumlar yaparken veya videolar yaratırken uygulamalar arasında akıcı bir şekilde geçiş yaparak zahmetsizce birkaç işin üstesinden gelebiliyorsunuz. Üstelik, bazı durumlarda gerektiğinde kendiliğinden hızını zirveye çıkartabilen Intel® Teknolojisi sayesinde zorlu işler yaparken daha az zaman harcayacaksınız.

Gelişmiş NVIDIA® GeForce grafikler

V220IC Serisi, NVIDIA® GeForce 930M grafik kartına sahip. HD videoları daha hızlı şekilde izlemenizi ve yaratmanızı, arkadaşlarınızla yüksek kalitede fotoğraflar paylaşırken zamandan daha da fazla tasarruf etmenizi ve yeni nesil oyunları oynarken daha çabuk yanıt verme özelliğinin keyfini çıkarmanızı sağlıyor.

İnanılmaz 21.5-inç Full HD Ekran

Canlı ve yüksek netlikte görüntülere dalıp gideceksiniz

Cam gibi Full HD

Endüstri lideri teknolojiye dayanılarak yapılmış olan V200IB Serisi, anında parlaklık sağlayan arkadan LED aydınlatmalı ekranıyla bilgisayarın incecik olmasını sağlıyor. Kenardan kenara 21.5 inç genişliğindeki harika ekran, her şeyi capcanlı görmenizi sağlıyor. İster güzel bir gün batımı, ister bulutsuz masmavi bir gökyüzü ister müthiş ten renkleri olsun görüntülerdeki gerçeğe sadık renklerin büyüsüne kapılacaksınız. Full HD 1920x1080 çözünürlük, olağanüstü bir renk ve kontrastla ve kusursuz bir ayrıntı zenginliğiyle oyunların ve filmlerin keyfini çıkarmanızı sağlıyor.

Enerjik, Canlı, Kusursuz!

Göz alıcı ekranda gördüğünüz her şey capcanlı ve hayat dolu. Harika bir gün batımından, bulutsuz masmavi bir gökyüzüne veya bir aile fotoğrafı gibi her görüntüde aslına sadık renklerin keyfine varın.

Vivo AiO HD display

SonicMaster Premium ses teknolojisi

Ses uzmanlarının ideal düzeye çıkardığı yüksek kaliteli doğal ses


SonicMaster Premium
AudioWizard
Vivo AiO SonicMaster
Zengin, berrak bir ses

V220IC, hepsi muazzam ses deneyimi yaşamanızı amaçlayan ASUS SonicMaster teknolojisinden güç alan dahili hoparlörlere sahip. Daha tok ve daha canlı bas seslerin, daha geniş frekans yanıtının, gerçeğe sadık surround ses etkisinin, çıkış gücünün, tek tek seçilebilen seslerin ve kusursuz berraklıktaki sesin keyfini çıkarın. Titizlikle dengelenmiş dinamik ses sayesinde her şarkı, film ve oyun kulağınıza çok daha hoş gelecek.

Easy audio tuning

ASUS AudioWizard müzik, film, oyun, kayıt ve konuşma için özel, önceden ayarlanmış beş moduyla sesi tercihlerinize ve dinleme ortamınıza uygun şekilde kolayca ayarlamanızı mümkün kılarak müzikte, filmlerde ve oyunlarda seslerin gerçek olmasını sağlıyor. Sahip olduğu harika arabirim, sezgisel ve kullanıcı dostu olduğundan her şeyden önce size öncelik veriyor. Ayarlara hızlı ve doğrudan erişmenizi sağlayarak hoşlandığınız şekilde ideal ayarlama yapma esnekliği kazandırıyor.



10 nokta Dokunmatik Teknolojisi

Dünya parmaklarınızın ucunda

ASUS Hepsi-Bir-Arada Bilgisayar Serisi, 10 parmak tam çoklu-dokunmatik ekran yeteneği ile etkileşiminde büyük bir teknolojik atılım gerçekleştiriyor. Parmaklarınızı kullanarak kolaylıkla boyutu değiştirin, görüntüleri çevirin ve web sayfaları arasında gezinin. V220IC, korumalı kapasitif dokunmatik ekran teknolojisi ile olağanüstü doğruluk ve hassasiyet sunarken dokunmatik deneyiminizi optimize ederek işletim sisteminizde zahmetsiz kontrol olanağı sağlıyor. Baştan sona pürüzsüz bir yapısı olan dokunmatik ekran ile yana, yukarı, aşağı kaydırma ve tüm diğer hareketler çok daha sezgisel hale geliyor ve tatmin edici sonuçlar sağlıyor. Bu yepyeni deneyim, günlük ihtiyaçlarınızı ve Windows'tan beklentilerinizi karşılarken bir yandan da bilgisayar kullanma yönteminizi değiştirecek.

Vivo AiO touch screen

Bağlı Kalın

Olağanüstü ASUS teknolojisiyle daha hızlı bağlanın.

Vivo AiO USB
En son teknolojiyle
hızlı bağlantılar

Yüksek hızlı çift band 802.11ac Wi-Fi sayesinde Vivo Hepsi-Bir-Arada bilgisayarınız tüm kablosuz ağlara mümkün olan en yüksek hızda bağlanabilir. Kablosuz bağlantıda 867Mibt/s hızı ile neredeyse yüksek hızlı bir kablolu bağlantı hızı seviyesine ulaşabilir. Bilgisayarlar için standart ve yüksek performanslı veri transferi teknolojisi olan USB 3.0 sayesinde USB 2.0 ile karşılaştırıldığında 10 kat (10x) daha hızlı veri transferi gerçekleştirebiliyor.

Artırılabilir hafıza

V220IC çift RAM slotuna sahiptir. Böylece kolayca bilgisayarınıza RAM yükseltmesi yapmanıza olanak sunar.

Yüksek kaliteli
görsel eğlence

HDMI çıkış portu sayesinde ikinci ekrana veya daha büyük ekran keyfi için bir HDTV'ye kolayca bağlanabilirsiniz.

Endüstri Lideri Güvenilirlik

Güvenebileceğiniz kalite.


ASUS Masaüstü bilgisayarları – En çok tavsiye edilen Windows tabanlı masaüstü markası

Bütün ASUS bilgisayarlarının özünde yenilenme, tasarım ve güvenilirlik yatıyor. Genel performansıyla ikinci defa ve ev kategorisinde peşpeşe üçüncü defa Kullanıcı Tercihi ödülünü kazanmış olması ASUS'un müşterilerin istediği şeyi verme konusunda rakip Windows tabanlı masaüstü bilgisayar şirketlerinden daha iyi olduğunun kanıtıdır. Prestijli PCMag.com sitesinde belirtildiği gibi: ”Eğer bir Windows tabanlı masaüstü bilgisayarım olsun diyorsanız, ASUS yapacağınız en iyi tercihtir.”

*www.pcmag.com sitesinden izin alınarak yayınlanmıştır. © 2015 Ziff Davis, Inc. All Rights Reserved.

-->
comparison icon
Compare (0)