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

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

dog

  • analog device vdsp watch dog timer tutorial.

    analog device vdsp watch dog timer tutorial.

    標簽: tutorial analog device timer

    上傳時間: 2017-02-10

    上傳用戶:Breathe0125

  • Optional time to see their dog timer, with protection

    Optional time to see their dog timer, with protection

    標簽: protection Optional their timer

    上傳時間: 2017-02-11

    上傳用戶:515414293

  • pic example code ,such as pic watch dog, power on and power off ,reset

    pic example code ,such as pic watch dog, power on and power off ,reset

    標簽: power pic example reset

    上傳時間: 2013-12-21

    上傳用戶:風之驕子

  • sift算子中高斯金字塔和dog的生成

    sift算子中高斯金字塔和dog的生成,只是該算子的最初步驟

    標簽: sift dog 高斯

    上傳時間: 2013-12-23

    上傳用戶:manlian

  • 德州儀器新款DSP TMS320C2834X 晶片 SCI WATCH dog 看門狗程式設計.

    德州儀器新款DSP TMS320C2834X 晶片 SCI WATCH dog 看門狗程式設計.

    標簽: 2834X C2834 WATCH 2834

    上傳時間: 2014-01-15

    上傳用戶:gaome

  • 電壓基準的理解和應用

      Specifying the right reference and applying it correctly isa more difficult task than one might first surmise, consideringthat references are only 2- or 3-terminal devices.Although the word “accuracy” is most often spoken inreference to references, it is dangerous to use this wordtoo freely because it can mean different things to differentpeople. Even more perplexing is the fact that a referenceclassified as a dog in one application is a panacea inanother. This application note will familiarize the readerwith the various aspects of reference “accuracy” andpresent some tips on extracting maximum performancefrom any reference.

    標簽: 電壓基準

    上傳時間: 2013-10-15

    上傳用戶:liuwei6419

  • C8051F020

    HIGH SPEED 8051 μC CORE - Pipe-lined Instruction Architecture; Executes 70% of Instructions in 1 or 2 System Clocks - Up to 25MIPS Throughput with 25MHz System Clock - 22 Vectored Interrupt Sources MEMORY - 4352 Bytes Internal Data RAM (256 + 4k) - 64k Bytes In-System Programmable FLASH Program Memory - External Parallel Data Memory Interface – up to 5Mbytes/sec DIGITAL PERIPHERALS - 64 Port I/O; All are 5V tolerant - Hardware SMBusTM (I2CTM Compatible), SPITM, and Two UART Serial Ports Available Concurrently - Programmable 16-bit Counter/Timer Array with 5 Capture/Compare Modules - 5 General Purpose 16-bit Counter/Timers - Dedicated Watch-dog Timer; Bi-directional Reset CLOCK SOURCES - Internal Programmable Oscillator: 2-to-16MHz - External Oscillator: Crystal, RC, C, or Clock - Real-Time Clock Mode using Timer 3 or PCA SUPPLY VOLTAGE ........................ 2.7V to 3.6V - Typical Operating Current: 10mA @ 25MHz - Multiple Power Saving Sleep and Shutdown Modes 100-Pin TQFP (64-Pin Version Available) Temperature Range: –40°C to +85°C

    標簽: C8051F020

    上傳時間: 2013-10-12

    上傳用戶:lalalal

  • 看門狗電路的分析

    根據看門狗電路的原理,設計出簡單適用、性能可靠的1TrL型看門狗電路以及價格低廉、性能可靠的微功耗CMOS型看門狗電路,同時還介紹了常用的uP監視器O型看門狗電路。關鍵詞:看門狗電路;1TrL型;CMOS型Abstract:In accordance with the principle of WDT (Watch dog Timer 1circuit,design a,IT.L type WTD circuit,it is a dimple an d applicable an d reliable on performanceo Design a CMOS type WTD circuit,it is low prices and mini-power consumption。Also the article describes a common uP type WTD circuit。Key word:WDT circuit;TFL type;CMOS typ e

    標簽: 看門狗電路

    上傳時間: 2013-11-05

    上傳用戶:685

  • 微型打印機的C語言源程序

    微型打印機的C語言源程序:微型打印機的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbit dog=P1^7;bdata char pin&#118alue;sbit PRINTBUSY=pin&#118alue^7;sbit PRINTSEL =pin&#118alue^6;sbit PRINTERR =pin&#118alue^5;sbit PRINTACK =pin&#118alue^4;  void PrintString(uchar *String1,uchar *String2);void initprint(void);void print(uchar a);  void initprint(void) //打印機初始化子程序 {  pin&#118alue=PIN;  if((PRINTSEL==1)&&(PRINTERR==1))  {    print(0x1b); print(0x40); print(0x1b); print(0x38); print(0x4);  }}void print(uchar a) //打印字符a{  pin&#118alue=PIN;  if((PRINTSEL==0)||(PRINTERR==0)) return;  for(;;) {    dog=~dog;    pin&#118alue=PIN;    if(PRINTBUSY==0) break;  }  dog=~dog;  POUT=a;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=1;}void PrintString(uchar *String) //打印字符串后回車{  uchar CH;  for (;;) {   dog=~dog;   CH=*String;   if (CH==0) { print(0x0d); break; }   print(CH);   String++;  }  initprint();}

    標簽: 微型打印機 C語言 源程序

    上傳時間: 2013-10-18

    上傳用戶:hasan2015

  • 這是個關于類的示例

    這是個關于類的示例,定義一個dog類,然后通過繼承,派生出工作狗,寵物狗,商業狗等類,可以通過人機界面輸入,修改信息。

    標簽:

    上傳時間: 2015-02-16

    上傳用戶:lhc9102

主站蜘蛛池模板: 丹凤县| 红河县| 瑞昌市| 临澧县| 北海市| 大连市| 贵德县| 江达县| 报价| 阳山县| 福海县| 望都县| 余庆县| 海宁市| 如皋市| 博野县| 文昌市| 喀喇沁旗| 新巴尔虎右旗| 密山市| 广昌县| 开平市| 房山区| 张家口市| 石棉县| 伊通| 金沙县| 青川县| 桦川县| 莎车县| 澄城县| 衡山县| 科技| 申扎县| 侯马市| 巢湖市| 扎囊县| 钟山县| 乌兰县| 南华县| 玉门市|