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

Aspect-Oriented

  • this is the document for the secure development in java. It covers in very good details the aspect o

    this is the document for the secure development in java. It covers in very good details the aspect of security programming in Java

    标签: the development document details

    上传时间: 2013-12-21

    上传用户:xyipie

  • Java Obeject oriented problem solving

    Java Obeject oriented problem solving

    标签: oriented Obeject problem solving

    上传时间: 2017-09-13

    上传用户:时代电子小智

  • FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a con

    FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a concept known as type classes ) to a pure functional programming framework. This paper describes these extensions and analyzes its accomplishments as well as some problems.

    标签: Haskell object-oriented functionality programming

    上传时间: 2014-09-02

    上传用户:zhenyushaw

  • Objected Oriented Programming Via F90,本书能够教会我们如何编写具有面向对象特征的fortran 源程序

    Objected Oriented Programming Via F90,本书能够教会我们如何编写具有面向对象特征的fortran 源程序

    标签: Programming Objected Oriented fortran

    上传时间: 2017-09-19

    上传用户:水中浮云

  • 基于DSP的三相交流异步电机矢量控制系统.rar

    随着电力电子技术、微处理器技术以及新的电机控制技术的发展,交流调速性能日益提高。变频调速技术的出现使交流调速系统有取代直流调速系统的趋势。但是国民经济的快速发展要求交流变频调速系统具有更高的调速精度、更大的调速范围和更快的响应速度,一般的通用变频器已经不能满足工业应用的需求,而交流电机矢量控制调速系统能够很好的满足这个要求。矢量控制(Field Oriented Control),能够实现交流电机电磁转矩的快速控制,本文对三相交流异步电机的矢量控制系统进行了研究和分析,以高性能数字信号处理器为硬件平台设计了基于DSP的三相交流异步电机的矢量控制系统,并分析了逆变器死区效应的产生,实现了逆变器死区的补偿。 本文介绍了交流调速及其相关技术的发展,变频调速的方案以及国内外对矢量控制的研究状况。以三相交流异步电机在三相静止坐标系下的数学模型为基础,通过Clarke变换和Parke变换得到三相交流异步电机在两相旋转坐标系下的数学模型,并利用转子磁场定向的方法,对该模型进行分析,设计了转子磁链观测器,以实现交流电机电流量的有效解耦,得到定子电流的转矩分量和励磁分量。仿照直流电机的控制方法,设计了矢量控制算法的电流与速度双闭环控制系统。设计了以TMS320LF2407A为主控制器的硬件平台,在此基础上实现了矢量控制算法,论述了电压空间矢量调制(SVPWM)的原理和方法,并对其进行了改进。最后对逆变器的死区进行了补偿。 实验表明基于转子磁场定向的矢量控制(FOC)系统,结构简单,电流解耦方便,动态性能好,精度较高,能够基本满足现代交流电机控制系统的转矩和速度要求。

    标签: DSP 三相交流 异步电机

    上传时间: 2013-05-24

    上传用户:李彦东

  • 语音识别方面的开发包

    ·详细说明:语音识别方面的开发包,有助于设计HMM,NN和VQ。它是开放源码的。- The speech recognition aspect development package, is helpful to designs HMM, NN and VQ. It opens the source code.

    标签: 语音识别 方面 开发包

    上传时间: 2013-06-17

    上传用户:weixiao99

  • 高效LCD液晶照明技术

    In August of 1992 LTC published Application Note 49, “Illumination Circuitry for Liquid Crystal Displays.” One notable aspect of this event is that it generated more response than all previous LTC application notes combined. This level of interest, along with significant performance advances since AN-49’s appearance, justifies further discussion of LCD backlighting circuitry.

    标签: LCD 液晶 照明技术

    上传时间: 2013-11-19

    上传用户:lanjisu111

  • TLC1549串口传输与单片机的AD设计

    详细介绍了TLC1549系列模数转换器的特点及工作原理,然后根据TLC1549的工作时序和A/D转换原理针对实际问题编写了详细的汇编语言程序。 Abstract:  A basic principle and characteristic of TLC1549 analog-to-digital converter are introduced? detailedly in this article.Through engineering-oriented illustration,a microcomputer programmer base on basic principle and time sequence of TLC1549 is writted.

    标签: 1549 TLC 串口 传输

    上传时间: 2014-07-16

    上传用户:blans

  • DUAL DIGITAL ISOLATORS

    The ISO7220 and ISO7221 are dual-channel digital isolators. To facilitate PCB layout, the channels are orientedin the same direction in the ISO7220 and in opposite directions in the ISO7221. These devices have a logic inputand output buffer separated by TI’s silicon-dioxide (SiO2) isolation barrier, providing galvanic isolation of up to4000 V. Used in conjunction with isolated power supplies, these devices block high voltage, isolate grounds, andprevent noise currents on a data bus or other circuits from entering the local ground and interfering with ordamaging sensitive circuitry.

    标签: ISOLATORS DIGITAL DUAL

    上传时间: 2013-10-24

    上传用户:hbsunhui

  • An easy way to work with Exter

    Internal Interrupts are used to respond to asynchronous requests from a certain part of themicrocontroller that needs to be serviced. Each peripheral in the TriCore as well as theBus Control Unit, the Debug Unit, the Peripheral Control Processor (PCP) and the CPUitself can generate an Interrupt Request.So what is an external Interrupt?An external Interrupt is something alike as the internal Interrupt. The difference is that anexternal Interrupt request is caused by an external event. Normally this would be a pulseon Port0 or Port1, but it can be even a signal from the input buffer of the SSC, indicatingthat a service is requested.The User’s Manual does not explain this aspect in detail so this ApNote will explain themost common form of an external Interrupt request. This ApNote will show that there is aneasy way to react on a pulse on Port0 or Port1 and to create with this impulse an InterruptService Request. Later in the second part of the document, you can find hints on how todebounce impulses to enable the use of a simple switch as the input device.Note: You will find additional information on how to setup the Interrupt System in theApNote “First steps through the TriCore Interrupt System” (AP3222xx)1. It would gobeyond the scope of this document to explain this here, but you will find selfexplanatoryexamples later on.

    标签: Exter easy work with

    上传时间: 2013-10-27

    上传用户:zhangyigenius