一個(gè)ISAG Server的模擬器,基于中國電信綜合業(yè)務(wù)接入網(wǎng)關(guān)的開放接口協(xié)議做的,已有接收SP下發(fā)短信、彩信、WAP PUSH的功能,可以自動(dòng)回復(fù)回執(zhí),自帶流量統(tǒng)計(jì)功能。
上傳時(shí)間: 2013-12-22
上傳用戶:zhoujunzhen
SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming languages. Includes: default transitions, transition args, transition guards, PUSH/pop transitions and Entry/Exit actions. See User Manual for more info.
標(biāo)簽: programming generates machine pattern
上傳時(shí)間: 2013-12-25
上傳用戶:gaome
用C實(shí)現(xiàn)棧的InitStack, empty, full, PUSH, pop, clear, getpop。的功能。
上傳時(shí)間: 2013-12-22
上傳用戶:yyyyyyyyyy
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號(hào)功能,輸入一個(gè)字符串 mov ah,0ah ;用回車結(jié)束 int 21h mov dl,0ah ;再進(jìn)行換行,以便在下一行顯示轉(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 ;取出字符串的字符個(gè)數(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] ;取出一個(gè)字符, 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),處理完整個(gè)字符串 lab4: MOV AH,4CH INT 21H CODES ENDS END START
標(biāo)簽: 匯編
上傳時(shí)間: 2015-04-02
上傳用戶:wcc0310
#include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqstack { int *base; int *top; int stacksize; } sqstack; int StackInit(sqstack *s) { s->base=(int *)malloc(stack_init_size *sizeof(int)); if(!s->base) return 0; s->top=s->base; s->stacksize=stack_init_size; return 1; } int PUSH(sqstack *s,int e) { if(s->top-s->base>=s->stacksize) { s->base=(int *)realloc(s->base,(s->stacksize+stackincrement)*sizeof(int)); if(!s->base) return 0; s->top=s->base+s->stacksize; s->stacksize+=stackincrement; } *(s->top++)=e; return e; } int Pop(sqstack *s,int e) { if(s->top==s->base) return 0; e=*--s->top; return e; } int stackempty(sqstack *s) { if(s->top==s->base) { return 1; } else { return 0; } } int conversion(sqstack *s) { int n,e=0,flag=0; printf("輸入要轉(zhuǎn)化的十進(jìn)制數(shù):\n"); scanf("%d",&n); printf("要轉(zhuǎn)化為多少進(jìn)制:\n"); scanf("%d",&flag); printf("將十進(jìn)制數(shù)%d 轉(zhuǎn)化為%d 進(jìn)制是:\n",n,flag); while(n) { PUSH(s,n%flag); n=n/flag; } while(!stackempty(s)) { e=Pop(s,e); switch(e) { case 10: printf("A"); break; case 11: printf("B"); break; case 12: printf("C"); break; case 13: printf("D"); break; case 14: printf("E"); break; case 15: printf("F"); break; default: printf("%d",e); } } printf("\n"); return 0; } int main() { sqstack s; StackInit(&s); conversion(&s); return 0; }
標(biāo)簽: 整數(shù) 棧 基本操作 十進(jìn)制 轉(zhuǎn)化 進(jìn)制
上傳時(shí)間: 2016-12-08
上傳用戶:愛你198
The CommScope InstaPATCH? 360 and ReadyPATCH? solutions utilize a standards-compliant multi-fiber connector to provide high density termination capability. The connector is called an MPO (Multi-fiber PUSH On) connector by the standards. In many cases, multi-fiber connector products are referred to as MTP connectors. This document is intended to clarify the difference between the two terms – MPO and MTP.
上傳時(shí)間: 2017-04-12
上傳用戶:asdfghjkl1234567890
CMPP3.0源碼 java實(shí)現(xiàn) 1.將common文件夾、MsgConfig.properties放于src根目錄下。 2.修改MsgConfig.properties配置文件對(duì)應(yīng)的內(nèi)容為可用參數(shù)。 3.方法入口:common.msg.util.MsgContainer sendWapPUSHMsg(String url,String desc,String cusMsisdn):發(fā)送web PUSH短信; sendMsg(String msg,String cusMsisdn):發(fā)送SMS 4.“定時(shí)器.txt”記錄的是長(zhǎng)鏈接鏈路檢查的基于spring的配置,如果使用java原生定時(shí)器可自行配置。 5.依賴包包括
上傳時(shí)間: 2019-11-11
上傳用戶:leonmomo
The growing interest for high data rate wireless communications over the last few decades gave rise to the emergence of a number of wideband wireless systems. The resulting scarcity of frequency spectrum has been forcing wireless system designers to develop methods that will PUSH the spectral efficiency to its limit.
標(biāo)簽: Algorithms Baseband Receiver
上傳時(shí)間: 2020-05-26
上傳用戶:shancjb
At present, there is a strong worldwide PUSH toward bringing fiber closer to indi- vidual homes and businesses. Fiber-to-the-Home/Business (FTTH/B) or close to it networks are poised to become the next major success story for optical fiber com- munications. In fact, FTTH connections are currently experiencing double-digit or even higher growth rates, e.g., in the United States the annual growth rate was 112% between September 2006 and September 2007, and their presence can add value of U.S. $4,000–15,000 to the selling price of a home.
標(biāo)簽: Technologies Broadband Networks Access
上傳時(shí)間: 2020-05-26
上傳用戶:shancjb
ABSTRACTThe flyback power stage is a popular choice for single and multiple output dc-to-dc converters at powerlevels of 150 Watts or less. Without the output inductor required in buck derived topologies, such as theforward or PUSH-pull converter, the component count and cost are reduced. This application note will reviewthe design procedure for the power stage and control electronics of a flyback converter. In these isolatedconverters, the error signal from the secondary still needs to cross the isolation boundary to achieveregulation. By using the UC3965 Precision Reference with Low Offset Error Amplifier on the secondaryside to drive an optocoupler and the UCC3809 Economy Primary Side Controller on the primary side, asimple and low cost 50 Watt isolated power supply is realized.
標(biāo)簽: 隔離
上傳時(shí)間: 2021-11-24
上傳用戶:kingwide
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1