登录
首页 » Windows开发 » 结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连...

结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连...

于 2023-03-07 发布 文件大小:134.92 kB
0 276
下载积分: 2 下载次数: 1

代码说明:

结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连续按3s,则进入调整状态 调整状态下调整内容的切换 // 2、KEY2--年、月、日、时、分的增加(I/O口A1) // 3、KEY3--年、月、日、时、分的减少(I/O口A2)-combination "61 boards" to complete th ree key functions with voice broadcast electronic bell :// 1, KEY1-- by about players, month, day and broadcast press once,- (I/O A0)// by consecutive 3s, then a state of adjustment adjustment adjustment under the content switching// 2. KEY2-- the year, month, day and hour of the increase in hours (I/O A1)// 3, KEY3--, on that day, when the reduced hours (I/O A2)

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

发表评论

0 个回复

  • 一个很精彩的控件库可用于vc和vb Delphi等,IOCOMP让你的界面更精彩...
    一个很精彩的控件库可用于vc和vb Delphi等,IOCOMP让你的界面更精彩-a wonderful library can be used to control and vb vc Delphi, IOCOMP allow you to interface more brilliant
    2022-01-31 15:50:47下载
    积分:1
  • 做的一个五子棋的软件,有网络通信,人工智能的功能
    做的一个五子棋的软件,有网络通信,人工智能的功能
    2022-03-25 14:11:38下载
    积分:1
  • 本人自己写的计算器,界面编程。 能进行加 减 乘 除运算 自动检查除数为零 和清空...
    本人自己写的计算器,界面编程。 能进行加 减 乘 除运算 自动检查除数为零 和清空-I wrote it myself calculators, programming interface. Can arithmetic operation for automated checks and emptied zero divisor
    2023-01-05 14:25:03下载
    积分:1
  • C/S模式下的聊天工具
    简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信简单的c语言程序实现客户端和服务器的通信
    2023-06-05 13:55:06下载
    积分:1
  • 一个短小精悍的汉字编码转换工具,支持文件或剪贴板…
    一个短小精悍的中文内码转换工具,支持文件或剪贴板中中文内码及繁简体转换。-a short and pithy Chinese code conversion tools to support document or clipboard Chinese code and the English language.
    2023-09-01 02:45:03下载
    积分:1
  • ecshop仿三九妈咪母婴网2015最新版
    ecshop仿三九妈咪母婴网2015最新版非常不错的一套商城开源源码。现在拿出来和大家分享一下,个人开源,个人用途禁止商业开发。
    2022-10-09 06:55:07下载
    积分:1
  • 中文分词!基于最大概率分词的!欢迎下载~~欢迎下勒
    中文分词!基于最大概率分词的!欢迎下载~~欢迎下勒-Chinese Segmentation! Based on the maximum probability of sub-word! Welcome to download ~ ~ welcome to the next le
    2023-02-13 12:25:03下载
    积分:1
  • const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写...
    const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
    2023-08-30 15:05:04下载
    积分:1
  • The windows of chat room
    聊天室窗口 聊天室窗口-The windows of chat room
    2022-02-24 19:49:55下载
    积分:1
  • 一个学习邮件编程的好例子,简洁易懂,很容易将其剥离出来,形成自己的东西....
    一个学习邮件编程的好例子,简洁易懂,很容易将其剥离出来,形成自己的东西.-It is a good example that you can learn the mail programme.It is simple and easy to understand.You can seperate it from the originality to make your own things.
    2022-04-18 18:51:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载