The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, OFF ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
基于opnet的移動模型源代碼,采用on/OFF模型仿真,不可多得
上傳時間: 2014-01-22
上傳用戶:66666
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it OFF. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.
標簽: Hibernate persistence Developer you
上傳時間: 2016-04-07
上傳用戶:123啊
/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries OFF each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage
上傳時間: 2014-01-07
上傳用戶:gtf1207
usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based OFF the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
智力搶答器: 1、競賽開始時,主持人接通啟動/停止開關(SA),指示燈HL1亮。 2、主持人按下開始搶答按鈕(SB0)后,如果在10S內無人搶答,則指示燈HL2亮,表示搶答器自動撤銷此次搶答.如果10S內有人搶答(按下按鈕SB3,SB4,SB5),則最先按下搶答按鈕的信號有效,相應搶答桌的搶答燈(HL1,HL2,HL3)亮。 3、當主持人確認搶答有效后,按下答題計時按鈕(SB6),搶答桌上的搶答燈滅,計時開始,計時時間到(1minute),搶答桌上的搶答燈再次亮。 4、如果搶答者在規定的時間內正確的回答問題,主持人按下加分按鈕,搶答桌上的搶答紅燈快速閃爍(0.3s ON,0.3s OFF)。如果搶答者在規定的時間內回答問題不正確或計時時間到還回答不出問題,主持人按下減分按鈕,搶答桌上的搶答綠燈(HL4、HL6、HL8)閃爍(0.3s ON,0.3s OFF)。
上傳時間: 2014-11-27
上傳用戶:banyou
富士通單片機MB902420系列The internal LCD-cotroller will be initialised (1/2 bias, 1/2 duty). The internal Resistor devider is used. Some different methods are shown, how segments can be swicthed on/OFF.
標簽: internal LCD-cotroller initialised The
上傳時間: 2016-04-27
上傳用戶:270189020
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the OFF-subspace variance (which is assumed to be spherical), while the vector LAMBDA contains the variances of each of the principal components. This is computed using the eigenvalue and eigenvector decomposition of X.
標簽: Probabilistic Components Principal Analysis
上傳時間: 2016-04-28
上傳用戶:qb1993225
熟悉DS18B20的使用 六位數碼管顯示溫度結果,其中整數部分2位,小數部分4位。每次按下RB0鍵后進行一次溫度轉換。 硬件要求:把DS18B20插在18B20插座上 撥碼開關S10第1位置ON,其他位置OFF 撥碼開關S5、S6全部置ON,其他撥碼開關全部置O
上傳時間: 2013-11-25
上傳用戶:agent
選擇RAO做為模擬輸入通道; 連續轉換4次再求平均值做為轉換結果 最后結構只取低8位 結果送數碼管的低3位顯示 硬件要求:撥碼開關S14第2位置ON,第1位置OFF 撥碼開關S6全部置ON,S5第4-6位置ON,第1-3位置OFF 為不影響結果,其他撥碼開關置OFF。
上傳時間: 2016-06-28
上傳用戶:chfanjiang