登录
首页 » Visual C++ » SMSAlarm

SMSAlarm

于 2009-10-13 发布 文件大小:9611KB
0 297
下载积分: 1 下载次数: 14

代码说明:

  这是一个短信报警的小程序,它通过ADO操作读取发送的短信号码和内容,自动发送短信并产生日志(This is a message warning of a small program that reads through the ADO operation number and content of messages sent automatically send text messages and generate the log)

文件列表:

SMS Alarm
.........\AdoDataBase.cpp
.........\AdoDataBase.h
.........\Comm.cpp
.........\Comm.h
.........\config.h
.........\Debug
.........\.....\AdoDataBase.obj
.........\.....\AdoDataBase.sbr
.........\.....\Comm.obj
.........\.....\Comm.sbr
.........\.....\info.txt
.........\.....\msado15.tlh
.........\.....\msado15.tli
.........\.....\SMS Alarm.bsc
.........\.....\SMS Alarm.exe
.........\.....\SMS Alarm.ilk
.........\.....\SMS Alarm.obj
.........\.....\SMS Alarm.pch
.........\.....\SMS Alarm.pdb
.........\.....\SMS Alarm.res
.........\.....\SMS Alarm.sbr
.........\.....\SMS AlarmDlg.obj
.........\.....\SMS AlarmDlg.sbr
.........\.....\Sms.obj
.........\.....\Sms.sbr
.........\.....\SmsTraffic.obj
.........\.....\SmsTraffic.sbr
.........\.....\StdAfx.obj
.........\.....\StdAfx.sbr
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\info.txt
.........\msado15.tlh
.........\msado15.tli
.........\ReadMe.txt
.........\Release
.........\.......\AdoDataBase.obj
.........\.......\Comm.obj
.........\.......\msado15.tlh
.........\.......\msado15.tli
.........\.......\SMS Alarm.exe
.........\.......\SMS Alarm.obj
.........\.......\SMS Alarm.pch
.........\.......\SMS Alarm.res
.........\.......\SMS AlarmDlg.obj
.........\.......\Sms.obj
.........\.......\SmsTraffic.obj
.........\.......\StdAfx.obj
.........\.......\vc60.idb
.........\res

.........\...\SMS Alarm.rc2
.........\resource.h
.........\sendsms.log
.........\SMS Alarm.aps
.........\SMS Alarm.clw
.........\SMS Alarm.cpp
.........\SMS Alarm.dsp
.........\SMS Alarm.dsw
.........\SMS Alarm.h
.........\SMS Alarm.ncb
.........\SMS Alarm.opt
.........\SMS Alarm.plg
.........\SMS Alarm.rc
.........\SMS AlarmDlg.cpp
.........\SMS AlarmDlg.h
.........\Sms.cpp
.........\Sms.h
.........\SmsTraffic.cpp
.........\SmsTraffic.h
.........\StdAfx.cpp
.........\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ModbusCommunicationTest
    MODBUS通信协议,用VC6.0调试通过,非常好用,做上位机用这个很好(MODBUS communication protocol with VC6.0 debugging through, very easy to do well with this PC)
    2013-09-11 23:12:54下载
    积分:1
  • mod_demod
    三种模拟调制与解调的算法,三种模拟调制为:AM,FM,SSB(Three types of analog modulation and demodulation algorithms, three types of analog modulation for: AM, FM, SSB)
    2003-01-12 14:07:01下载
    积分:1
  • TestWebServer
    用visaul basic 编写的,连接Wsdl服务的例子(Written visaul basic example connect Wsdl service)
    2013-03-07 13:46:27下载
    积分:1
  • ichat
    一个真正SERVER PUSH的聊天室,很不错,C语言所写,最可惜的是已经被编译过了,但是界面全部被独立出来了的,可以自行更改,只是不能研究程序的内部结构…… (a real SERVER PUSH chat rooms, very good, C language written, it is most unfortunate that has been compiled, but the interface were all independent of and can make changes, but the procedures are not able to study the internal structure of ...)
    2004-09-27 22:28:08下载
    积分:1
  • SUMPLE
    非均匀天线组阵SUMPLE权值信噪比及信号合成性能分析(Non-uniform antenna arraying SUMPLE weights SNR performance analysis and signal synthesis)
    2013-12-20 13:31:43下载
    积分:1
  • 1pdf_040226
    一篇优秀的关于有效的自适应中值滤波器论文.(an outstanding on the effective value of the adaptive filter papers.)
    2007-01-17 09:17:43下载
    积分:1
  • V1.26VCOM1.26
    虚拟串口服务程序V1.26VCOM1.26,用于对串口通讯的学习。(Virtual Serial Port service program V1.26VCOM1.26, serial communication for learning.)
    2008-05-22 21:42:00下载
    积分:1
  • com
    VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
    2011-08-11 13:20:01下载
    积分:1
  • OPC读840DSL828D
    Mamul for connecting 840D SL system by OPC
    2019-01-11 22:27:28下载
    积分:1
  • VC_MFC-Sample1
    Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. (Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
    2012-10-11 07:23:02下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载