此書作為電子設計類的基礎教材,詳細介紹了基本電子線路的分析設計方法。
上傳時間: 2013-12-20
上傳用戶:hasan2015
matlab程序,高階譜分析,信號譜分析的方法一起就存在了,高價譜分析是當代信號處理的主要工具。
上傳時間: 2014-05-29
上傳用戶:變形金剛
上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產生式規則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結符,T的元素稱為終結符,S是一個特殊的非終結符,稱為文法開始符。 設G=(V, T, S, P)是一個CFG,則G產生的語言是所有可由G產生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關語言(Context-Free Language, CFL),當且僅當存在一個CFG G,使得L=L(G)。 *⇒ 例如,設文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結符都是大寫字母,開始符都是S,終結符都是小寫字母。
標簽: Context-Free Grammar CFG
上傳時間: 2013-12-10
上傳用戶:gaojiao1999
《數據倉庫與數據挖掘技術》電子版教材 本課程主要介紹數據倉庫的基本概念、基本原理,數據倉庫的規劃、分析設計方法、開發方法、元數據管理、數據倉庫管理等知識,同時對數據倉庫的應用,聯機分析處理和數據挖掘的基本概念、主要算法作簡單介紹,對一些典型的數據倉庫解決方案(如微軟的SQL SERVER 數據倉庫解決方案 )作簡單介紹。
上傳時間: 2014-01-23
上傳用戶:zsjinju
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
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
根據魔方矩陣的特征,運用數學分析的方法編制求解任意階魔方數
上傳時間: 2016-04-15
上傳用戶:saharawalker
matlab用于電力線消噪,用小波分析的方法,分別給出不同的閾值下的仿真結果,經過調試能生成仿真圖
上傳時間: 2014-10-11
上傳用戶:zhanditian
讀入mit庫的心電信號,并利用小波分析的方法去除其基線漂移
上傳時間: 2014-01-25
上傳用戶:zhichenglu
本文檔主要介紹Q.931協議基本知識,及在日常的維護中使用HDLCMON抓取的呼叫消息流程Trace的分析方法,并根據不同的問題及現象,提供簡單的分析解決方法
上傳時間: 2016-09-30
上傳用戶:冇尾飛鉈