亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

easy-to-<b>use</b>

  • spi協(xié)議英文詳解

    In this presentation, we will look at what the Serial Peripheral Interface, otherwise known as the SPI, is. and how it is used to communicate data to and from the PICmicro microcontroller.SPl is frequently used when few 1/O lines are available, but communication between two or more devices must be fast and easy to implement.In this presentation, we will discuss the following topics: We will first cover an Overview of SPI This section of the tutorial will introduce you to SPI and its concepts.Next, we will examine the use of SPI on the PICmicro MCU.The details of how SPI is implemented on a PICmicro device will be examined.Then, a Code Walkthrough will be given.The walkthough will explore code for both an SPI Master and SPI Slave. The example will have the Master generate data for sending to the slave.Finally, there will be a few resources given at the end of the presentation. These resources will allow you to explore in more detail the SPI interface

    標(biāo)簽: spi協(xié)議

    上傳時間: 2022-06-20

    上傳用戶:

  • 分立元件IGBT驅(qū)動電路的改進(jìn)與測試

    摘要:本文在分析1GBT的動態(tài)開關(guān)特性和過流狀態(tài)下的電氣特性的基礎(chǔ)上,通過對常規(guī)的IGBT推挽驅(qū)動電路進(jìn)行改進(jìn),得到了具有良好過流保護(hù)特性的IGBT驅(qū)動電路。該電路簡單,可靠,易用,配合DSP等控制芯片能達(dá)到很好的驅(qū)動效果Abstract:Based on the studies on the dynamic switching and over-current characteristics of IGBT,this paper makes some improvments to the original push-pull driving circuit,obtains a new IGBT driving circuit which has a good over-current protection function.The circuit is simple,reliable and easy to use.Combined with controlling chips such as DSP it will do a great job in driving applications.關(guān)鍵詞:IBGT:開關(guān)特性;驅(qū)動;過流保護(hù);Key Words:IGBT;switching characteristics;driving:over-current protection

    標(biāo)簽: 分立元件 igbt 驅(qū)動電路

    上傳時間: 2022-06-21

    上傳用戶:

  • 微電腦型數(shù)學(xué)演算式隔離傳送器

    特點: 精確度0.1%滿刻度 可作各式數(shù)學(xué)演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A|/ 16 BIT類比輸出功能 輸入與輸出絕緣耐壓2仟伏特/1分鐘(input/output/power) 寬范圍交直流兩用電源設(shè)計 尺寸小,穩(wěn)定性高

    標(biāo)簽: 微電腦 數(shù)學(xué)演算 隔離傳送器

    上傳時間: 2014-12-23

    上傳用戶:ydd3625

  • 基準(zhǔn)電壓的溫度漂移研究應(yīng)用筆記

    Abstract: A perfect voltage reference produces a stable voltage independent of any external factors. Real-world voltagereferences, of course, are subject to errors caused by many external factors. One causeof these major errors istemperature. Without care, it is easy to operate a voltage reference outside its operating temperature range. Thisapplication note describes how references respond to temperature changes, and how self-heating can cause a voltagereference to operate outside its recommended temperature range. Once understood, this knowledge can then be used toavoid making this design error.

    標(biāo)簽: 基準(zhǔn)電壓 溫度漂移 應(yīng)用筆記

    上傳時間: 2013-11-08

    上傳用戶:xianglee

  • 微電腦型數(shù)學(xué)演算式雙輸出隔離傳送器

    特點(FEATURES) 精確度0.1%滿刻度 (Accuracy 0.1%F.S.) 可作各式數(shù)學(xué)演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A| (Math functioA+B/A-B/AxB/A/B/A&B(Hi&Lo)/|A|/etc.....) 16 BIT 類比輸出功能(16 bit DAC isolating analog output function) 輸入/輸出1/輸出2絕緣耐壓2仟伏特/1分鐘(Dielectric strength 2KVac/1min. (input/output1/output2/power)) 寬范圍交直流兩用電源設(shè)計(Wide input range for auxiliary power) 尺寸小,穩(wěn)定性高(Dimension small and High stability)

    標(biāo)簽: 微電腦 數(shù)學(xué)演算 輸出 隔離傳送器

    上傳時間: 2013-11-24

    上傳用戶:541657925

  • DN464 高效率USB電源管理系統(tǒng)

      Automotive power systems are unforgiving electronicenvironments. Transients to 90V can occur when thenominal voltage range is 10V to 15V (ISO7637), along withbattery reversal in some cases. It’s fairly straightforwardto build automotive electronics around this system, butincreasingly end users want to operate portable electronics,such as GPS systems or music/video players,and to charge their Li-Ion batteries from the automotivebattery. To do so requires a compact, robust, effi cientand easy-to-design charging system

    標(biāo)簽: 464 USB DN 高效率

    上傳時間: 2013-11-04

    上傳用戶:wfl_yy

  • 80C51特殊功能寄存器地址表

    /*--------- 8051內(nèi)核特殊功能寄存器 -------------*/ sfr ACC = 0xE0;             //累加器 sfr B = 0xF0;  //B 寄存器 sfr PSW    = 0xD0;           //程序狀態(tài)字寄存器 sbit CY    = PSW^7;       //進(jìn)位標(biāo)志位 sbit AC    = PSW^6;        //輔助進(jìn)位標(biāo)志位 sbit F0    = PSW^5;        //用戶標(biāo)志位0 sbit RS1   = PSW^4;        //工作寄存器組選擇控制位 sbit RS0   = PSW^3;        //工作寄存器組選擇控制位 sbit OV    = PSW^2;        //溢出標(biāo)志位 sbit F1    = PSW^1;        //用戶標(biāo)志位1 sbit P     = PSW^0;        //奇偶標(biāo)志位 sfr SP    = 0x81;            //堆棧指針寄存器 sfr DPL  = 0x82;            //數(shù)據(jù)指針0低字節(jié) sfr DPH  = 0x83;            //數(shù)據(jù)指針0高字節(jié) /*------------ 系統(tǒng)管理特殊功能寄存器 -------------*/ sfr PCON  = 0x87;           //電源控制寄存器 sfr AUXR = 0x8E;              //輔助寄存器 sfr AUXR1 = 0xA2;             //輔助寄存器1 sfr WAKE_CLKO = 0x8F;        //時鐘輸出和喚醒控制寄存器 sfr CLK_DIV  = 0x97;          //時鐘分頻控制寄存器 sfr BUS_SPEED = 0xA1;        //總線速度控制寄存器 /*----------- 中斷控制特殊功能寄存器 --------------*/ sfr IE     = 0xA8;           //中斷允許寄存器 sbit EA    = IE^7;  //總中斷允許位  sbit ELVD  = IE^6;           //低電壓檢測中斷控制位 8051

    標(biāo)簽: 80C51 特殊功能寄存器 地址

    上傳時間: 2013-10-30

    上傳用戶:yxgi5

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數(shù)轉(zhuǎn)換器,使用開關(guān)電容逐次逼近技術(shù)完成A/D轉(zhuǎn)換過程。由于是串行輸入結(jié)構(gòu),能夠節(jié)省51系列單片機(jī)I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應(yīng)用。 TLC2543的特點 (1)12位分辯率A/D轉(zhuǎn)換器; (2)在工作溫度范圍內(nèi)10μs轉(zhuǎn)換時間; (3)11個模擬輸入通道; (4)3路內(nèi)置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉(zhuǎn)換結(jié)束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導(dǎo); (10)可編程輸出數(shù)據(jù)長度。 TLC2543的引腳排列及說明    TLC2543有兩種封裝形式:DB、DW或N封裝以及FN封裝,這兩種封裝的引腳排列如圖1,引腳說明見表1 TLC2543電路圖和程序欣賞 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double  sum_final1; double  sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe};  void delay(unsigned char b)   //50us {           unsigned char a;           for(;b>0;b--)                     for(a=22;a>0;a--); }  void display(uchar a,uchar b,uchar c,uchar d) {    P0=duan[a]|0x80;    P2=wei[0];    delay(5);    P2=0xff;    P0=duan[b];    P2=wei[1];    delay(5);   P2=0xff;   P0=duan[c];   P2=wei[2];   delay(5);   P2=0xff;   P0=duan[d];   P2=wei[3];   delay(5);   P2=0xff;   } uint read(uchar port) {   uchar  i,al=0,ah=0;   unsigned long ad;   clock=0;   _cs=0;   port<<=4;   for(i=0;i<4;i++)  {    d_in=port&0x80;    clock=1;    clock=0;    port<<=1;  }   d_in=0;   for(i=0;i<8;i++)  {    clock=1;    clock=0;  }   _cs=1;   delay(5);   _cs=0;   for(i=0;i<4;i++)  {    clock=1;    ah<<=1;    if(d_out)ah|=0x01;    clock=0; }   for(i=0;i<8;i++)  {    clock=1;    al<<=1;    if(d_out) al|=0x01;    clock=0;  }   _cs=1;   ad=(uint)ah;   ad<<=8;   ad|=al;   return(ad); }  void main()  {   uchar j;   sum=0;sum1=0;   sum_final=0;   sum_final1=0;    while(1)  {              for(j=0;j<128;j++)          {             sum1+=read(1);             display(a1,b1,c1,d1);           }            sum=sum1/128;            sum1=0;            sum_final1=(sum/4095)*5;            sum_final=sum_final1*1000;            a1=(int)sum_final/1000;            b1=(int)sum_final%1000/100;            c1=(int)sum_final%1000%100/10;            d1=(int)sum_final%10;            display(a1,b1,c1,d1);           }         } 

    標(biāo)簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • AVR單片機(jī)數(shù)碼管秒表顯示

    #include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    標(biāo)簽: AVR 單片機(jī) 數(shù)碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

  • Microchip PIC系列單片機(jī)RS232通訊應(yīng)用

    Digitemp Junior – An RS-232 Port-Powered Digital Thermometer Digitemp Jr. is a device that is designed to measure and report ambient temperature. When connected to an RS-232 port on any PC, it will periodically measure and report in ASCII form the ambient temperature in degrees Celsius. These temperature readings can be monitored with any terminal program. If the terminal program supports capture to disk, the temperature readings can be saved to disk for further analysis with a spreadsheet program or other data analysis tool. The simple ASCII output format of Digitemp Jr. makes it rel- atively easy to write custom software for receiving, recording, and analyzing ambient temperature data. Best of all, Digitemp Jr. requires no external power sup- plies or batteries. It is powered directly by the RS-232 port.

    標(biāo)簽: Microchip 232 PIC RS

    上傳時間: 2013-10-21

    上傳用戶:baitouyu

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲免费影视| 在线成人av.com| 欧美高清视频| 欧美激情在线| 伊人久久噜噜噜躁狠狠躁| 亚洲一区二区在线观看视频| 免费欧美在线视频| 精品不卡一区二区三区| 欧美在线播放高清精品| 国产精品亚洲美女av网站| 亚洲私人黄色宅男| 欧美色视频日本高清在线观看| 亚洲精品系列| 欧美日韩亚洲激情| 亚洲一区欧美二区| 国产日韩一区| 久久亚洲免费| 国产精品乱码人人做人人爱 | 欧美高清在线视频| 亚洲国产成人久久综合| 噜噜噜在线观看免费视频日韩| 伊甸园精品99久久久久久| 久久综合九色综合欧美就去吻| 在线不卡视频| 欧美日韩高清在线| 亚洲图片你懂的| 国产日韩精品在线观看| 久久久久国色av免费观看性色| 韩国一区电影| 欧美久久成人| 亚洲欧美制服另类日韩| 国产在线日韩| 欧美日韩国产经典色站一区二区三区| 中文有码久久| 好看不卡的中文字幕| 欧美不卡福利| 亚洲午夜久久久| 国产日韩欧美综合精品| 欧美aaa级| a4yy欧美一区二区三区| 国产欧美一区二区精品仙草咪| 久久欧美肥婆一二区| 99精品视频一区| 国产午夜精品美女视频明星a级| 久久先锋资源| 亚洲综合丁香| 中文欧美日韩| 亚洲韩国日本中文字幕| 亚洲国产精品v| 亚洲第一页自拍| 在线观看成人av| 狠狠做深爱婷婷久久综合一区| 国产欧美日韩在线视频| 国产精品亚洲综合一区在线观看 | 这里只有视频精品| 亚洲第一在线视频| 红桃视频亚洲| 在线看欧美视频| 亚洲国产精品久久久久秋霞不卡 | 欧美日韩成人在线播放| 蜜臀a∨国产成人精品| 久久综合九色综合久99| 美女91精品| 欧美国产一区视频在线观看| 欧美激情中文字幕在线| 欧美日韩国产综合一区二区| 欧美色中文字幕| 国产精品成人免费| 国产麻豆日韩欧美久久| 国产在线观看精品一区二区三区| 黄网站免费久久| 亚洲日本电影在线| 亚洲一区日韩在线| 久久精品国产999大香线蕉| 久久精品视频一| 欧美二区不卡| 欧美性开放视频| 国产一区二区三区免费不卡| 在线日韩av永久免费观看| 亚洲精品专区| 性感少妇一区| 免费成人高清| 国产精品欧美一区二区三区奶水 | 欧美日韩无遮挡| 国产精品久久久久影院色老大| 国产精品亚洲综合天堂夜夜| 在线观看日韩av电影| 99精品国产在热久久下载| 亚洲欧美日韩国产综合| 久久亚洲综合色| 欧美精品七区| 国产欧美日韩视频| 91久久国产精品91久久性色| 亚洲资源av| 欧美精品123区| 国产日韩一区二区三区| 日韩视频在线免费| 久久精彩视频| 国产精品videosex极品| 国产一区二区三区四区| 亚洲精品一区在线观看香蕉| 午夜亚洲伦理| 欧美日韩亚洲系列| 很黄很黄激情成人| 亚洲综合成人婷婷小说| 欧美96在线丨欧| 国产一区二区三区直播精品电影 | 欧美全黄视频| 国产综合自拍| 亚洲午夜视频在线| 欧美1区视频| 一区精品久久| 欧美有码视频| 国产精品视频福利| 99在线精品免费视频九九视| 久久综合色天天久久综合图片| 国产精品国产一区二区| 亚洲毛片av在线| 牛人盗摄一区二区三区视频| 国外成人网址| 久久精品亚洲一区二区| 国产精品免费电影| 亚洲图片在线观看| 欧美日韩免费观看一区二区三区| 亚洲高清视频一区二区| 久久久精品欧美丰满| 国产热re99久久6国产精品| 中日韩美女免费视频网站在线观看| 美女视频黄a大片欧美| 国产午夜精品久久久久久久| 亚洲欧美在线观看| 国产精品免费一区二区三区观看| 一区二区三区黄色| 欧美视频在线看| 99热在这里有精品免费| 欧美精品日韩三级| 亚洲免费观看在线观看| 欧美乱人伦中文字幕在线| 亚洲免费久久| 欧美日韩一区二区在线| 99综合视频| 国产精品福利网站| 亚洲一区免费网站| 国产午夜精品在线| 久久亚洲欧洲| 亚洲日本中文字幕| 欧美日韩中字| 午夜久久久久| 影音先锋中文字幕一区| 欧美不卡在线视频| 亚洲深夜福利| 国产无一区二区| 欧美本精品男人aⅴ天堂| 亚洲精品日韩在线观看| 国产精品美女999| 久久黄色小说| 亚洲日本aⅴ片在线观看香蕉| 欧美丝袜一区二区| 久久精品二区| 亚洲精品久久久久久下一站 | 性亚洲最疯狂xxxx高清| 狠狠色丁香婷婷综合久久片| 欧美成人高清| 亚洲在线播放| 在线播放日韩欧美| 欧美日韩一区二区三区免费| 亚洲欧美日韩精品在线| 狠狠色噜噜狠狠狠狠色吗综合| 欧美激情亚洲国产| 性欧美暴力猛交69hd| 亚洲精品久久7777| 国产欧美日韩综合| 欧美精品一区二| 欧美在线视频免费播放| 亚洲乱亚洲高清| 国产一区二区三区四区| 欧美日韩高清不卡| 久久久久在线| 亚洲影视中文字幕| 亚洲高清资源综合久久精品| 国产精品久久久久秋霞鲁丝 | 一区二区三区精品国产| 国产亚洲一区二区三区| 欧美国产综合一区二区| 欧美制服丝袜| 一区二区三区波多野结衣在线观看| 国产无一区二区| 国产精品久久久久久久久久直播| 乱人伦精品视频在线观看| 一本色道久久综合精品竹菊| 国产主播一区| 国产精品视频一二三| 欧美日本一道本| 美女免费视频一区| 久久福利影视| 亚洲欧美日韩精品久久| 一区二区三区免费网站| 欧美阿v一级看视频| 欧美+亚洲+精品+三区| 亚洲色无码播放|