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

sMS-list

  • TC35i新版西门子工业GSM模块是一个支持中文短信息的工业级GSM模块,工作在EGSM900和GSM1800双频段,电源范围为直流3.3~4.8V ,电流消耗——休眠状态为3.5mA

    TC35i新版西门子工业GSM模块是一个支持中文短信息的工业级GSM模块,工作在EGSM900和GSM1800双频段,电源范围为直流3.3~4.8V ,电流消耗——休眠状态为3.5mA,空闲状态为25mA,发射状态为300mA(平均),2.5A峰值;可传输语音和数据信号, 功耗在EGSM900(4类)和GSM1800(1类)分别为2W和1W ,通过接口连接器和天线连接器分别连接SIM卡读卡器和天线。SIM电压为3V/1.8V,TC35i的数据接口(CMOS电平)通过AT命令可双向传输指令和数据,可选波特率为300b/s~115kb/s , 自动波特率为1.2kb/s~115kb/s。它支持Text和PDU格式的SMS(Short Message Service,短消息),可通过AT命令或关断信号实现重启和故障恢复

    标签: GSM 1800 EGSM 3.3

    上传时间: 2016-03-17

    上传用户:a3318966

  • 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)

    我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input), 从文件列表中删除一个记录(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)

    标签: input 文件管理 输入

    上传时间: 2013-12-10

    上传用户:zxc23456789

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    标签: Debug the ATLTrace project

    上传时间: 2014-01-15

    上传用户:wfl_yy

  • 一个简单的队列类

    一个简单的队列类,采用stl中的list实现

    标签: 队列

    上传时间: 2016-03-25

    上传用户:c12228

  • VisualC++通信编程工程实例精解 Chapter 2 Example 1 MSCOMM控件编程实例 Example 2 基于Windows API的虚拟终端实现 Example 3

    VisualC++通信编程工程实例精解 \Chapter 2 \Example 1 MSCOMM控件编程实例 \Example 2 基于Windows API的虚拟终端实现 \Example 3 基于CSerialPort的串口多线程通信框架 \调试工具\串口调试助手 \Chapter 3 \Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \Example 5 CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序 \Example 6 CSocket编程技术——基于CSocket的局域网聊天室程序 \扩充实例 基于CSocket的网络版中国象棋 \调试工具\TCPUDP调试助手 \Chapter 4 \Example 7 访问远程数据库MS SQLServer实例 \Chapter 5 \Example 8 以RS View32为服务器的OPC客户端编程 \Example 9 一个OPC客户端监视程序 \Chapter 6 \Example 10 一个封装的Modem AT命令操作类的快速拨号程序 \Chapter 7 \Example 11 GSM和GPRS应用实例 \扩充实例 基于CSocket的GPRS数据中心程序 \调试工具和文档\TCPUDP调试助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一览表.pdf

    标签: Example VisualC Chapter Windows

    上传时间: 2016-03-25

    上传用户:赵云兴

  • 这是非常简单的例子

    这是非常简单的例子,叫做“PushRegistry和短信联动演示”。她提供了两个命令“注册短信监听”和“取消短信监听”。 注册短信监听,则调用 PushRegistry.registerConnection(connURL, MIDletStr, FilterStr) 来向手机申请专门监听某一个端口,这个端口可以是各种协议, 可以是蓝牙的btspp://:, 也可以是短信的sms://:, 还可以是套接字的socket://:,

    标签:

    上传时间: 2013-12-22

    上传用户:colinal

  • 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /##################################

    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 //====================================================================== 程序还用了Active Skin 对程序进行了换肤

    标签: windows visual stdio 2003

    上传时间: 2013-12-18

    上传用户:er1219

  • Wiley出版

    Wiley出版,共20章,大小为12M 1.Introduction to the Series 60 Platform 2.Overview of the Series 60 Platform 3.Design Patterns for Application Development 4.Software Development on the Series 60 Platform 5.Platform Architecture 6.User-centered Design for Series 60 Applications 7.Testing Software 8.Application Framework 9.Standard Panes and Application Windows 10.Lists and List Types 11.Other User Interface Components 12.View Architecture 13.Audio 14.Customizing the Series 60 Platform 15.Communications Architecture 16.Communications Application Programming Interface 17.Messaging 18.Connectivity 19.Programming in Java for Smartphones 20.Midlet User Interface Framework

    标签: Wiley

    上传时间: 2013-12-23

    上传用户:zgu489

  • 本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的

    本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的,但是不可以未经许可出 版发行。英文版权为Steve Summit 所有,详情见下面的英文版权说明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. Content from the book 《C Programming FAQs: Frequently Asked Questions》is made available here by permission of the author and the publisher as a service to the community. It is intended to complement the use of the published text and is protected by international copyright laws. The on-line content may be accessed freely for personal use but may not be republished without permission.

    标签: 2004 FAQ 英文 翻译

    上传时间: 2013-12-19

    上传用户:LouieWu

  • 在这份文件里, 我们说明如何安装, 设定及使用唯读光碟机(CD-ROM)的方法. 我们也列出支援的硬体, 并回答一些常见的问题. 我们希望它能帮助新手快快上手, 并且因此有助於让 usenet 及通信

    在这份文件里, 我们说明如何安装, 设定及使用唯读光碟机(CD-ROM)的方法. 我们也列出支援的硬体, 并回答一些常见的问题. 我们希望它能帮助新手快快上手, 并且因此有助於让 usenet 及通信论坛 (mailing-list) 上的常问问题少一点.

    标签: CD-ROM usenet 如何安装 设定

    上传时间: 2016-04-05

    上传用户:gaome