排序:上传时间 相关度 下载量 查看数

push 112

按分类查找:

  • 一个ISAG Server的模拟器

    一个ISAG Server的模拟器,基于中国电信综合业务接入网关的开放接口协议做的,已有接收SP下发短信、彩信、WAP PUSH的功能,可以自动回复回执,自带流量统计功能。

    /dl/433940.html

    标签: Server ISAG 模拟

    上传时间: 2013-12-22

    上传用户:zhoujunzhen

  • SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming l

    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.

    /dl/436575.html

    标签: programming generates machine pattern

    上传时间: 2013-12-25

    上传用户:gaome

  • 用C实现栈的InitStack

    用C实现栈的InitStack, empty, full, push, pop, clear, getpop。的功能。

    /dl/460186.html

    标签: InitStack

    上传时间: 2013-12-22

    上传用户:yyyyyyyyyy

  • 16进制转十进制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定义键盘输入需要的缓冲区 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   ...

    /dl/502038.html

    标签: 汇编

    上传时间: 2015-04-02

    上传用户:wcc0310

  • 利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。

    #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->ba ...

    /dl/513582.html

    标签: 整数 基本操作 十进制 转化 进制

    上传时间: 2016-12-08

    上传用户:爱你198

  • MPO与MTP接插件的定义与区别

    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 ...

    /dl/514642.html

    标签: MPO MTP 插件 定义

    上传时间: 2017-04-12

    上传用户:asdfghjkl1234567890

  • CMPP3.0源码

    CMPP3.0源码 java实现 1.将common文件夹、MsgConfig.properties放于src根目录下。 2.修改MsgConfig.properties配置文件对应的内容为可用参数。 3.方法入口:common.msg.util.MsgContainer &nbsp;&nbsp; &nbsp;sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信; &nbsp;&nbsp;&nbsp;&nbsp;& ...

    /dl/520977.html

    标签: CMPP3 源码

    上传时间: 2019-11-11

    上传用户:leonmomo

  • Baseband+Receiver+Algorithms

    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 effici ...

    /dl/521820.html

    标签: Algorithms Baseband Receiver

    上传时间: 2020-05-26

    上传用户:shancjb

  • Broadband Access Networks Technologies

    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 ex ...

    /dl/521822.html

    标签: Technologies Broadband Networks Access

    上传时间: 2020-05-26

    上传用户:shancjb

  • 50W隔离型离线式DC.pdf

    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 appli ...

    /dl/746189.html

    标签: 隔离

    上传时间: 2021-11-24

    上传用户:kingwide