亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

分析<b>方法</b>

  • 此書作為電子設(shè)計類的基礎(chǔ)教材

    此書作為電子設(shè)計類的基礎(chǔ)教材,詳細(xì)介紹了基本電子線路的分析設(shè)計方法。

    標(biāo)簽: 電子設(shè)計 教材

    上傳時間: 2013-12-20

    上傳用戶:hasan2015

  • matlab程序

    matlab程序,高階譜分析,信號譜分析的方法一起就存在了,高價譜分析是當(dāng)代信號處理的主要工具。

    標(biāo)簽: matlab 程序

    上傳時間: 2014-05-29

    上傳用戶:變形金剛

  • 上下文無關(guān)文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P)

    上下文無關(guān)文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產(chǎn)生式規(guī)則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結(jié)符,T的元素稱為終結(jié)符,S是一個特殊的非終結(jié)符,稱為文法開始符。 設(shè)G=(V, T, S, P)是一個CFG,則G產(chǎn)生的語言是所有可由G產(chǎn)生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關(guān)語言(Context-Free Language, CFL),當(dāng)且僅當(dāng)存在一個CFG G,使得L=L(G)。 *⇒ 例如,設(shè)文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結(jié)符都是大寫字母,開始符都是S,終結(jié)符都是小寫字母。

    標(biāo)簽: Context-Free Grammar CFG

    上傳時間: 2013-12-10

    上傳用戶:gaojiao1999

  • 《數(shù)據(jù)倉庫與數(shù)據(jù)挖掘技術(shù)》電子版教材 本課程主要介紹數(shù)據(jù)倉庫的基本概念、基本原理

    《數(shù)據(jù)倉庫與數(shù)據(jù)挖掘技術(shù)》電子版教材 本課程主要介紹數(shù)據(jù)倉庫的基本概念、基本原理,數(shù)據(jù)倉庫的規(guī)劃、分析設(shè)計方法、開發(fā)方法、元數(shù)據(jù)管理、數(shù)據(jù)倉庫管理等知識,同時對數(shù)據(jù)倉庫的應(yīng)用,聯(lián)機(jī)分析處理和數(shù)據(jù)挖掘的基本概念、主要算法作簡單介紹,對一些典型的數(shù)據(jù)倉庫解決方案(如微軟的SQL SERVER 數(shù)據(jù)倉庫解決方案 )作簡單介紹。

    標(biāo)簽: 數(shù)據(jù)倉庫 教材 基本概念 數(shù)據(jù)挖掘技術(shù)

    上傳時間: 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 tot

    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.

    標(biāo)簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    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).

    標(biāo)簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 根據(jù)魔方矩陣的特征

    根據(jù)魔方矩陣的特征,運用數(shù)學(xué)分析的方法編制求解任意階魔方數(shù)

    標(biāo)簽: 魔方 矩陣 特征

    上傳時間: 2016-04-15

    上傳用戶:saharawalker

  • matlab用于電力線消噪

    matlab用于電力線消噪,用小波分析的方法,分別給出不同的閾值下的仿真結(jié)果,經(jīng)過調(diào)試能生成仿真圖

    標(biāo)簽: matlab 電力線

    上傳時間: 2014-10-11

    上傳用戶:zhanditian

  • 讀入mit庫的心電信號

    讀入mit庫的心電信號,并利用小波分析的方法去除其基線漂移

    標(biāo)簽: mit 心電信號

    上傳時間: 2014-01-25

    上傳用戶:zhichenglu

  • 本文檔主要介紹Q.931協(xié)議基本知識

    本文檔主要介紹Q.931協(xié)議基本知識,及在日常的維護(hù)中使用HDLCMON抓取的呼叫消息流程Trace的分析方法,并根據(jù)不同的問題及現(xiàn)象,提供簡單的分析解決方法

    標(biāo)簽: 931 文檔 協(xié)議 基本知識

    上傳時間: 2016-09-30

    上傳用戶:冇尾飛鉈

主站蜘蛛池模板: 平原县| 信丰县| 柳林县| 罗山县| 仁寿县| 淮阳县| 蚌埠市| 监利县| 南宁市| 石景山区| 阳新县| 渝北区| 鹿邑县| 马山县| 永顺县| 兴和县| 突泉县| 洪泽县| 托里县| 吴川市| 义马市| 九江县| 罗甸县| 黄骅市| 蛟河市| 平乐县| 南部县| 拉萨市| 芦溪县| 大港区| 蒙阴县| 鱼台县| 上林县| 登封市| 曲阜市| 甘泉县| 榆社县| 万宁市| 沐川县| 方正县| 马鞍山市|