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

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

USB接口仿真程序

  • 單相逆變器光伏仿真程序--原文資料

    單相逆變器光伏仿真程序

    標簽: 單相逆變器 光伏 仿真程序

    上傳時間: 2013-11-20

    上傳用戶:362279997

  • 溫濕度傳感器 sht11 仿真程序下載

    溫濕度傳感器 sht11 仿真程序 sbit out =P3^0; //加熱口  //sbit input =P1^1;//檢測口  //sbit speek =P2^0;//報警  sbit clo =P3^7;//時鐘  sbit ST =P3^5;//開始  sbit EOC =P3^6;//成功信號  sbit gwei =P3^4;//個位  sbit swei =P3^3;//十位 sbit bwei =P3^2;//百位 sbit qwei =P3^1;//千位 sbit speak =P0^0;//報警音 sbit bjled =P0^1;//報警燈 sbit zcled =P0^2;//正常LED  int count;  uchar xianzhi;//取轉換結果 uchar seth;//高時間 uchar setl;//低時間 uchar seth_mi;//高時間 uchar setl_mi;//低時間  bit  hlbz;//高低標志  bit  clbz;  bit  spbz;       ///定時中斷程序/// void t0 (void) interrupt 1 using 0 {     TH0=(65536-200)/256;//5ms*200=1000ms=1s   TL0=(65536-200)%256;  clo=!clo;//產生時鐘      if(count>5000)   {     if(hlbz)            {       if(seth_mi==0){seth_mi=seth;hlbz=0;out=0;}    else seth_mi--;       }     if(!hlbz)            {       if(setl_mi==0){setl_mi=setl;hlbz=1;out=1;}    else setl_mi--;       }   count=0;   }      else count++;         } ///////////// ///////延時/////// delay(int i) {    while(--i);          }     ///////顯示處理/////// xianshi() {      int   abcd=0;     int i;     for (i=0;i<5;i++) {   abcd=xianzhi;  gwei=1;  swei=1;  bwei=1;  qwei=1;  P1=dispcode[abcd/1000];   qwei=0;  delay(70);   qwei=1;  abcd=abcd%1000;  P1=dispcode[abcd/100];  bwei=0;  delay(70);  bwei=1;   abcd=abcd%100;  P1=dispcode[abcd/10];  swei=0;  delay(70);  swei=1;  abcd=abcd%10;  P1=dispcode[abcd];  gwei=0;  delay(70);  gwei=1;  } }   doing()   {     if(xianzhi>100)     {bjled=0;speak=1;zcled=1;}  else {bjled=1;speak=0;zcled=0;}   }   void main(void)  {  seth=60;//h60秒  setl=90;//l90秒  seth_mi=60;//h60秒  setl_mi=90;//l90秒  TMOD=0X01;//定時0 16位工作模式   TH0=(65536-200)/256;   TL0=(65536-200)%256;    TR0=1; //開始計時  ET0=1;   //開定時0中斷  EA=1;    //開全中斷  while(1)  {      ST=0;    _nop_();     ST=1;    _nop_();     ST=0;  //   EOC=0;          xianshi();       while(!EOC)   {         xianshi();    }        xianzhi=P2;             xianshi();     doing();  }  }

    標簽: sht 11 溫濕度傳感器 仿真程序

    上傳時間: 2013-11-07

    上傳用戶:我們的船長

  • DXP2004 USB接口封裝庫

    常見USB接口已被封裝成庫,dxp 2004能夠直接打開,有需要的自己下。

    標簽: 2004 DXP USB 接口

    上傳時間: 2013-11-03

    上傳用戶:電子世界

  • USB接口控制器參考設計,xilinx提供VHDL代碼 us

    USB接口控制器參考設計,xilinx提供VHDL代碼 usb xilinx vhdl ;  This program is free software; you can redistribute it and/or modify ;  it under the terms of the GNU General Public License as published by ;  the Free Software Foundation; either version 2 of the License, or ;  (at your option) any later version. ;      ;  This program is distributed in the hope that it will be useful, ;  but WITHOUT ANY WARRANTY; without even the implied warranty of ;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the ;  GNU General Public License for more details. ;      ;  You should have received a copy of the GNU General Public License ;  along with this program; if not, write to the Free Software ;  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    標簽: xilinx VHDL USB us

    上傳時間: 2013-10-29

    上傳用戶:zhouchang199

  • Proteus實例集錦(包括電路圖.仿真程序,各種各樣的電路

    Proteus實例集錦(包括電路圖.仿真程序,各種各樣的電路):4x4鍵盤,51單片機12864大液晶屏proteus仿真,8253可編程定時器計數器,竊聽器(使用PROTEUS串口例子)V1.0,電子琴和倒計時播放音樂,電壓電流轉換電路,單片機設計2008奧運會,Schematic模型創建方法等資料。

    標簽: Proteus 實例集錦 仿真程序 電路圖

    上傳時間: 2013-10-10

    上傳用戶:181992417

  • 點陣式LCD12864接口與程序設計分析

    點陣式LCD12864接口與程序設計分析

    標簽: 12864 LCD 點陣式 接口

    上傳時間: 2013-10-30

    上傳用戶:daoxiang126

  • 基于CP2102的USB接口設計

    基于CP2102的USB接口設計,cp2102橋接芯片很不錯

    標簽: 2102 USB CP 接口設計

    上傳時間: 2013-10-10

    上傳用戶:zhyiroy

  • USB接口類型大全及定義

    usb接口類型

    標簽: USB 接口類型 定義

    上傳時間: 2013-11-24

    上傳用戶:wxhwjf

  • USB接口資料

    USB接口設計

    標簽: USB 接口

    上傳時間: 2013-11-02

    上傳用戶:hehuaiyu

  • Mini-USB接口、標準USB接口定義

    這是一份比較全面的usb接口定義

    標簽: Mini-USB USB 接口 標準

    上傳時間: 2013-11-01

    上傳用戶:wayne595

主站蜘蛛池模板: 漳州市| 六枝特区| 临洮县| 宾阳县| 大余县| 灵石县| 陕西省| 子洲县| 苏尼特右旗| 安平县| 曲松县| 历史| 鹤壁市| 三门县| 汤阴县| 哈巴河县| 得荣县| 德惠市| 平度市| 黔东| 伊川县| 安丘市| 巴楚县| 安康市| 周至县| 宜川县| 敦化市| 宜君县| 伊金霍洛旗| 连山| 穆棱市| 乌兰县| 华阴市| 卫辉市| 福贡县| 开原市| 彭山县| 沅江市| 许昌市| 衡山县| 灵丘县|