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
·文件列表: 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
上传时间: 2013-04-24
上传用户:kikye
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.
上传时间: 2013-10-19
上传用户:yuanwenjiao
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.
上传时间: 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,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小鱼巫师 2002年5月
上传时间: 2014-11-01
上传用户:xymbian
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 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 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 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