码迷,mamicode.com
首页 >  
搜索关键字:voice    ( 229个结果
独立按键控制跑马灯的速度
#include "REG52.H" #define const_voice_short 40 //蜂鸣器短叫的时间#define const_key_time1 15 //按键去抖动延时的时间#define const_key_time2 15 //按键去抖动延时的时间#define const_ ...
分类:其他好文   时间:2019-12-19 13:28:01    阅读次数:124
python 文字转语音
# coding=utf-8 import pyttsx3 text='I love you 韩长菊' voice=pyttsx3.init() voice.say(text) voice.runAndWait() ...
分类:编程语言   时间:2019-12-18 21:37:59    阅读次数:66
矩阵按键的组合按键触发
/***12个按键,每一个按键都会让蜂鸣器发出“嘀”的一声, 同时按下S1和S12会点亮一个LED灯,同时按下***/#include "REG52.H"#define const_voice_short 40#define const_key_time 12#define const_key_ti ...
分类:其他好文   时间:2019-12-07 23:40:07    阅读次数:182
TP验证规则Validate
use think\Validate; <?php namespace app\common\model; use think\Validate; use think\Db; class InvoiceRecords extends BaseModel { protected $table = 't ...
分类:其他好文   时间:2019-12-06 23:23:38    阅读次数:209
English Voice of <<Wish You Were Here>>
The snow glows white on the mountain tonight; 今晚白雪在山上闪烁 Not a footprint to be seen; 一个脚印没有 A kingdom of isolation; 与世隔绝的国土 And it looks like I'm the q ...
分类:其他好文   时间:2019-12-06 09:27:16    阅读次数:100
SGLTE/SVLTE、CSFB、SRVCC概念
SGLTE:Simultaneous GSM and LTE,手机可以同时驻留在GSM和LTE网络中,打电话通过GSM网络进行,数据业务通过LTE网络进行。? SVLTE:Simultaneous Voice and LTE,手机可以同时使用CS域接听电话、使用LTE网络进行数据业务。 SGLTE和 ...
分类:其他好文   时间:2019-12-02 13:22:49    阅读次数:110
两个独立按键的组合按键触发------基于上一例略作改动
#include "REG52.H"#define const_voice_short 40/* 调整抖动时间阈值的大小,,可以更改按键的触发灵敏度 去抖动的时间本质上等于累计定时中断次数的时间*/#define const_key_time12 20 //按键去抖动延时的时间void initia ...
分类:其他好文   时间:2019-12-01 11:40:26    阅读次数:115
怎么把英文翻译成中文?手机中英翻译的简单方法
怎么把英文翻译成中文?现如今来中国的老外越来越多,我们的身边可能都会有几个外国朋友,对于不会外语的朋友来说,如何解决交流问题成为了一个值得关注的问题。那么有没有手机完成英文翻译成中文的简单方法呢?当然有,小编分享给大家一个好方法。 第一步:打开工具 我们在手机应用市场打开软件,打开后在语音翻译模式和 ...
分类:移动开发   时间:2019-11-28 19:07:13    阅读次数:129
在主函数中利用累计主循环次数来实现独立按键的检测---有个小错误,明天调试一下
#include "REG52.H"#define const_voice_short 40 //蜂鸣器短叫的持续时间#define const_voice_long 200 //蜂鸣器长叫的持续时间#define const_key_time1 500 //按键去抖动的延时时间#define co ...
分类:其他好文   时间:2019-11-27 23:49:01    阅读次数:194
蜂鸣器的驱动程序---吴坚鸿
#include "REG52.H"#define const_time_05s 222#define const_time_1s 444#define const_time_3s 1332#define const_time_6s 2664 #define const_voice_short 40 ...
分类:其他好文   时间:2019-11-26 22:21:59    阅读次数:111
229条   上一页 1 2 3 4 5 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!