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

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

自動<b>巡航</b>無人駕駛

  • 電力系統(tǒng)在臺穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動

    電力系統(tǒng)在臺穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動,計(jì)算電力系統(tǒng)所有發(fā)電機(jī)能否同步運(yùn)行 1運(yùn)行說明: 請輸入初始功率S0,形如a+bi 請輸入無限大系統(tǒng)母線電壓V0 請輸入系統(tǒng)等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運(yùn)行時(shí)的系統(tǒng)直軸等值電抗Xd 2故障運(yùn)行時(shí)的系統(tǒng)直軸等值電抗X d 3故障切除后的系統(tǒng)直軸等值電抗 請輸入慣性時(shí)間常數(shù)Tj 請輸入時(shí)段數(shù)N 請輸入哪個(gè)時(shí)段發(fā)生故障Ni 請輸入每時(shí)段間隔的時(shí)間dt

    標(biāo)簽: 電力系統(tǒng) 計(jì)算 運(yùn)行

    上傳時(shí)間: 2015-06-13

    上傳用戶:it男一枚

  • 一個(gè)完整的VB.NET tapi3.0 程序

    一個(gè)完整的VB.NET tapi3.0 程序,包含自動應(yīng)答,Incoming,Outgoing,外撥。

    標(biāo)簽: tapi NET 3.0 VB

    上傳時(shí)間: 2013-12-14

    上傳用戶:mhp0114

  • 這是一個(gè)通過mscomm控件的程序

    這是一個(gè)通過mscomm控件的程序,是通過MSCOMM事件來自動檢查串口的數(shù)據(jù),並把接受到的數(shù)據(jù)顯示在指定位置

    標(biāo)簽: mscomm 控件 程序

    上傳時(shí)間: 2013-12-01

    上傳用戶:chens000

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

    上下文無關(guān)文法(Context-Free Grammar, CFG)是一個(gè)4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產(chǎn)生式規(guī)則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結(jié)符,T的元素稱為終結(jié)符,S是一個(gè)特殊的非終結(jié)符,稱為文法開始符。 設(shè)G=(V, T, S, P)是一個(gè)CFG,則G產(chǎn)生的語言是所有可由G產(chǎn)生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個(gè)語言L是上下文無關(guān)語言(Context-Free Language, CFL),當(dāng)且僅當(dāng)存在一個(gè)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

    上傳時(shí)間: 2013-12-10

    上傳用戶:gaojiao1999

  • 超音波測距程式

    超音波測距程式,使用於輪式行動平臺(機(jī)器人)本體,本程式可用於避障、導(dǎo)航

    標(biāo)簽: 超音波 程式

    上傳時(shí)間: 2015-11-06

    上傳用戶:TRIFCT

  • Visual PIC

    Visual PIC,PIC C源碼生成工具,可用圖影介面自動生成如Timer, Interrupt, ADC等各種源碼。簡體中文版

    標(biāo)簽: Visual PIC

    上傳時(shí)間: 2014-02-28

    上傳用戶:lanhuaying

  • Server 端可以開啟多檔

    Server 端可以開啟多檔,並儲存檔案下載列表,下次啟動時(shí)仍可自動載入

    標(biāo)簽: Server

    上傳時(shí)間: 2013-12-26

    上傳用戶:源碼3

  • 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

    上傳時(shí)間: 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

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • altera Quartus II 減法器使用 配合LED

    altera Quartus II 減法器使用 配合LED,可自動與手動按鈕控製。 (含電路)

    標(biāo)簽: Quartus altera LED II

    上傳時(shí)間: 2013-12-13

    上傳用戶:王楚楚

主站蜘蛛池模板: 台北县| 简阳市| 弥勒县| 鄢陵县| 六安市| 鄂托克旗| 任丘市| 石林| 安福县| 准格尔旗| 奉贤区| 玉树县| 将乐县| 三明市| 页游| 金秀| 漳州市| 瓮安县| 星子县| 独山县| 开化县| 望奎县| 丰顺县| 泽州县| 昌平区| 台中县| 邹城市| 祁连县| 大姚县| 循化| 茂名市| 许昌市| 民丰县| 玉树县| 灵石县| 杭锦后旗| 济阳县| 凤冈县| 濉溪县| 高要市| 于都县|