控易電子 CER-IRC10 嵌入式整機(jī)
產(chǎn)品介紹
產(chǎn)品詳細(xì)介紹
☉無風(fēng)扇Intel®AtomTM N270低功耗處理器
☉存儲(chǔ)支持SATA硬盤或CF卡
☉2個(gè)標(biāo)準(zhǔn)串口,其中1個(gè)支持RS232/422/485模式
☉4個(gè)USB 2.0端口
☉2個(gè)10/100/1000 Base-T以太網(wǎng)端口
☉音頻輸入輸出及麥克風(fēng)接口
☉1個(gè)多功能接口,支持DIO等信號(hào)擴(kuò)展
☉標(biāo)準(zhǔn)PS/2鍵盤鼠標(biāo)接口
☉支持8~36VDC寬電壓電源輸入
查看更多評(píng)論
控易 基于PICMG2.9規(guī)范在CompactPCI平臺(tái)上實(shí)現(xiàn)系統(tǒng)管理說明
控易 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
});