搜索资源列表
phone-operated-robot
- In the project the robot is controlled by a mobile phone that makes a call to the mobile phone attached to the robot. In the course of a call, if any button is pressed a tone corresponding to the button pressed is heard at the other end called 慏ual T
Contacts
- 点击按钮添加联系人到数据库,然后调用显示电话号码-Click the button to add the contacts to the database, and then call the phone number is displayed
call
- 基于C8051单片机的拨打电话程序 使用了sim300B模块 可以按键接听或者挂掉电话-Call procedures based on the C8051 MCU sim300B module button to answer or hang up the phone
Enterprise-telephone-service-system
- 功能 1 客户在拨打企业电话客服时,系统会自动接收、识别并记录来电的主叫号码并显示相应的客户信息。 功能 2 客户电话打入时系统自动播放已设定好的欢迎词。 用户在拨打企业电话客服后,系统会进行自动语音引导,客户通过按键选择,从而可以听到预先设置好的语音咨讯,如企业简介、信息、最新产品等……。所有咨讯信息通过按键即可获得。 功能 3 外线电话转接到座席电话功能,使来电者可以根据系统提示,转入人工服务,与座席人员直接进行交流。 座席电话转接到座席电话功能 -Fu
GSM-TEST1
- 本程序的主要功能如下: 1、给指定电话号码打电话。 2、挂断电话 3、接听电话 4、给指定电话号码发送英文短信息 5、给指定电话号码发送中文短信息 硬件接口定义: 1、单片机采用STC89C52,晶振为11.0592 2、P0.0 //按键1,拨打电话 3、P0.1 //按键2,挂断电话 4、P0.2 //按键3,接听电话 5、P0.3 //按键4,发送一条英文短信息 6、P0.4 //按键5,发送一条中文短信息 请注意在
GSM-TEST1_78377
- 本程序的主要功能如下: 1、给指定电话号码打电话。 2、挂断电话 3、接听电话 4、给指定电话号码发送英文短信息 5、给指定电话号码发送中文短信息 硬件接口定义: 1、单片机采用STC89C52,晶振为11.0592 2、P0.0 //按键1,拨打电话 3、P0.1 //按键2,挂断电话 4、P0.2 //按键3,接听电话 5、P0.3 //按键4,发送一条英文短信息 6、P0.4 //按键5,发送一条中文短信息 请注意在
TalkDemo
- 1 手机先启动WIFI,安装 TalkDemo.apk 2 启动TalkDemo,IP地址输入框显示的是自己手机的IP 如果想自己呼叫自己,直接点击开始。 如果想两部手机相互通话,则相互填写对方手机IP后,再点击开始按钮。-A phone first start WIFI, installation TalkDemo.apk 2 Start TalkDemo, IP address input box shows your phone s IP
DialerApp-(1)
- Long press the contacts button(at left-bottom corner of dialer view) to quick access favorites • Dial # key to perform phone number searching • Dial * key to display list of most frequently contacted contacts • Swipe contact item
phone
- app程序,手机打电话功能,输入电话号码,按拨打键,就可以打电话了。注意,此功能和正常打电话一样要算话费。-app program, cell phone function, enter the phone number, press the call button, you can call. Note that this feature should be considered as normal phone calls.
VoiceToWord_yysb
- 简单语音识别源码是一个调用讯飞语音识别SDK的例子源码是一个最纯净的Demo比较容易看懂。实现的是点击按钮开始语音监听,手机需要联网,2/3G的均可,识别后会以Toast的方式提示出来,识别率还是比较高的。之前自己是用别人的Demo总是不成功,是因为,讯飞的SDK想使用是需要APPID的,可能过太长时间久会注销,还有,未通过审核的APPID每天只能试用500次,如果太多人试用,就是达到上限导致无法使用。-A simple speech recognition source code is a c
更新日志显示比较内容
- 电话回拨按钮,坐席人员点击该按钮后,系统将根据手机号码,进行电话回拨,并对通话内容进行录音(Phone callback button, click the button after the server, the system will be based on the phone number to call back, and recording the contents of the call)
android-remote-control-computer
- 实现功能: 鼠标控制模式: 鼠标的移动 鼠标左键/右键点击 鼠标滑轮 文件的拖动 自定义音量键功能 键盘输入模式: 向电脑发送文字(中英) 回车 退格 以及DOS下的输入 电脑方向键的控制 WSAD模式 和 方向键模式 音量键可根据用户需求自定义设置功能 手柄控制模式: 横屏下 左边为控制方向 右边为操作 可自定义 左边控制方式为鼠标控制 和 键盘控制 右边 可自定义操作方式 技术点: 多线程+网络编程 JavaAPI的运用(调用操作系统事件) 手机端事件响应的运用