- aodv-uu-0.9.5 AODV路由协议源码aodv
- C 第一部分 基础篇 实例1 第一个程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利用数组求前n个质数 31 实例15 编制万年历 33 实例16 对数组元素排序 36 实例17 任意进制数的转换 37 实例18 判断回文数 39 实例19 求数组前n元素之和 41 实例20 求解钢材切割的最佳订单 42 实例21 通过指针比较整数大小 44 实例22 指向数组的指针 48 实例23 寻找指定元素的指针 50 实例24 寻找相同元素的指针 52 实例25 阿拉伯数字转换为罗马数字 53 实例26 字符替换 56 实例27 从键盘读入实数 57 实例28 字符行排版 59 实例29 字符排列 60 实例30 判断字符串是否回文 62 实例31 通讯录的输入输出 63 实例32 扑克牌的结构表示 68 实例33 用“结构”统计学生成绩 69 实例34 报数游戏 72 实例35 模拟社会关系 73e
- Qt-programming-under-Linux-Getting-Started 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表
- JCSATS 外汇自动交易系统
- optical-flow 用传统的LK算法计算光流
- STM32奋斗版GIF动画例程 STM32动画GIF例程 适合初学者参考使用(STM32 animation GIF routines
文件名称:CellLineMonitor
-
所属分类:
- 标签属性:
- 上传时间:2012-10-28
-
文件大小:24.7kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
windows mobile下tapi实现监视电话线路的程序。vs2008下创建,并在windows mobile 6.1下通过测试。-TAPI Programming on Windows Mobile
August 16, 2008, 8:03 pm
Download the source code
TAPI stands for Telephony Application Programming Interface. TAPI is the Microsoft implementation of CTI (Computer Telephony Interface). TAPI provides a common interface to communicate and control a telephony device. TAPI simplifies the telephony programming since the programmer does not require detailed information about the hardware he/she is using.
Windows Mobile 5 support TAPI version 2.0. The version 2.0 brings telephony support to any Windows CE applications. The TAPI.DLL file exposes all the TAPI functions. The header file TAPI.H contains the all the function definitions, typedefs,#defines, etc… The application links to COREDLL.DLL file which redirects the calls to TAPI.DLL. The TAPI.DLL uses the TAPI Service Provider DLLs to communicate with the hardware. The TAPI Service Provider (TSP) is the driver for the hardware. Microsoft supplies default Unimodem TSP. The Unimodem TSP supports
August 16, 2008, 8:03 pm
Download the source code
TAPI stands for Telephony Application Programming Interface. TAPI is the Microsoft implementation of CTI (Computer Telephony Interface). TAPI provides a common interface to communicate and control a telephony device. TAPI simplifies the telephony programming since the programmer does not require detailed information about the hardware he/she is using.
Windows Mobile 5 support TAPI version 2.0. The version 2.0 brings telephony support to any Windows CE applications. The TAPI.DLL file exposes all the TAPI functions. The header file TAPI.H contains the all the function definitions, typedefs,#defines, etc… The application links to COREDLL.DLL file which redirects the calls to TAPI.DLL. The TAPI.DLL uses the TAPI Service Provider DLLs to communicate with the hardware. The TAPI Service Provider (TSP) is the driver for the hardware. Microsoft supplies default Unimodem TSP. The Unimodem TSP supports
相关搜索: windows mobile
TAPI
windows mobile TA
Microsoft Windows CE
vs2008
tapi driver
mobile TA
windows mobile MFC
windows mobile TAPI
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CellLineMonitor.sln
CellLineMonitor/CellLineMonitor.cpp
CellLineMonitor/CellLineMonitor.h
CellLineMonitor/CellLineMonitor.vcproj
CellLineMonitor/CellLineMonitorDlg.cpp
CellLineMonitor/CellLineMonitorDlg.h
CellLineMonitor/CellLineMonitorppc.rc
CellLineMonitor/CellLineMonitor_Events.cpp
CellLineMonitor/ReadMe.txt
CellLineMonitor/res/
CellLineMonitor/res/CellLineMonitor.ico
CellLineMonitor/res/CellLineMonitorppc.rc2
CellLineMonitor/resourceppc.h
CellLineMonitor/stdafx.cpp
CellLineMonitor/stdafx.h
CellLineMonitor/TAPIDevice.cpp
CellLineMonitor/TAPIDevice.h
CellLineMonitor/
CellLineMonitor/CellLineMonitor.cpp
CellLineMonitor/CellLineMonitor.h
CellLineMonitor/CellLineMonitor.vcproj
CellLineMonitor/CellLineMonitorDlg.cpp
CellLineMonitor/CellLineMonitorDlg.h
CellLineMonitor/CellLineMonitorppc.rc
CellLineMonitor/CellLineMonitor_Events.cpp
CellLineMonitor/ReadMe.txt
CellLineMonitor/res/
CellLineMonitor/res/CellLineMonitor.ico
CellLineMonitor/res/CellLineMonitorppc.rc2
CellLineMonitor/resourceppc.h
CellLineMonitor/stdafx.cpp
CellLineMonitor/stdafx.h
CellLineMonitor/TAPIDevice.cpp
CellLineMonitor/TAPIDevice.h
CellLineMonitor/
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
