⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 programmer_introduction.tex

📁 由matlab开发的hybrid系统的描述语言
💻 TEX
字号:
\nonumchapter{Introduction}The \hysdel{} compiler was originally written in C. With version1.3, it was ported to C++. The use of the object oriented paradigmmakes it easier to understand the code and to extend it.Chapter \ref{intern_rep_c} introduces the elementary classes ofthe \hysdel{} compiler and states how they store all theinformation given in the \hysdel{} source file. Chapter\ref{sem_check_c} explains what is done to guarantee that the readfile (and its internal representation) is a valid \hysdel{}description. In chapter \ref{mme_comp_c} we describe how the upperand lower bounds needed for an AD or DA converter can be computedautomatically. Chapter \ref{unroll_c} introduces the unrolling, apreprocessing step that simplifies the statements in the \hysdel{}source such that they can easily be translated into \MLD{}matrices. This translation is described in chapter\ref{mld_transl_c}. The \hysdel{} compiler can also produce asimulator of the hybrid system, a tool that can be used to debugthe \hysdel{} description. It is documented in chapter\ref{simulator_c}. Chapter \ref{optimization_c} says what is doneto minimize the number of inequalities in the produced \MLD{}system. Finally, chapter\ref{alloc_pol_c} and \ref{globals_c} deal with two details of theimplementation, namely the allocation policy and how objects used bymany classes are accessed.In this document, code and function names are set in\code{italics}. Code that spans multiple lines is sometimes set in{\tt Courier}. Class methods are given with opening and closingbraces, e.g., \method{Item}{compute\_mme\_from\_aff}. This doesnot mean that the method takes no arguments. If you need the fullfunction prototype, please refer to the source code.\nocite{HYSDELU02}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -