搜索结果
找到约 112 项符合
PUSH 的查询结果
按分类筛选
- 全部分类
- 手机WAP编程 (16)
- 单片机编程 (13)
- Java编程 (9)
- 汇编语言 (5)
- J2ME (4)
- 手机短信编程 (4)
- 文章/文档 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- 通讯编程文档 (3)
- 微处理器开发 (3)
- 技术资料 (3)
- 源码 (3)
- 手机彩信(MMS)编程 (2)
- 其他书籍 (2)
- Windows CE (2)
- GPS编程 (2)
- 单片机开发 (2)
- 其他 (2)
- 电子书籍 (2)
- 书籍 (2)
- 行业应用文档 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 通讯/手机编程 (1)
- USB编程 (1)
- Modem编程 (1)
- 软件设计/软件工程 (1)
- 串口编程 (1)
- 书籍源码 (1)
- 嵌入式Linux (1)
- 数值算法/人工智能 (1)
- Windows Mobile (1)
- 文件格式 (1)
- 技术管理 (1)
- 其他嵌入式/单片机内容 (1)
- Delphi控件源码 (1)
- Jsp/Servlet (1)
- VHDL/FPGA/Verilog (1)
- 嵌入式/单片机编程 (1)
- 数学计算 (1)
- STL (1)
- 汇编编程 (1)
- VIP专区 (1)
Java编程 一个ISAG Server的模拟器
一个ISAG Server的模拟器,基于中国电信综合业务接入网关的开放接口协议做的,已有接收SP下发短信、彩信、WAP PUSH的功能,可以自动回复回执,自带流量统计功能。
STL 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.
其他 用C实现栈的InitStack
用C实现栈的InitStack, empty, full, push, pop, clear, getpop。的功能。
汇编编程 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   ...
源码 利用栈的基本操作实现将任意一个十进制整数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 ...
技术资料 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 ...
源码 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;& ...
书籍 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 ...
书籍 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 ...
技术资料 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 ...