搜索结果
找到约 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)
电子书籍 With a worldwide community of users and more than a million dedicated programmers, Perl has proven t
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming ...
GPS编程 短信发送实现gprs猫发送短信息
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code
通讯编程文档 电信ISAG协议WAPPUSH分册
电信ISAG协议WAPPUSH分册,详细说明了中国电信综合网关的PUSH接入协议
VHDL/FPGA/Verilog The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until ...
单片机开发 节能用水控制系统由微控制器
节能用水控制系统由微控制器,红外发射接收电路,压力监测电路,手动冲水电路,脉冲阀节能驱动电路,水管温度上下限识别电路,温度调节电路,冷热水阀节能驱动控制电路,洗澡开关监测电路,电池电量检测报警电路,低压标准电源转换电路,串行数据输出控制电路等构成。程序包括:
设备识别及初始化
初始引脚数据值
中断初始 ...
单片机开发 CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o
CAN1.c and CAN2.c are a simple example of configuring a CAN network to
transmit and receive data on a CAN network, and how to move information to
and from CAN RAM message objects. Each C8051F040-TB CAN node is configured
to send a message when it s P3.7 button is depressed/released, with a 0x11
...
嵌入式/单片机编程 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push
粒子效果演示(附代码)
利用C++所提供的一些标准容器很容易实现粒子效果.
简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从lis ...
编译器/解释器 this is a stepper motor controller with specifications pins: for RS-232 interfacing stepper motor:
this is a stepper motor controller with specifications pins: for RS-232 interfacing
stepper motor: 47-50 bus
PUSH button: 9-15
POTEN:9-15
Windows CE rda远程数据访问
rda远程数据访问,在wince下使用sqlce3.0连接sql2005,使用的rda方法,其中包括pull,push,和submitsql三个方法。