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

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

push

  • data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by

    data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring

    標簽: Please sdword number array

    上傳時間: 2014-01-13

    上傳用戶:xiaoyunyun

  • 種子填充算法用來在封閉曲線形成的環中填充某中顏色

    種子填充算法用來在封閉曲線形成的環中填充某中顏色,在這里我們只填充黑色。種子填充其實上是圖形學中的算法,其原理是:準備一個堆棧,先將要填充的點push進堆棧中;以后,每pop出一個點,將該點涂成黑色,然后按左上右下的順序查看它的四個相鄰點,若為白(表示還沒有填充),則將該鄰點push進棧。一直循環,直到堆棧為空。此時,區域內所有的點都被涂成了黑色。這里,我們自己定義了一些堆棧的數據結構和操作,實現了堆棧的初始化、push、pop、判斷是否為空、及析構。

    標簽: 算法 封閉

    上傳時間: 2013-12-09

    上傳用戶:xz85592677

  • Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger:

    Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger: 1 - Falling trigger 2 - Rising trigger 3 - Both Edge trigger 4 - Low level trigger 5 - High level trigger any key to exit... Press the buttons push buttons may have glitch noise problem EINT6 had been occured... LED1 (D1204) on

    標簽: Evaluation Interrupt External Example

    上傳時間: 2015-10-08

    上傳用戶:Altman

  • this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 compu

    this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. push buttons reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.

    標簽: implementation include quartus source

    上傳時間: 2013-12-25

    上傳用戶:壞壞的華仔

  • This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and

    This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and voltage using the push button switches on the board.

    標簽: directory frequency contains assembly

    上傳時間: 2014-01-03

    上傳用戶:evil

  • "棧頂運算符為: %c ",getTop(optr)) printf("此時運算符為:%c ",e) printf("棧頂運算符優先級低,%c進棧 ",e)

    "棧頂運算符為: %c\n",getTop(optr)) printf("此時運算符為:%c\n",e) printf("棧頂運算符優先級低,%c進棧\n",e) push(optr,e) //e進運算符棧

    標簽: printf getTop optr

    上傳時間: 2016-02-25

    上傳用戶:英雄

  • 電力監控系統 實時告警處理程序

    電力監控系統 實時告警處理程序,包括語音告警 實時打印 分色顯示等功能 [ wAP push開發所需源碼 哈哈, 不錯 [ATCLib.rar] - 使用gsm modem發送sms/wap push,同時也支持解析mms notification,從而可以使用普通gsm modem接收彩信 [Quick_WAP_push_Application_Guidelines_1.02.rar] - Quick_WAP_push_Application_Guidelines_1.02 [SMSServer.rar] - 中國聯通短信服務平臺,包括服務器和客戶端代碼,很好的東東~~~~~~~~ [MODEM.zip] - 不錯的源代碼,請收下 [GPRS_sms.zip] - 一個用COM或USB接口連接gsm/GPRS手機進行短信收發的程序,用到的是simense的通訊模塊 [gsmsend.rar] - gsm modem 發送短信 閃信 WAP push開發例子 [no06.rar] - 串行口接收數據的程序.可以設置波特率,選擇串行口. [vc_demo.rar] - 使用VC編寫的GPRS通訊代碼,可用于GPRS MODEM收發數據

    標簽: 電力監控 處理程序

    上傳時間: 2013-12-27

    上傳用戶:dapangxie

  • 在本次試驗中需要注意基址寄存器BX的移動方法

    在本次試驗中需要注意基址寄存器BX的移動方法,對以字為單位的數組,BX的移動方式 是每移動一次加2或者減2 另外函數調用的過程中需要小心push和pop的調用是否安全,例如在name_sort中pop CX的 時候沒有先push CX,導致了name_sort函數不可以調用 此程序使用比較高效的方法只是對號碼單的首地址進行排序,為此開辟了一個地址數組 AdTable,類似C語言中的指針數組 在每個名字的前面存有每個名字的長度,有利于對名字進行比較,體現了空間換時間

    標簽: 寄存器 移動

    上傳時間: 2016-07-15

    上傳用戶:gengxiaochao

  • 一個pc通過串口連接手機發送短信的測試程序

    一個pc通過串口連接手機發送短信的測試程序,有詳細的注釋,非常適合新手學習。完整的pdu編解碼,短信、長短信、短信回執、wap鏈接push短信的編程方法等。

    標簽: 串口連接 手機 發送 短信

    上傳時間: 2016-08-07

    上傳用戶:daoxiang126

  • delphi源碼

    delphi源碼,push模式的source filter源碼,三種類型的Filter

    標簽: delphi 源碼

    上傳時間: 2013-12-15

    上傳用戶:蟲蟲蟲蟲蟲蟲

主站蜘蛛池模板: 乌审旗| 汝城县| 霍山县| 汤阴县| 廊坊市| 化隆| 沾益县| 田阳县| 雅安市| 泌阳县| 大庆市| 乌兰县| 武胜县| 禹城市| 维西| 玛沁县| 武清区| 六安市| 灵川县| 德化县| 宾川县| 元谋县| 泸溪县| 海盐县| 安西县| 大连市| 安溪县| 连南| 吉林省| 龙海市| 鸡泽县| 巴彦淖尔市| 仲巴县| 张掖市| 石首市| 衡南县| 阳春市| SHOW| 忻城县| 来宾市| 新余市|