虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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