#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
# 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
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
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: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