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

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

Front-end

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, debugging of software programs through a direct line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-line struggle to seize state power."

    標簽: single-chip developed threshold the

    上傳時間: 2017-09-12

    上傳用戶:shinesyh

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, debugging of software programs through a direct line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-line struggle to seize state power."

    標簽: single-chip developed threshold the

    上傳時間: 2013-12-09

    上傳用戶:invtnewer

  • Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-c

    Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-configuring network of mobile routers connected wirelessly. MANET may operate in a standalone fashion, or may be connected to the larger Internet. Many routing protocols have been developed for MANETs over the past few years. This project evaluated three specific MANET routing protocols which are Ad-hoc On-demand Distance Vector (AODV), Dynamic Source Routing (DSR) and Dynamic MANET Ondemand routing protocol (DYMO) to better understand the major characteristics of these routing protocols. Different performance aspects were investigated in this project including packet delivery ratio, routing overhead, throughput and average end-to-end delay.

    標簽: network ad-hoc wireless mobile

    上傳時間: 2014-01-12

    上傳用戶:zsjzc

  • 實驗?zāi)康模河胏語言對一個簡單語言的子集編制一個一遍掃描的編譯程序

    實驗?zāi)康模河胏語言對一個簡單語言的子集編制一個一遍掃描的編譯程序,以加深對編譯原理的理解,掌握編譯程序的實現(xiàn)方法和技術(shù)。 c.1詞法分析 c.1.1實驗?zāi)康? 設(shè)計、編制并調(diào)試一個詞法分析程序,加深對詞法分析原理的理解。 c.1.2實驗要求 c.1.2.1待分析的簡單語言的詞法 (1) 關(guān)鍵字: begin if then while do end --------有實驗報告+.cpp+分析

    標簽: 實驗 c語言 語言 編制

    上傳時間: 2013-12-23

    上傳用戶:z754970244

  • 語法分析 C2.1 實驗?zāi)康? 編制一個遞歸下降分析程序,實現(xiàn)對詞法分析程序所提供的單詞序列的語法檢查和結(jié)構(gòu)分析. C2.2 實驗要求 利用C語言編制遞歸下降分析程序,并對簡單語言進行語法分析.

    語法分析 C2.1 實驗?zāi)康? 編制一個遞歸下降分析程序,實現(xiàn)對詞法分析程序所提供的單詞序列的語法檢查和結(jié)構(gòu)分析. C2.2 實驗要求 利用C語言編制遞歸下降分析程序,并對簡單語言進行語法分析. C2.2.1待分析的簡單語言的語法 用擴充的BNF表示如下: (1)<程序>::=begin<語句串>end (2)<語句串>::=<語句>{ <語句>} (3)<語句>::=<賦值語句> (4)<賦值語句>::=ID:=<表達式> (5)<表達式>::=<項>{+<項> | —項>} (6)<項>::=<因子>{*<因子> | /<因子>} (7)<因子>::=ID | NUM | (<表達式>) C2。2。2實驗要求說明 輸入單詞串,以“#”結(jié)束,如果是文法正確的句子,則輸出成功信息,打印“success”,否則輸出“error”.

    標簽: 程序 2.1 2.2

    上傳時間: 2014-09-05

    上傳用戶:caiiicc

  • 實驗?zāi)康? 通過上機實習,加深對語法制導(dǎo)翻譯原理的理解,掌握將語法分析所識別的語法成分變換為中間代碼的語義翻譯方法. 實驗要求 采用遞歸下降語法制導(dǎo)翻譯法,對算術(shù)表達式、賦值語句進行語義分析并生成

    實驗?zāi)康? 通過上機實習,加深對語法制導(dǎo)翻譯原理的理解,掌握將語法分析所識別的語法成分變換為中間代碼的語義翻譯方法. 實驗要求 采用遞歸下降語法制導(dǎo)翻譯法,對算術(shù)表達式、賦值語句進行語義分析并生成四元式序列。 實驗的輸入和輸出 輸入是語法分析提供的正確的單詞串,輸出為三地址指令形式的四元式序列。 例如:對于語句串 begin a:=2+3*4 x:=(a+b)/c end# 輸出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3) a=t2 (4) t3=a+b (5) t4=t3/c (6) x=t4

    標簽: 翻譯 實驗 制導(dǎo)

    上傳時間: 2017-09-27

    上傳用戶:hjshhyy

  • 16進制轉(zhuǎn)十進制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定義鍵盤輸入需要的緩沖區(qū) DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf     ;用0a號功能,輸入一個字符串 mov ah,0ah               ;用回車結(jié)束 int 21h mov dl,0ah               ;再進行換行,以便在下一行顯示轉(zhuǎn)換后的字符串  mov ah,2     int 21h ;  push ax ;   push dx ;      mov dl,cl ;     mov ah,02 ;     int 21h   ;   pop dx ;  pop ax mov bx,offset keybuf+1   ;取出字符串的字符個數(shù),作為循環(huán)的次數(shù) mov cl,[bx] mov ch,0     mov ax,0             again:  inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx            ;是小寫字母,則轉(zhuǎn)換為大寫字母 mov [w],ax mov dl,[bx]             ;取出一個字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1:  sub dl,30h add [w],dx  loop again   mov ax,[w]  mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx  push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h        jmp  lab5            ;循環(huán),處理完整個字符串 lab4:  MOV AH,4CH INT 21H CODES ENDS END START

    標簽: 匯編

    上傳時間: 2015-04-02

    上傳用戶:wcc0310

  • 5.1功放全套方案PT2258

    UNTER EQU 35H;顯示計數(shù) REMVOL  EQU  36H;音量連續(xù)控制 DISPBUFF1 EQU 37H; DISPBUFF2 EQU 38H; DISPBUFF3 EQU 39H; DISPBUFF EQU 3AH; SDA BIT P3.4 SCL BIT P3.2 MTD EQU 30H;PT2258數(shù)據(jù)首址 NUMBYT EQU 3BH;PT2258數(shù)據(jù)位數(shù) CS_X1 EQU 3CH;遙控 CS0_X1 EQU 3DH U0_X1 EQU 3EH;遙控數(shù)據(jù)暫存區(qū) NO_M EQU 40H;數(shù)據(jù)碼 FRONT EQU 41H

    標簽: PT2258

    上傳時間: 2015-04-26

    上傳用戶:solomon33

  • msp430測信號頻率代碼

    msp430代碼,精確測量信號頻率 程序描述:利用Timer_A捕獲脈沖寬度  利用MSP430單片機定時器A和捕獲/比較功能模塊結(jié)合使用,實現(xiàn)脈沖寬度的測量 程序用到了定時器A的CCI1A端口(MSP430F14X的P1.2引腳)作捕獲外部輸入 的脈沖電平跳變,start,end,兩個個變量來計算脈沖寬度

    標簽: msp430測信號頻率代碼

    上傳時間: 2015-05-05

    上傳用戶:66998877

  • 判斷奇數(shù)或偶數(shù)

    判斷奇偶數(shù)的匯編程序CODE     SEGMENT          ASSUME   CS: CODE START:   MOV      AH,  01H         ; 調(diào)用 DOS中斷的1號子功能(鍵入一個字符),          INT      21H              ; AL←鍵入一位數(shù)字          CMP   AL,  30H    ; 若輸入比‘0’小的字符則重新輸入   JB   START   CMP   AL,  39H    ; 若輸入比‘9’大的字符則重新輸入   JA   START    CLC                       ; CF標志清0          SHR      AL,  1           ; AL最低位移入CF          JNC      EVN              ; 根據(jù)CF的狀態(tài),判斷輸入數(shù)字的奇偶性          MOV      BL,  31H         ; 奇數(shù),BL←1的ASCII碼          JMP      DISP EVN:     MOV      BL,  30H         ; 偶數(shù),BL←0的ASCII碼 DISP:    MOV      AH,  02H         ; 調(diào)用DOS中斷的2號子功能,輸出字符          MOV      DL,  0AH         ; 輸出換行          INT      21H          MOV      DL,  0DH         ; 輸出回車          INT      21H          MOV      DL,  BL          ; 輸出標志字符          INT      21H   mov   ah, 1   int   21h          MOV      AH, 4CH          ; 返回DOS          INT      21H CODE     ENDS          END      START

    標簽:

    上傳時間: 2015-06-10

    上傳用戶:zhuangxj618

主站蜘蛛池模板: 内江市| 辉南县| 禄丰县| 安岳县| 霍林郭勒市| 屏东市| 和龙市| 桐城市| 绵竹市| 金堂县| 赤水市| 高青县| 茂名市| 和林格尔县| 维西| 塔河县| 永寿县| 旬阳县| 莱阳市| 奈曼旗| 靖江市| 奉贤区| 大城县| 利辛县| 神农架林区| 兴城市| 西乡县| 瑞昌市| 防城港市| 南川市| 平武县| 沁阳市| 惠水县| 工布江达县| 怀柔区| 社旗县| 丽江市| 金堂县| 灵璧县| 高唐县| 青河县|