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

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

Defines

  • Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem a

    Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s and r. Note: you will need to select some value Nmax at which to terminate the infinite sums in SVE of the kernel

    標簽: the Differentiation conduction Computes

    上傳時間: 2014-01-23

    上傳用戶:R50974

  • 使用MSP430做MP3播放器的專題源碼

    ·文件列表:   Defines.h   DiskAppl.c   Includes.h   Ints.c   lcd.c   Mischard.c   mp3.PRJ   MP3.XLS   mp3v.a43   mp3v.c   mp3v.exe   mp3v.hex &nbs

    標簽: MSP 430 MP3 播放器

    上傳時間: 2013-04-24

    上傳用戶:kikye

  • 優化輸電線路 精確測量電壓駐波比(VSWR)

    Abstract: Impedance mismatches in a radio-frequency (RF) electrical transmission line cause power loss andreflected energy. Voltage standing wave ratio (VSWR) is a way to measure transmission line imperfections. Thistutorial Defines VSWR and explains how it is calculated. Finally, an antenna VSWR monitoring system is shown.

    標簽: VSWR 輸電線路 精確測量 電壓駐波比

    上傳時間: 2013-10-19

    上傳用戶:yuanwenjiao

  • 簡單的電池電路擴展以太網供電(PoE)峰值電流

      Power over Ethernet (PoE) is a new development thatallows for the delivery of power to Ethernet-based devicesvia standard Ethernet CAT5 cable, precluding the need forwall adapters or other external power sources. The PoEspecification Defines a hardware detection protocol wherePower Sourcing Equipment (PSE) is able to identify PoEPowered Devices (PDs), thus allowing full backwardscompatibility with non-PoE-aware (legacy) Ethernetdevices.

    標簽: PoE 電池電路 擴展 以太網供電

    上傳時間: 2013-11-11

    上傳用戶:daoyue

  • 飛思卡爾智能車的舵機測試程序

    飛思卡爾智能車的舵機測試程序 #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

    上傳用戶:狗日的日子

  • 木馬源程序 /*實現了以下功能: 1.IP變換后自動發送Email通知 2.nt/window2000下綁定cmd

    木馬源程序 /*實現了以下功能: 1.IP變換后自動發送Email通知 2.nt/window2000下綁定cmd,98下綁定command 3.sniffer整個無交換網絡的telnet pop3密碼功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小魚巫師 2002年5月

    標簽: window Email 2000 cmd

    上傳時間: 2014-11-01

    上傳用戶:xymbian

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: Defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標簽: ptfsf following the contains

    上傳時間: 2013-11-28

    上傳用戶:風之驕子

  • This design package includes reference materials for creating a USB - PS/2 combination mouse that a

    This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that Defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - Defines macros used in combi.c - ps2defs.h - Defines PS/2 interface constants - usb_desc.h - Defines the USB descriptors - usbdefs.h - Defines USB interface constants

    標簽: combination materials reference creating

    上傳時間: 2015-10-19

    上傳用戶:784533221

  • WordNet is an extensive database developed by Princeton University faculty and students over the las

    WordNet is an extensive database developed by Princeton University faculty and students over the last thirty years. The database Defines relationships between words in a comparable method to the way humans think of related words.

    標簽: University Princeton extensive developed

    上傳時間: 2014-06-12

    上傳用戶:Andy123456

  • There are many different (and often confusing) terms associated with clock-based devices. This appl

    There are many different (and often confusing) terms associated with clock-based devices. This application note attempts to clarify these terms, and hence serves as a comprehensive reference on clock terminology. This application note can be divided into two sections. The first section describes and distinguishes between various clock sources available today. The second section Defines and distinguishes between various parameters used to describe clocks. This section also provides methods of measuring some of these parameters.

    標簽: clock-based associated different confusing

    上傳時間: 2015-12-02

    上傳用戶:sssl

主站蜘蛛池模板: 闸北区| 平顺县| 胶南市| 沙湾县| 启东市| 永善县| 青神县| 威信县| 连平县| 金门县| 禹城市| 安徽省| 黔西| 平和县| 崇信县| 郎溪县| 达州市| 余江县| 老河口市| 开江县| 衡南县| 十堰市| 宝兴县| 个旧市| 巍山| 万全县| 彝良县| 金川县| 临清市| 平顺县| 平度市| 丰都县| 申扎县| 独山县| 米泉市| 安阳县| 通州市| 三门峡市| 西畴县| 清镇市| 封丘县|