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