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

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

while循環(huán)(huán)

  • 這是個編譯原理的課程設計

    這是個編譯原理的課程設計,是一個DO-WHILE循環(huán)語句的翻譯程序設計,包括詞法分析,語法分析,生成中間代碼四元式。

    標簽: 編譯原理

    上傳時間: 2015-03-29

    上傳用戶:yuzsu

  • 對c語言的簡單語法分析器 文件說明: input.txt內(nèi)為輸入的源程序

    對c語言的簡單語法分析器 文件說明: input.txt內(nèi)為輸入的源程序,包括for,while和if else控制等 output.txt內(nèi)為輸出的二元單詞序列 k.txt為關鍵字表 l.txt為運算符和界符表 i.txt為該輸入的源程序的標志符 c.txt為常數(shù)表 個別表需要序列號,這時各表的序列號默認為從1開始,每行加1。 使用說明: 在提示符下輸入input.txt文件的路徑和文件名字, 運行完成后,打開文件output.txt看結(jié)果。

    標簽: input txt c語言 語法分析器

    上傳時間: 2013-12-23

    上傳用戶:pompey

  • “抓住它”小遊戲

    “抓住它”小遊戲,a applet that plays a game called Catch the Crearure. have the crature appear at a ramdom lacation for a random durarion. the goal is to catch the creature by pressing the moouse button while the mouce pointer is on the creature

    標簽:

    上傳時間: 2015-04-13

    上傳用戶:王者A

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.

    標簽: firmware mouse translates translator

    上傳時間: 2015-04-26

    上傳用戶:cuiyashuo

  • 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

    接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function

    標簽: Pop3Message Function Retrieve response

    上傳時間: 2013-12-28

    上傳用戶:fnhhs

  • 1. beep -- PWM測試 為 ADS1.2 下編譯的項目, 在sdt2.51的ADW里調(diào)試

    1. beep -- PWM測試 為 ADS1.2 下編譯的項目, 在sdt2.51的ADW里調(diào)試,該程序運行后在57600的超級終端里按PC機鍵盤的“+”“-” 按鍵,可以聽到BUZZ增大減小的聲音。 2. key -- 按鍵測試 為 SDT2.51 下編譯的項目, 在sdt2.51的ADW里調(diào)試,該程序運行后按FS44B0X上的按鍵key1 key2 key3 key4 相應的發(fā)光二極管亮 3 keyint -- 按鍵中斷測試 該項目在SDT2.51下編譯調(diào)試。主程序是while空循環(huán),中斷服務程序?qū)膫€按鍵做相應的處理,key1 按鍵點亮D1燈,并在串口打印信息,因為沒有加按鍵去抖動程序,所以,一次按鍵,產(chǎn)生幾次中斷。

    標簽: beep 2.51 PWM ADS

    上傳時間: 2013-12-25

    上傳用戶:txfyddz

  • 5 ledblink -- 跑馬燈程序 該項目在SDT2.51下編譯調(diào)試。最簡單的demo程序

    5 ledblink -- 跑馬燈程序 該項目在SDT2.51下編譯調(diào)試。最簡單的demo程序,運行后3個發(fā)光二極管輪流點亮。 6 timerint -- 定時器中斷demo程序 該項目在SDT2.51下編譯調(diào)試。將子目錄timerint拷貝到c:\ 下。 該demo程序的主程序是while空循環(huán),定時器中斷服務程序每500ms將3個LED反相。 在57600超級終端里也可以看到中斷發(fā)生時的信息。 7 uart -- 串口測試程序 該項目在SDT2.51下編譯調(diào)試。運行后在57600的超級終端里等待PC鍵盤的輸入,當按下 a 或 b 或 c 按鍵時,超級終端里將顯示 You Pressed a ,You Pressed b ,You Pressed c .

    標簽: ledblink 2.51 demo SDT

    上傳時間: 2015-05-05

    上傳用戶:aix008

  • MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers requi

    MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.

    標簽: MSP 430 microcontrollers JTAG-Adapter

    上傳時間: 2013-12-25

    上傳用戶:洛木卓

  • Expert Choice represents a significant contribution to the decision making process 工t assists a deci

    Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . Behavioral scientists have spent many years studying the human mind and how it makes decisions . They have found that humans are influenced by their previous experiences and this causes them to have biases . Basic instincts , preferences and environmental factors also play key roles in how we analyze data and make decisions . There 15 way to remove these factors from human decision making , nor would we necessarily want to , but as the problems of our world become more and more complex , it 15 necessary for us to employ a framework to help make more logical and less biased decisions while still taking our feelings and intuition into consideration .

    標簽: contribution significant represents decision

    上傳時間: 2015-06-02

    上傳用戶:gmh1314

  • min_Pascal語言的語法

    min_Pascal語言的語法,其中<循環(huán)語句>改為 ::= do<語句> while<條件>。壓縮包中還包括5個測試用例。 另外,如要文檔,請給我郵件。

    標簽: min_Pascal 語言

    上傳時間: 2015-06-03

    上傳用戶:qunquan

主站蜘蛛池模板: 庄浪县| 商城县| 山东省| 合山市| 五河县| 全州县| 泰和县| 克什克腾旗| 子洲县| 樟树市| 南京市| 桑日县| 巍山| 宾阳县| 上犹县| 信阳市| 吉木萨尔县| 浙江省| 丹凤县| 旅游| 永川市| 临西县| 咸宁市| 深州市| 万盛区| 游戏| 辽宁省| 诸暨市| 建德市| 南安市| 塔河县| 桃源县| 孙吴县| 德阳市| 卫辉市| 洪雅县| 全州县| 临潭县| 兰西县| 左云县| 伊川县|