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

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

bit

  • 微電腦型長度,流量顯示控制表

    特點(diǎn) 顯示范圍-19999至99999位數(shù) 最高輸入頻率 10KHz 計(jì)數(shù)速度 50,5000脈波/秒可選擇 四種輸入模式可選擇(加算,減算,加減算,90度相位差加減算 90度相位差加減算具有提高解析度4倍功能 輸入脈波具有預(yù)設(shè)刻度功能 2組警報(bào)功能 15 bit 類比輸出功能 數(shù)位RS-485介面

    標(biāo)簽: 微電腦 長度 流量顯示 控制

    上傳時(shí)間: 2013-10-15

    上傳用戶:1039312764

  • 微電腦型雙顯示幕控制電表

    特點(diǎn) 精確度0.1%滿刻度 ±1位數(shù) 可同事量測與顯示交流電壓/交直流電流 顯示范圍0- ±19999可任意規(guī)劃 類比輸出運(yùn)算功能 (IN1,IN2,IN1+IN2,IN1-IN2,IN1xIN2,IN1/IN2)) 2組獨(dú)立警報(bào)功能 15 bit 類比輸出功能 數(shù)位RS-485界面

    標(biāo)簽: 微電腦 顯示幕 控制 電表

    上傳時(shí)間: 2013-11-22

    上傳用戶:youke111

  • SL811開發(fā)資料_包含源程序_電路圖_芯片資料

    SL811開發(fā)資料_包含源程序_電路圖_芯片資料:SL811HS Embedded USB Host/Slave Controller.The SL811HS is an Embedded USB Host/Slave Controller capable of communicate with either full-speed or low-speed USB peripherals. The SL811HS can interface to devices such as microprocessors, microcontrollers, DSPs, or directly to a variety of buses such as ISA, PCMCIA, and others. The SL811HS USB Host Controller conforms to USB Specification 1.1.The SL811HS USB Host/Slave Controller incorporates USB Serial Interface functionality along with internal full-/low-speed transceivers.The SL811HS supports and operates in USB full-speed mode at 12 Mbps, or at low-speed 1.5-Mbps mode.The SL811HS data port and microprocessor interface provide an 8-bit data path I/O or DMA bidirectional, with interrupt support to allow easy interface to standard microprocessors or microcontrollers such as Motorola or Intel CPUs and many others. Internally,the SL811HS contains a 256-byte RAM data buffer which is used for control registers and data buffer.The available package types offered are a 28-pin PLCC (SL811HS) and a 48-pin TQFP package (SL811HST-AC). Both packages operate at 3.3 VDC. The I/O interface logic is 5V-tolerant.

    標(biāo)簽: 811 SL 開發(fā)資料 源程序

    上傳時(shí)間: 2013-12-22

    上傳用戶:a82531317

  • 單片機(jī)12864液晶時(shí)鐘顯示程序

    12864液晶時(shí)鐘顯示程序 LCD 地址變量 ;**************變量的定義***************** RS             bit      P2.0            ;LCD數(shù)據(jù)/命令選擇端(H/L) RW             bit      P2.1          ;LCD讀/寫選擇端(H/L) EP             bit      P2.2            ;LCD使能控制 PSB        EQU P2.3 RST        EQU P2.5 PRE            bit      P1.4            ;調(diào)整鍵(K1) ADJ            bit      P1.5            ;調(diào)整鍵(K2) COMDAT         EQU P0 LED        EQU P0.3 YEAR           DATA      18H            ;年,月,日變量 MONTH          DATA      19H DATE           DATA      1AH WEEK           DATA      1BH HOUR           DATA      1CH            ;時(shí),分,秒,百分之一秒變量 MIN            DATA      1DH SEC            DATA      1EH SEC100         DATA      1FH STATE          DATA      23H LEAP           bit      STATE.1            ;是否閏年標(biāo)志1--閏年,0--平年 KEY_S          DATA      24H            ;當(dāng)前掃描鍵值 KEY_V          DATA      25H            ;上次掃描鍵值 DIS_BUF_U0      DATA      26H            ;LCD第一排顯示緩沖區(qū) DIS_BUF_U1      DATA      27H DIS_BUF_U2      DATA      28H DIS_BUF_U3      DATA      29H DIS_BUF_U4      DATA      2AH DIS_BUF_U5      DATA      2BH DIS_BUF_U6      DATA      2CH DIS_BUF_U7      DATA      2DH DIS_BUF_U8      DATA      2EH DIS_BUF_U9      DATA      2FH DIS_BUF_U10     DATA      30H DIS_BUF_U11     DATA      31H DIS_BUF_U12     DATA      32H DIS_BUF_U13     DATA      33H DIS_BUF_U14     DATA      34H DIS_BUF_U15     DATA      35H DIS_BUF_L0      DATA      36H            ;LCD第三排顯示緩沖區(qū) DIS_BUF_L1      DATA      37H DIS_BUF_L2      DATA      38H DIS_BUF_L3      DATA      39H DIS_BUF_L4      DATA      3AH DIS_BUF_L5      DATA      3BH DIS_BUF_L6      DATA      3CH DIS_BUF_L7      DATA      3DH DIS_BUF_L8      DATA      3EH DIS_BUF_L9      DATA      3FH DIS_BUF_L10     DATA      40H DIS_BUF_L11     DATA      41H DIS_BUF_L12     DATA      42H DIS_BUF_L13     DATA      43H DIS_BUF_L14     DATA      44H DIS_BUF_L15     DATA      45H FLAG            DATA      46H ;1-年,2-月,3-日,4-時(shí),5-分,6-秒,7-退出調(diào)整。 DIS_H           DATA      47H DIS_M           DATA      48H DIS_S           DATA      49H

    標(biāo)簽: 12864 單片機(jī) 液晶時(shí)鐘 顯示程序

    上傳時(shí)間: 2013-12-25

    上傳用戶:wvbxj

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

    溫濕度傳感器 sht11 仿真程序 sbit out =P3^0; //加熱口  //sbit input =P1^1;//檢測口  //sbit speek =P2^0;//報(bào)警  sbit clo =P3^7;//時(shí)鐘  sbit ST =P3^5;//開始  sbit EOC =P3^6;//成功信號(hào)  sbit gwei =P3^4;//個(gè)位  sbit swei =P3^3;//十位 sbit bwei =P3^2;//百位 sbit qwei =P3^1;//千位 sbit speak =P0^0;//報(bào)警音 sbit bjled =P0^1;//報(bào)警燈 sbit zcled =P0^2;//正常LED  int count;  uchar xianzhi;//取轉(zhuǎn)換結(jié)果 uchar seth;//高時(shí)間 uchar setl;//低時(shí)間 uchar seth_mi;//高時(shí)間 uchar setl_mi;//低時(shí)間  bit  hlbz;//高低標(biāo)志  bit  clbz;  bit  spbz;       ///定時(shí)中斷程序/// void t0 (void) interrupt 1 using 0 {     TH0=(65536-200)/256;//5ms*200=1000ms=1s   TL0=(65536-200)%256;  clo=!clo;//產(chǎn)生時(shí)鐘      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++;         } ///////////// ///////延時(shí)/////// 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;//定時(shí)0 16位工作模式   TH0=(65536-200)/256;   TL0=(65536-200)%256;    TR0=1; //開始計(jì)時(shí)  ET0=1;   //開定時(shí)0中斷  EA=1;    //開全中斷  while(1)  {      ST=0;    _nop_();     ST=1;    _nop_();     ST=0;  //   EOC=0;          xianshi();       while(!EOC)   {         xianshi();    }        xianzhi=P2;             xianshi();     doing();  }  }

    標(biāo)簽: sht 11 溫濕度傳感器 仿真程序

    上傳時(shí)間: 2013-10-16

    上傳用戶:黃蛋的蛋黃

  • This module defines safer C library string * * routine replacements. These are meant to make C * * a

    This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * robustness

    標(biāo)簽: replacements defines library routine

    上傳時(shí)間: 2014-01-04

    上傳用戶:佳期如夢

  • yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F

    yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F300 // Created: 11 SEP 2002 // Created By: DKC // Tool chain: KEIL Eval C51 // // This is a stand alone battery charger for a Lithium ION battery. // It utilizes a buck converter, controlled by the on-chip 8-bit PWM, // to provide constant current followed by constant voltage battery charge.

    標(biāo)簽: LIION_BC_MAIN Integrated Filename Products

    上傳時(shí)間: 2013-12-23

    上傳用戶:牧羊人8920

  • 介紹幾種cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducin

    介紹幾種cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcontroller has 256-Kbyte expanded external code/data memory space and 64-Kbyte stack space. The new controller is also specially designed to execute C code efficiently. More importantly, the 8xC251SA/SB/SP/SQ maintains binary code compatibility with MCS 51 microcontrollers but at the same time allows the use of the powerful MCS 251 microcontroller instruction set, with many new 8, 16 and 32 bit instructions available. The 8xC251SA/SB/SP/SQ has 512 bytes or 1 Kbyte of on-chip data RAM options and is available in 16 Kbytes and 8 Kbytes of on-chip ROM/OTPROM or ROMless options.

    標(biāo)簽: architecture introducin peripheral improves

    上傳時(shí)間: 2015-03-15

    上傳用戶:ccclll

  • Twofish 采用128位數(shù)據(jù)塊(128 bits lock)

    Twofish 采用128位數(shù)據(jù)塊(128 bits lock),128-192-256-bit 可變長度密鑰。

    標(biāo)簽: 128 Twofish bits lock

    上傳時(shí)間: 2013-12-17

    上傳用戶:tuilp1a

  • 基于matlab的指紋識(shí)別系統(tǒng)

    基于matlab的指紋識(shí)別系統(tǒng),采用基于細(xì)節(jié)點(diǎn)對比,輸入圖像必須是256×256,8-bit灰度值,500dip的指紋。

    標(biāo)簽: matlab 指紋識(shí)別系統(tǒng)

    上傳時(shí)間: 2013-12-26

    上傳用戶:yimoney

主站蜘蛛池模板: 普洱| 繁峙县| 河南省| 前郭尔| 民丰县| 叶城县| 宜宾县| 沙洋县| 五寨县| 滨海县| 慈溪市| 新野县| 南和县| 藁城市| 井陉县| 龙川县| 辽阳市| 乌拉特前旗| 平定县| 永州市| 栖霞市| 紫阳县| 平南县| 平山县| 上栗县| 平泉县| 本溪市| 邵阳县| 车致| 曲阳县| 噶尔县| 铁力市| 肃北| 太白县| 广宗县| 裕民县| 瓮安县| 元谋县| 城固县| 江津市| 红桥区|