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
標簽: oriented Obeject problem solving
上傳時間: 2017-09-13
上傳用戶:時代電子小智
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 源程序
標簽: Programming Objected Oriented fortran
上傳時間: 2017-09-19
上傳用戶:水中浮云
隨著電力電子技術、微處理器技術以及新的電機控制技術的發展,交流調速性能日益提高。變頻調速技術的出現使交流調速系統有取代直流調速系統的趨勢。但是國民經濟的快速發展要求交流變頻調速系統具有更高的調速精度、更大的調速范圍和更快的響應速度,一般的通用變頻器已經不能滿足工業應用的需求,而交流電機矢量控制調速系統能夠很好的滿足這個要求。矢量控制(Field Oriented Control),能夠實現交流電機電磁轉矩的快速控制,本文對三相交流異步電機的矢量控制系統進行了研究和分析,以高性能數字信號處理器為硬件平臺設計了基于DSP的三相交流異步電機的矢量控制系統,并分析了逆變器死區效應的產生,實現了逆變器死區的補償。 本文介紹了交流調速及其相關技術的發展,變頻調速的方案以及國內外對矢量控制的研究狀況。以三相交流異步電機在三相靜止坐標系下的數學模型為基礎,通過Clarke變換和Parke變換得到三相交流異步電機在兩相旋轉坐標系下的數學模型,并利用轉子磁場定向的方法,對該模型進行分析,設計了轉子磁鏈觀測器,以實現交流電機電流量的有效解耦,得到定子電流的轉矩分量和勵磁分量。仿照直流電機的控制方法,設計了矢量控制算法的電流與速度雙閉環控制系統。設計了以TMS320LF2407A為主控制器的硬件平臺,在此基礎上實現了矢量控制算法,論述了電壓空間矢量調制(SVPWM)的原理和方法,并對其進行了改進。最后對逆變器的死區進行了補償。 實驗表明基于轉子磁場定向的矢量控制(FOC)系統,結構簡單,電流解耦方便,動態性能好,精度較高,能夠基本滿足現代交流電機控制系統的轉矩和速度要求。
上傳時間: 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
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.
上傳時間: 2013-11-19
上傳用戶:lanjisu111
詳細介紹了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.
上傳時間: 2014-07-16
上傳用戶:blans
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.
上傳時間: 2013-10-24
上傳用戶:hbsunhui
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.
上傳時間: 2013-10-27
上傳用戶:zhangyigenius