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

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

ABAQUS;中文教材

  • MSP430F149(中文)

    MSP430F149(中文).pdf

    標簽: 430F F149 MSP 430

    上傳時間: 2013-12-14

    上傳用戶:xyipie

  • PCF8591中文規格書

    PCF8591中文數據手冊

    標簽: 8591 PCF 規格書

    上傳時間: 2013-10-14

    上傳用戶:ma1301115706

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在工作溫度范圍內10μs轉換時間; (3)11個模擬輸入通道; (4)3路內置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉換結束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導; (10)可編程輸出數據長度。 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);           }         } 

    標簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • STM32中文參考手冊_V10

    STM32中文參考手冊_V10,本譯文僅供參考,如有翻譯錯誤,請以英文原稿為準。請讀者隨時注意在ST網站下載更新版本

    標簽: STM 32 10 參考手冊

    上傳時間: 2013-11-06

    上傳用戶:小儒尼尼奧

  • STC89C52單片機的中文介紹

    STC89C52單片機的中文介紹

    標簽: STC 89C C52 89

    上傳時間: 2013-11-19

    上傳用戶:jisiwole

  • ATmega16中文資料

    ATmega16中文資料

    標簽: ATmega 16

    上傳時間: 2013-10-20

    上傳用戶:fhzm5658

  • uln2003芯片中文資料

    uln2003芯片中文資料

    標簽: 2003 uln 芯片

    上傳時間: 2013-10-31

    上傳用戶:uuuuuuu

  • DAC0832中文資料

    DAC0832中文資料

    標簽: 0832 DAC

    上傳時間: 2014-01-21

    上傳用戶:unmwq

  • 各種單片機用到的或集成芯片的中文資料庫

    各種單片機用到的或集成芯片的中文資料庫,各種芯片中文資料一應俱全。

    標簽: 單片機 集成芯片

    上傳時間: 2013-10-08

    上傳用戶:731140412

  • uCOS_II_2.52源碼中文譯注

    uCOS_II_2.52源碼中文譯注

    標簽: uCOS_II 2.52 源碼

    上傳時間: 2013-11-14

    上傳用戶:13681659100

主站蜘蛛池模板: 永兴县| 浏阳市| 汤阴县| 洛宁县| 宝鸡市| 天柱县| 通辽市| 邯郸市| 涟源市| 吴旗县| 杭州市| 怀仁县| 永福县| 日喀则市| 吐鲁番市| 星座| 卢龙县| 富顺县| 永嘉县| 濮阳县| 岑巩县| 辽中县| 东明县| 仁化县| 新河县| 湖北省| 蓬安县| 广安市| 竹溪县| 体育| 杭锦后旗| 阿尔山市| 余姚市| 吐鲁番市| 汉源县| 宜黄县| 南阳市| 武功县| 宜昌市| 甘洛县| 营山县|