Three-phase AC induction motor SVPWM open-loop speed control (software method)
标签: Three-phase induction open-loop software
上传时间: 2017-01-31
上传用户:Thuan
FINITE ELEMENT ANALYSIS FOR PLANE PLOBLEM (THREE-NODE TRIANGULAR ELEMENT)平面三角形有限元fortran源程序
标签: ELEMENT THREE-NODE TRIANGULAR ANALYSIS
上传时间: 2017-02-01
上传用户:R50974
FDTD three-dimensional CPML
标签: three-dimensional FDTD CPML
上传时间: 2014-11-17
上传用户:ANRAN
MSP430 Three-Phase Electronic Watt-Hour Meter Design Using MSP430
标签: Three-Phase Electronic MSP 430
上传时间: 2017-02-11
上传用户:daguda
LabView : Perform Digital Input with Word Handshaking
标签: Handshaking LabView Digital Perform
上传时间: 2013-12-21
上传用户:蠢蠢66
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.
标签: tags generally contains taglib
上传时间: 2017-02-21
上传用户:dianxin61
There are three ways of specifying an immediate dump Immediate dumps can be specified using the ALTER SESSION command ALTER SESSION SET EVENTS immediate trace name dump level level Immediate dumps can be specified in ORADEBUG ORADEBUG DUMP dump level
标签: specifying Immediate immediate specified
上传时间: 2014-01-17
上传用户:mpquest
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.
标签: facilities streams provide Output
上传时间: 2013-12-17
上传用户:6546544
In the last three articles, I’ve been walking you through the creation of an end-to-end BlackBerry application that will serve as a mobile front-end to my Knowledge Base sample web application.
标签: BlackBerry end-to-end the articles
上传时间: 2014-01-25
上传用户:kristycreasy