AMD Ryzen 5 5600 3.5 GHz AM4 32 MB Cache 65W (Tray) Kutusuz Fansız İşlemci
AMD Ryzen 5 5600 3.5 GHz AM4 32 MB Cache 65W (Tray) Kutusuz Fansız İşlemci
Havale/EFT Siparişlerinizde %2 İndirim, Kredi Kartı ve Banka/Hesap Kartına Komisyonsuz Peşin Fiyatına Alışveriş İmkanı
4.159,85 TL
Eski Vergi:
3.466,54 TL
- Stok Durumu: Stokta Var
- ÜRÜN KODU: 8592978371814
Ücretsiz Kargo
Tüm Siparişlerinizde Kargo Bedava
Hızlı Teslimat
Hızlı ve Güvenilir Teslimat!
Güvenli Alışveriş
Güvenli ödeme altyapısı
Orijinal Ürün
Adınıza faturalı Orijinal ürün
Müşteri Memnuniyeti
Sizlerin memnuniyeti ilk önceliğimizdir
AMD RYZEN 5000 SERİSİ İŞLEMCİ
Dünyanın en iyi masaüstü işlemcilerinin emsalsiz hızı ile durdurulamaz olun. Yeni çıkan oyunları oynarken, yeni bir gökdelen tasarlarken ya da bilimsel verilerle uğraşırken AMD Ryzen™ 5000 Serisi işlemcilerle en yüksek performansa ulaşın. AMD Ryzen™ ile başı çeken hep siz olun.
Hak ettiğiniz performans
AMD Ryzen™ 5000 Serisi masaüstü işlemciler, en iddialı oyunlarda itici güç olurken, 3D veya video işleme ya da yazılım derleme gibi çok iş parçacıklı görevleri de kolayca halleder. 16'ya varan çekirdek, 32 iş parçacığı, 4,9 GHz'e varan artırılmış saat hızları ve 72 MB'a varan önbellek ile AMD Ryzen™ 5000 Serisi işlemciler oyununun sonucunu değiştirecek performans sunar.
En son teknolojilerle kazanın
Güvenle oynayın. AMD Ryzen™ 5000 Serisi masaüstü işlemciler, Precision Boost 2 ve Precision Boost Overdrive. gibi en son teknolojilerle rakipsiz performans sunar. Daha fazlasını mı istiyorsunuz? PCIe® Baskı altında serin kalabilen bu işlemciler, AMD Ryzen™'in 7 nm mimarisinden gelen watt başına performans geleneğini sürdürüyor.
Üst düzey sistem
Donanımınızı yapılandırmak ve kişiselleştirmek hiç bu kadar kolay olmamıştı. AMD Ryzen™ 5000 Serisi masaüstü işlemciler basit bir BIOS güncellemesi ile AMD 500 Serisi anakartlara takılabilir. Ayrıca, Ryzen™ Master kullanarak ince ayar ve kişiselleştirme yapılabilir. Oyunda daha hızlı katılmak ister misiniz? SSD hızlarında HDD depolamasına kavuşmak için AMD StoreMI'yi indirin.
-
0%
-
0%
-
0%
-
0%
-
0%
AMD Ryzen 5 5600 3.5 GHz AM4 32 MB Cache 65W (Tray) Kutusuz Fansız İşlemci Üzerindeki Değerlendirmeler
Toplam Değerlendirme (0)
bu ürüne yorum eklemek için burayı tıklayın.
Bu incelemeyi bildirin.
' + json['error'] + '
');
}
if (json['name']) {
$('input[name=\'ciname\']').after(' ' + json['name'] + '
');
}
if (json['email']) {
$('input[name=\'ciemail\']').after(' ' + json['email'] + '
');
}
if (json['text']) {
$('textarea[name=\'cireview\']').after(' ' + json['text'] + '
');
}
if (json['title']) {
$('input[name=\'cititle\']').after(' ' + json['title'] + '
');
}
if (json['rating']) {
for(var i in json['rating']) {
$('#cirating-'+i).append(' ' + json['rating'][i] + '
');
}
}
if (json['captcha']) {
$('#cicaptcha').append(' ' + json['captcha'] + '
');
}
$('.cireview-form .text-danger').parents('.form-group').addClass('has-error');
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('#cireview-modal').find('.modal-header').before(' ' + json['success'] + '
');
$('#cireview-graph').before(' ' + json['success'] + '
');
$('input[name=\'ciname\']').val('');
$('input[name=\'cireview_image\']').val('');
$('textarea[name=\'cireview\']').val('');
$('input[name=\'cititle\']').val('');
$('input[name=\'ciemail\']').val('');
$('.cirating:checked').prop('checked', false);
$('input.cirating-stars[type=number]').each(function() {
$(this).rating('clear');
});
$('#ciattach_images').html('');
$('#cicaptcha input').val('');
if (json['refresh']) {
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$('a[href="#tab-review"]').html(json['tab_review']);
if(json['cireviewgraph']) { $('#cireviewgraph').html(json['cireviewgraph']); }
if(json['aggeratereview']) { $('#cireview-aggerate').html(json['aggeratereview']); }
}
});
}
setTimeout(function(){
var offset = $('.cireview-form').offset()
var mypos = (Math.round(offset.top) - 10);
if($(window).scrollTop() > mypos) {
$('html, body').animate({ scrollTop: mypos }, 'slow');
}
$('#cireview-modal').find('.close').trigger('click');
},500);
}
}
});
});
$('.ciattach_images').each(function() {
$(this).magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled:true
}
});
});
$('#cireview-aggerate').on('click', '.addrating', function() {
$('.cireview-write').trigger('click');
// $('#cireview-modal').modal('show');
});
$('#ciattach_images').on('click', '.attach_image_close', function() {
var $this = $(this);
var id = $this.attr('data-id');
if(id && confirm("Are you sure?")) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/delete',
type: 'post',
data: 'id=' + id,
dataType: 'json',
beforeSend: function() {
},
complete: function() {
},
success: function(json) {
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += ' ' + json['error'] + '
');
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$(node).parent().append(' ' + json['success'] + '
');
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += ' ' + json['error'] + '
')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
modaldiv.find('.modal-header').before(' ' + json['success'] + '
');
setTimeout(function() {
modaldiv.find('.close').trigger('click');
}, 1000);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
function ciDataModal(target, find_modal, el) {
$(target).find(find_modal).attr('data-back', target);
var ev = $(target).find(find_modal).attr('id');
$(find_modal).appendTo("body");
$(find_modal).modal('show');
$(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) {
$(find_modal).appendTo($(find_modal).attr('data-back'));
$(find_modal).removeAttr('data-back');
});
}
$('.data-modal').on('click', function() {
var target = $(this).attr('data-target');
var find_modal = $(this).attr('data-find_modal');
ciDataModal(target, find_modal, $(this));
});
$('#cireview-policy-modal').on('shown.bs.modal', function (e) {
var num_modals = $('.modal-backdrop').length;
if(num_modals > 1) {
var calc_zindex = 10;
var use_nummodal = num_modals - 1;
var zindex = parseFloat($(this).css('z-index'));
$(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) ));
// access modal variables
var $backdrop = $(this).data('bs.modal').$backdrop;
$backdrop.addClass("cireviewpro-policy-backdrop");
var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index'));
$('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) );
}
});
$('#cireview-policy-modal').on('hidden.bs.modal', function (e) {
$(this).css('z-index', '');
// console.log("cireview-policy-modal hidden");
if($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});
$('#cireview-modal').on('hidden.bs.modal', function (e) {
// console.log("cireview-modal hidden");
var modal = $(this);
modal.find('.alert').remove();
$('.cireview-form .has-error').each(function() {
$(this).removeClass('has-error');
});
$('.cireview-successmsg').hide().html('');
$('.cireview-form').show();
$('.cireview-successmsg-title').hide().html('');
$('.cireview-form-title').show();
});
$('#cireview-abuse-521').on('hidden.bs.modal', function (e) {
// console.log("cireview-abuse- hidden");
var modal = $(this);
modal.find('input[name="ciabreason"]').prop("checked", false);
modal.find('.other_reason').addClass('hide');
modal.find('textarea').val('');
modal.find('.alert').remove();
modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''});
});
$('input[name="ciabreason"]').on('click', function() {
if($(this).val() == 'OTHER' || $(this).attr('data-details')==1) {
$('.other_reason').removeClass('hide');
} else {
$('.other_reason').addClass('hide');
$('.other_reason textarea').val('');
}
});
$('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
if(review_id && product_id && cireview_id) {
$('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id});
//abuse-button-action
var target = '#cimodal-cireview-abuse-'+product_id;
var find_modal = '#cireview-abuse-'+product_id;
ciDataModal(target, find_modal, $(this));
// $('#cireview-abuse-'+product_id).modal('show');
}
});
$('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var action = $this.attr('data-action');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
// $('.text-danger').remove();
var oldClass = $(this).find('i').attr('data-class');
if(review_id && product_id && cireview_id) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/cireviewVote',
type: 'post',
data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id),
dataType: 'json',
beforeSend: function() {
$this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
},
complete: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
},
success: function(json) {
var $parent = $this.parents('.cireview-vote');
$('.text-danger').remove();
if(json['error']) {
$parent.append(''+ json['error'] +'
')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
$parent.find('.vote-action').html(json['before_text']);
$parent.find('.vote-result').html(json['after_text']);
$parent.append(''+ json['success'] +'
')
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
$(document).delegate('.ciopenreviewpopup', 'click', function() {
$('a[href="#tab-review"]').trigger('click');
$('.cireview-write').trigger('click');
});
});
function ciOpenReviewPopup() {
$('.cireview-write').trigger('click');
}
//-->-->
Diğer Kartlar
