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

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

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

    TKS仿真器B系列快速入门

    标签: TKS 仿真器 快速入门

    上传时间: 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.

    标签: Amplifier Microwave Design Power

    上传时间: 2013-12-22

    上传用户:vodssv

  • 飞思卡尔智能车的舵机测试程序

    飞思卡尔智能车的舵机测试程序 #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;          //锁相环电路允许位    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) {     //舵机初始化   PWMCTL_CON01=1;    //0和1联合成16位PWM;    PWMCAE_CAE1=0;    //选择输出模式为左对齐输出模式    PWMCNT01 = 0;     //计数器清零;    PWMPOL_PPOL1=1;    //先输出高电平,计数到DTY时,反转电平    PWMPRCLK = 0X40;    //clockA 不分频,clockA=busclock=16MHz;CLK B 16分频:1Mhz     PWMSCLA = 0x08;    //对clock SA 16分频,pwm clock=clockA/16=1MHz;         PWMCLK_PCLK1 = 1;   //选择clock SA做时钟源    PWMPER01 = 20000;   //周期20ms; 50Hz;    PWMDTY01 = 1500;   //高电平时间为1.5ms;     PWME_PWME1 = 1;   

    标签: 飞思卡尔智能车 舵机 测试程序

    上传时间: 2013-11-04

    上传用户:狗日的日子

  • 一个简单好用的B+树算法实现

    一个简单好用的B+树算法实现

    标签: 算法

    上传时间: 2015-01-04

    上传用户:缥缈

  • 一个用Basic实现的B-Tree算法

    一个用Basic实现的B-Tree算法

    标签: B-Tree Basic 算法

    上传时间: 2013-12-30

    上传用户:ccclll

  • 一个用Java applet实现的B-Tree算法

    一个用Java applet实现的B-Tree算法

    标签: B-Tree applet Java 算法

    上传时间: 2013-12-25

    上传用户:qiao8960

  • 用C++实现的B-Tree算法

    用C++实现的B-Tree算法

    标签: B-Tree 算法

    上传时间: 2014-01-20

    上传用户:jiahao131

  • 用Borland C写的B-Tree算法

    用Borland C写的B-Tree算法

    标签: Borland B-Tree 算法

    上传时间: 2014-12-05

    上传用户:xzt

  • Award BIOS(Basic Input/Output System)(电脑启动时所必需)的源码

    Award BIOS(Basic Input/Output System)(电脑启动时所必需)的源码

    标签: Output System Award Basic

    上传时间: 2014-01-04

    上传用户:ecooo

  • 《3D Engine Design》的随书源代码

    《3D Engine Design》的随书源代码,包含完整的3D引擎的源代码

    标签: Engine Design 源代码

    上传时间: 2015-01-05

    上传用户:libinxny