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

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

顯示<b>芯</b>片

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

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

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

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

    上傳用戶:chens000

  • 主要是用於arm s3c4510的開發(fā)板

    主要是用於arm s3c4510的開發(fā)板,我寫了一個(gè)7段顯示器與relocation記憶體搬移的程式希望大家喜歡

    標(biāo)簽: s3c4510 arm

    上傳時(shí)間: 2015-09-08

    上傳用戶:R50974

  • 上下文無關(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

  • 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

  • 霍夫曼編碼

    霍夫曼編碼,包括編碼解碼二叉樹顯示等功能

    標(biāo)簽:

    上傳時(shí)間: 2014-01-03

    上傳用戶:徐孺

  • 屬用者輸入一數(shù)字n

    屬用者輸入一數(shù)字n,程式便會(huì)產(chǎn)生一個(gè)4n*4n的魔術(shù)方陣,魔術(shù)方陣除顯示於螢?zāi)簧蟻K會(huì)產(chǎn)生一檔案magic.txt檔案中同樣會(huì)有魔術(shù)方陣

    標(biāo)簽:

    上傳時(shí)間: 2016-06-10

    上傳用戶:924484786

  • 使用8051的chip來讀取mouse資料

    使用8051的chip來讀取mouse資料,讀完後從RS232送出去給電腦判讀。必須配合software來顯示mouse資料

    標(biāo)簽: mouse 8051 chip

    上傳時(shí)間: 2016-07-17

    上傳用戶:1159797854

  • 執(zhí)行步驟1: 執(zhí)行EX1126程式進(jìn)入學(xué)生考試系統(tǒng) 權(quán)限描述: 使用者查詢:於”姓名”中輸入”Arno”,於”學(xué)號(hào)”中輸入”good”,再按下”使用者查詢” 即可查詢. 修改使用者:於”姓名

    執(zhí)行步驟1: 執(zhí)行EX1126程式進(jìn)入學(xué)生考試系統(tǒng) 權(quán)限描述: 使用者查詢:於”姓名”中輸入”Arno”,於”學(xué)號(hào)”中輸入”good”,再按下”使用者查詢” 即可查詢. 修改使用者:於”姓名”中輸入”GUEST”,於”學(xué)號(hào)”中輸入”0000”,再按下” 修改使用者即可修改: 功能描述: 使用者開始考試,於”姓名”中輸入自己的姓名,於”學(xué)號(hào)”中輸入學(xué)號(hào),再按下” 考試去”即可: 開始考試,同時(shí)系統(tǒng)紀(jì)錄考生狀態(tài)為”1”. 使用者考試,完成後按下”結(jié)算成績”,同時(shí)系統(tǒng)顯示紀(jì)錄考生該科分?jǐn)?shù),同時(shí)清除考生登入狀態(tài),使其無法重覆考試,老師並可查詢考生成績.

    標(biāo)簽: 1126 Arno good EX

    上傳時(shí)間: 2016-07-31

    上傳用戶:chens000

  • 此工具書是一般常用的到的數(shù)學(xué)工具書

    此工具書是一般常用的到的數(shù)學(xué)工具書,內(nèi)容詳細(xì)介紹matlab指令的各種用法,從基本的概述、初探matlab、二維平面繪圖、三維立體繪圖、數(shù)值運(yùn)算與其它應(yīng)用、影像顯示與讀寫、動(dòng)畫製作、握把式圖形與GUI、GUIDEGUI設(shè)計(jì)環(huán)境、矩陣的處理與運(yùn)算、字元與字串、多維陣列、異質(zhì)陣列、結(jié)植陣列、稀疏矩陣、matlab的運(yùn)算元、m檔案、程式流程控制、程式除錯(cuò)、檔案輸出及輸入、程式計(jì)時(shí)、程式碼與記憶、應(yīng)用程式介面、線性代數(shù)、多項(xiàng)式的處理、一般數(shù)學(xué)函數(shù)、內(nèi)插法、曲線擬合與迴圈、常微分方程式…等,是非常好用的工具書。

    標(biāo)簽:

    上傳時(shí)間: 2016-08-24

    上傳用戶:ynsnjs

主站蜘蛛池模板: 永定县| 枣庄市| 体育| 彭水| 屏东县| 色达县| 永州市| 神木县| 玉溪市| 长泰县| 甘德县| 莲花县| 龙海市| 江陵县| 昭通市| 江油市| 沙田区| 呼和浩特市| 岐山县| 鹤岗市| 宜宾县| 涿鹿县| 常宁市| 永州市| 射洪县| 皋兰县| 贺州市| 华蓥市| 武汉市| 措勤县| 铜山县| 井研县| 汝阳县| 长寿区| 原阳县| 拜城县| 丹棱县| 化德县| 嵊州市| 合水县| 盐山县|