虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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

    上传用户:虫虫虫虫虫虫