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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Clock-Power-<b>Management</b>-and-WatchD

  • 蘇泊爾C21S02-B電磁爐電路圖

    蘇泊爾C21S02-B電磁爐電路圖,紅線標(biāo)注,重點(diǎn)模塊說(shuō)明!

    標(biāo)簽: 21 02 蘇泊爾 電磁爐電路圖

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

    上傳用戶:huangzr5

  • ADS-B接收機(jī)DIY全套資料

    制作基于PIC Mcu 的ADS-B接收機(jī)的全套資料,包括SCH、PCB、源碼和PC端軟件。

    標(biāo)簽: ADS-B DIY 接收機(jī)

    上傳時(shí)間: 2013-04-24

    上傳用戶:cx111111

  • 2012TI杯陜西賽題B題--頻率補(bǔ)償電路

    2012TI杯陜西賽題H題,2012TI杯陜西賽題B題--頻率補(bǔ)償電路.

    標(biāo)簽: 2012 TI 頻率補(bǔ)償電路

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

    上傳用戶:ysystc670

  • PSHLY-B回路電阻測(cè)試儀

    PSHLY-B回路電阻測(cè)試儀介紹

    標(biāo)簽: PSHLY-B 回路 電阻測(cè)試儀

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

    上傳用戶:木子葉1

  • PCA9549 Octal bus switch with

    The PCA9549 provides eight bits of high speed TTL-compatible bus switching controlledby the I2C-bus. The low ON-state resistance of the switch allows connections to be madewith minimal propagation delay. Any individual A to B channel or combination of channelscan be selected via the I2C-bus, determined by the contents of the programmable Controlregister. When the I2C-bus bit is HIGH (logic 1), the switch is on and data can flow fromPort A to Port B, or vice versa. When the I2C-bus bit is LOW (logic 0), the switch is open,creating a high-impedance state between the two ports, which stops the data flow.An active LOW reset input (RESET) allows the PCA9549 to recover from a situationwhere the I2C-bus is stuck in a LOW state. Pulling the RESET pin LOW resets the I2C-busstate machine and causes all the bits to be open, as does the internal power-on resetfunction.

    標(biāo)簽: switch Octal 9549 with

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

    上傳用戶:xcy122677

  • TKS仿真器B系列快速入門

    TKS仿真器B系列快速入門

    標(biāo)簽: TKS 仿真器 快速入門

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

    上傳用戶:aix008

  • Rf And Microwave Power Amplifier Design(2005)

    The main objective of this book is to present all the relevant informationrequired for RF and micro-wave power amplifier design includingwell-known and novel theoretical approaches and practical design techniquesas well as to suggest optimum design approaches effectively combininganalytical calculations and computer-aided design. This bookcan also be very useful for lecturing to promote the analytical way ofthinking with practical verification by making a bridge between theoryand practice of RF and microwave engineering. As it often happens, anew result is the well-forgotten old one. Therefore, the demonstrationof not only new results based on new technologies or circuit schematicsis given, but some sufficiently old ideas or approaches are also introduced,that could be very useful in modern practice or could contributeto appearance of new ideas or schematic techniques.

    標(biāo)簽: Amplifier Microwave Design Power

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

    上傳用戶:vodssv

  • 飛思卡爾智能車的舵機(jī)測(cè)試程序

    飛思卡爾智能車的舵機(jī)測(cè)試程序 #include <hidef.h>      /* common defines and macros */#include <MC9S12XS128.h>     /* derivative information */#pragma LINK_INFO DERIVATIVE "mc9s12xs128" void SetBusCLK_16M(void)             {       CLKSEL=0X00;        PLLCTL_PLLON=1;          //鎖相環(huán)電路允許位    SYNR=0x00 | 0x01;        //SYNR=1    REFDV=0x80 | 0x01;          POSTDIV=0x00;            _asm(nop);              _asm(nop);    while(!(CRGFLG_LOCK==1));       CLKSEL_PLLSEL =1;          } void PWM_01(void) {     //舵機(jī)初始化   PWMCTL_CON01=1;    //0和1聯(lián)合成16位PWM;    PWMCAE_CAE1=0;    //選擇輸出模式為左對(duì)齊輸出模式    PWMCNT01 = 0;     //計(jì)數(shù)器清零;    PWMPOL_PPOL1=1;    //先輸出高電平,計(jì)數(shù)到DTY時(shí),反轉(zhuǎn)電平    PWMPRCLK = 0X40;    //clockA 不分頻,clockA=busclock=16MHz;CLK B 16分頻:1Mhz     PWMSCLA = 0x08;    //對(duì)clock SA 16分頻,pwm clock=clockA/16=1MHz;         PWMCLK_PCLK1 = 1;   //選擇clock SA做時(shí)鐘源    PWMPER01 = 20000;   //周期20ms; 50Hz;    PWMDTY01 = 1500;   //高電平時(shí)間為1.5ms;     PWME_PWME1 = 1;   

    標(biāo)簽: 飛思卡爾智能車 舵機(jī) 測(cè)試程序

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

    上傳用戶:狗日的日子

  • 一個(gè)簡(jiǎn)單好用的B+樹算法實(shí)現(xiàn)

    一個(gè)簡(jiǎn)單好用的B+樹算法實(shí)現(xiàn)

    標(biāo)簽: 算法

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

    上傳用戶:縹緲

  • 一個(gè)用Basic實(shí)現(xiàn)的B-Tree算法

    一個(gè)用Basic實(shí)現(xiàn)的B-Tree算法

    標(biāo)簽: B-Tree Basic 算法

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

    上傳用戶:ccclll

主站蜘蛛池模板: 定结县| 仪陇县| 杭锦后旗| 缙云县| 马鞍山市| 泉州市| 长宁区| 荣成市| 高州市| 安阳市| 简阳市| 遂平县| 湖口县| 漳平市| 洪泽县| 湘阴县| 恩平市| 大宁县| 颍上县| 榕江县| 明溪县| 敖汉旗| 专栏| 中西区| 临澧县| 桐庐县| 海盐县| 宁乡县| 文山县| 高陵县| 安阳市| 南阳市| 安图县| 新余市| 若羌县| 呼伦贝尔市| 普定县| 日土县| 寿阳县| 科技| 安宁市|