控易電子 CER-1027 嵌入式主板
產(chǎn)品介紹
產(chǎn)品詳細(xì)介紹
☉板載Intel®凌動(dòng)TM N270低功耗處理器
☉前端總線533MHz
☉ 采用Intel®945GSE+ICH7芯片組
☉板載1GB內(nèi)存,DDRII 533/667
☉18位雙通道LVDS,支持VGA和LVDS雙獨(dú)顯
☉ Realtek雙千兆網(wǎng)卡
☉2個(gè)SATAII 硬盤口,支持RAID 0/1
☉ 單5V供電,支持AT&ATX電源模式
☉1個(gè)RS232,1個(gè)RS485,6個(gè)USB2.0
☉支持PC/104擴(kuò)展
☉ 寬溫?zé)o風(fēng)扇系統(tǒng)
查看更多評(píng)論
控易 基于PICMG2.9規(guī)范在CompactPCI平臺(tái)上實(shí)現(xiàn)系統(tǒng)管理說(shuō)明
控易 CER-IRC10加固計(jì)算機(jī)
var galleryThumbs = new Swiper('.gallery-thumbs', {
spaceBetween: 2,
slidesPerView: 4,
freeMode: true,
//watchSlidesVisibility: true,
//watchSlidesProgress: true,
navigation: {
nextEl: '.swiper-px-next',
prevEl: '.swiper-px-prev',
},
});
//var galleryTop = new Swiper('.gallery-top', {
// spaceBetween: 10,
// thumbs: {
// swiper: galleryThumbs
// }
//});
var imgsrcs = $('.swiper-slide').eq(0).find('img').attr('src');
$('.gallery-thumbs .swiper-slide').mouseover(function () {
let imgsrc = $(this).find('img').attr('src');
$(this).addClass("border-simg").siblings().removeClass("border-simg")
// console.log()
$('.jqzoom img').attr('src', imgsrc);
$('.jqzoom img').attr('jqimg', imgsrc)
}).eq(0).click()
$(".swiper-slide").eq(0).addClass("border-simg")
$('.jqzoom img').attr('src', imgsrcs);
$('.jqzoom img').attr('jqimg', imgsrcs)
$(".jqzoom").jqueryzoom({
xzoom: 350,
yzoom: 250,
offset: 10,
position: "right",
preload: 1,
lens: 1
});