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

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

應用<b>可靠性</b>

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

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

  • 這是一本介紹8051的好書

    這是一本介紹8051的好書,看了這本書能對8051有所了解,本書有介紹指令、timer、interrup、uart幾乎是8051基本的功能都有說明,另外本書也有應用電路能讓讀者了解8051。

    標簽: 8051

    上傳時間: 2013-12-27

    上傳用戶:cmc_68289287

  • KernelDriver發(fā)展套件

    KernelDriver發(fā)展套件,客戶可直接存取USB硬體,並更快為Windows 98、Me、2000、XP、NT、Windows CE.NET和Linux作業(yè)系統(tǒng)發(fā)展高效能的USB裝置驅動程式。這些工具提供圖形導向的發(fā)展環(huán)境、使用簡單的應用程式界面、硬體診斷工具和範例程式,可以排除研發(fā)瓶頸,讓裝置驅動程式的發(fā)展更容易。

    標簽: KernelDriver 套件

    上傳時間: 2015-10-19

    上傳用戶:skhlm

  • Linux是一個Open Source的UNIX-like作業(yè)系統(tǒng)

    Linux是一個Open Source的UNIX-like作業(yè)系統(tǒng),除了有著廣大的支援社群以外,穩(wěn)定、模組化、擁有廣大的應用免費應用軟體支援是它主要的優(yōu)點。ARM嵌入式處理器則是目前應用在嵌入式系統(tǒng)領域中,佔有率最高的處理器,同時也是Linux核心目前所能夠支援的處理器之一,然而要使得Linux在ARM嵌入式處理器上運作,勢必要經(jīng)過移植 (porting) 的過程,也就是要將平臺相依 (platform dependent) 的部分做適當?shù)男薷?/p>

    標簽: UNIX-like Source Linux Open

    上傳時間: 2015-11-08

    上傳用戶:dengzb84

  • 快速瞭解ECLIPSE 目錄 序言· 一.Eclipse 簡介 二.Eclipse 組織 三.Eclipse 相關術語 四.Eclipse 平臺 五.EMF & GEF 介紹 六.關於

    快速瞭解ECLIPSE 目錄 序言· 一.Eclipse 簡介 二.Eclipse 組織 三.Eclipse 相關術語 四.Eclipse 平臺 五.EMF & GEF 介紹 六.關於Eclipse、SWT 和JFace 一個SWT 應用程式的基礎材料 基本控制項 標籤 文件 按鈕 事件監(jiān)聽器 複合控制項 Shell 佈局管理器 FillLayout GridLayout GridData 15 建立一個執(zhí)行程式 為什麼使用SWT 七.OSGI 簡介 Eclipse 資源 附錄1 SWT 的內幕? 附錄2 相關網(wǎng)站 附錄3 外掛開發(fā)

    標簽: Eclipse ECLIPSE EMF GEF

    上傳時間: 2015-11-30

    上傳用戶:cc1

  • 本文是清華大學論文

    本文是清華大學論文,題目: 應用於哼唱式檢索之連續(xù)性隱藏式馬可夫模型及其強化方法,有很強的參考價值,值得一看。

    標簽: 清華大學 論文

    上傳時間: 2014-07-12

    上傳用戶:kelimu

  • 24c01-24c16讀寫驅動程序

    24c01-24c16讀寫驅動程序,只是純驅動 沒有應用主程序

    標簽: 24 01 16 讀寫

    上傳時間: 2016-01-06

    上傳用戶:zhaiye

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

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • 《實戰(zhàn)C++ — 八個別具特色的實作經(jīng)驗》與目前市面㆖ 眾多C++ 書籍的最大不同

    《實戰(zhàn)C++ — 八個別具特色的實作經(jīng)驗》與目前市面㆖ 眾多C++ 書籍的最大不同,在於 本書既非基礎觀念之教㈻ 書籍,亦非開發(fā)工具之使用手冊,而是以「㆒ 章㆒ 專案」的方式, 從實際應用面引領讀者領略C++。 本書是《The Art of C++》的㆗ 文譯本。原作者Herbert Schildt 是㆒ 位㈻ ㈲ 專精、著作等身的 IT 技術作家,其作品普遍獲得良好評價。

    標簽: 12694

    上傳時間: 2016-02-08

    上傳用戶:894898248

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

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

主站蜘蛛池模板: 桓台县| 清涧县| 新巴尔虎左旗| 武乡县| 天门市| 青浦区| 台中县| 肇东市| 泗水县| 长汀县| 瑞丽市| 齐齐哈尔市| 瑞昌市| 左云县| 绥滨县| 玉林市| 长兴县| 聊城市| 建阳市| 珲春市| 镇安县| 衡阳县| 永安市| 札达县| 建瓯市| 改则县| 五家渠市| 中阳县| 桐乡市| 雅安市| 浦县| 黄龙县| 曲麻莱县| 土默特左旗| 双桥区| 长垣县| 通州市| 绿春县| 靖西县| 磐安县| 寿宁县|