老外自編串口組件及串口程序: Commu, a testform to check if everything is working correctly. XON/XOFF check is not yet implemented. So good luck with communication.
標(biāo)簽: check everything correctly testform
上傳時(shí)間: 2016-02-28
上傳用戶:zhuimenghuadie
microfsoft .net develop ppt if you like .net please download it
標(biāo)簽: microfsoft net download develop
上傳時(shí)間: 2016-03-02
上傳用戶:sxdtlqqjl
一個(gè)能夠分析三種整數(shù)、標(biāo)識(shí)符、主要運(yùn)算符和主要關(guān)鍵字的詞法分析程序。 ㈠、基本要求: 標(biāo)識(shí)符 <字母>(<字母>|<數(shù)字字符>)* 十進(jìn)制整數(shù) 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八進(jìn)制整數(shù) 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六進(jìn)制整數(shù) 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)* 運(yùn)算符和分隔符 + - * / > < = ( ) ; 關(guān)鍵字 if then else while do ㈡、附加要求: 標(biāo)識(shí)符 <字母>(<字母>|<數(shù)字字符>)*(ε|_|.)(<字母>|<數(shù)字字符>)* 十進(jìn)制整數(shù) (0|1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*(ε|.)(0|1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八進(jìn)制整數(shù) 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* (ε|.)(0|1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六進(jìn)制整數(shù) 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)* (ε|.) (0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)*
上傳時(shí)間: 2016-03-03
上傳用戶:zhengjian
Capturing low-level network data can be hard in Java, but it s certainly not impossible If you want to capture network packets in your Java program, you ll need a little help because no parts of the core Java APIAPI give access to low-level network
標(biāo)簽: impossible Capturing low-level certainly
上傳時(shí)間: 2016-03-05
上傳用戶:yuanyuan123
操作系統(tǒng)vxworks平臺(tái)下end設(shè)備的驅(qū)動(dòng)程序,支持多種芯片,支持多種cpu
標(biāo)簽: vxworks end cpu 操作系統(tǒng)
上傳時(shí)間: 2014-01-21
上傳用戶:whenfly
C語(yǔ)言精彩百例第1-44例 實(shí)例1 數(shù)據(jù)類型轉(zhuǎn)換 實(shí)例2 轉(zhuǎn)義字符 實(shí)例3 關(guān)系和邏輯運(yùn)算 實(shí)例4 自增自減 實(shí)例5 普通位運(yùn)算 實(shí)例6 位移運(yùn)算 實(shí)例7 字符譯碼 實(shí)例8 指針操作符 實(shí)例9 if判斷語(yǔ)句 實(shí)例10 else-if語(yǔ)句 實(shí)例11 嵌套if語(yǔ)句 實(shí)例12 switch語(yǔ)句 實(shí)例13 for語(yǔ)句 實(shí)例14 while語(yǔ)句 實(shí)例15 do-while語(yǔ)句 實(shí)例16 break和continue語(yǔ)句 實(shí)例17 exit()語(yǔ)句 實(shí)例18 綜合實(shí)例 實(shí)例19 一維數(shù)組 實(shí)例20 二維數(shù)組 實(shí)例21 字符數(shù)組 實(shí)例22 數(shù)組初始化 實(shí)例23 數(shù)組應(yīng)用 實(shí)例24 函數(shù)的值調(diào)用 實(shí)例25 函數(shù)的引用調(diào)用 實(shí)例26 數(shù)組函數(shù)的調(diào)用 實(shí)例27 命令行變?cè)? 實(shí)例28 函數(shù)的返回值 實(shí)例29 函數(shù)的嵌套調(diào)用 實(shí)例30 函數(shù)的遞歸調(diào)用 實(shí)例31 局部和全局變量 實(shí)例32 變量的存儲(chǔ)類別 實(shí)例33 內(nèi)部和外部函數(shù) 實(shí)例34 綜合實(shí)例1 實(shí)例35 綜合實(shí)例2 實(shí)例36 變量的指針 實(shí)例37 一維數(shù)組指針 實(shí)例38 二維數(shù)組指針 實(shí)例39 字符串指針 實(shí)例40 函數(shù)指針 實(shí)例41 指針數(shù)組 實(shí)例42 二維指針 實(shí)例43 指針的初始化 實(shí)例44 綜合實(shí)例
標(biāo)簽: 字符 C語(yǔ)言 數(shù)據(jù)類型 減
上傳時(shí)間: 2014-01-16
上傳用戶:royzhangsz
if you want to download,please download it immdiately
標(biāo)簽: download immdiately please want
上傳時(shí)間: 2016-03-29
上傳用戶:gaome
bank account program. if there is saving and drawing, it will calculate the amount of your account
標(biāo)簽: account calculate program drawing
上傳時(shí)間: 2013-12-29
上傳用戶:hjshhyy
if you want this program ,please download it
標(biāo)簽: download program please want
上傳時(shí)間: 2014-11-18
上傳用戶:dapangxie
how to test memory devices to see if they are working properly, and how to use Flash memory.
標(biāo)簽: memory how to properly
上傳時(shí)間: 2016-04-09
上傳用戶:hfmm633
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1