登录
首页 » Windows开发 » PIC的资源,TIME0的设置使用C 语言样例

PIC的资源,TIME0的设置使用C 语言样例

于 2022-09-26 发布 文件大小:20.23 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

PIC的资源,TIME0的设置使用C 语言样例-Configuring and accessing Timer0 Using Timer0 for debouncing, background tasks, event timing and counting

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

发表评论

0 个回复

  • 这个程序是用来测试旧的三
    此程序用于测试老的三键鼠标是否工作正常,包括运行轨迹,左中右键是否按下等.因为现在的电脑不支持这种鼠标.-This procedure is used to test the old three-button mouse is working properly, including the running track, left, right, etc. is pressed. Because the computer does not support this mouse.
    2022-03-19 13:03:42下载
    积分:1
  • 基于51单片机控制ISD4004语音芯片
    本设计是基于单片设计的一个能实现语音存储和回放功能的系统,利用宏晶公司生产的STC90系列单片机作为主控制器,使用具有录音和放音功能的ISD4004语音芯片,能够显示32个字符的LCD1602显示器件和能对音频进行无失真的放大的TDA2822M差分放大器设计而成的。首先我们利用STC90C516RD+单片机的优越的控制性能来控制ISD4004语音芯片,通过单片机向语音芯片发送指令来完成ISD4004芯片的录音和放功能,用LCD1602来显示单片机对ISD4004的操作状态,使用TDA2822M将ISD4004芯片输出的音频进行无失真的放大的思路来进行语音存储和回放系统设计的,用Circuit Design Suite 10.0(Multisim)软件来绘制该系统的电路,用Keil uVision5软件来编写硬件程序。电路图和程序都完成后使用万用洞洞板依据电路图来焊接实物电路,实物完成后载入芯片程序直接进行实物调试,使用实物调试更容易找出问题和系统设计的缺陷,出现问题时可以通过模块化思想轻松查找到故障原因,并进行修复故障。ISD4004芯片录音时基于多电平存储技术实现的没有传统的数字录音过程中A/D转换带来的量化噪音和变色的金属音色。该系统录取的声音播放出来后和原音的音色、音调保持一致不失真。
    2022-03-23 13:31:06下载
    积分:1
  • 在C++中运算符是一种特殊的函数名,其地位与函数一样,因此也可以定义成类的友元函数,为了便于对象的使用,利用类成员函数(运算符)的重载和友元的特性,为类的数据重...
    在C++中运算符是一种特殊的函数名,其地位与函数一样,因此也可以定义成类的友元函数,为了便于对象的使用,利用类成员函数(运算符)的重载和友元的特性,为类的数据重载定义插入()运算符,以便于该类的对象使用cin和cout进行数据的输入和输出.-in C Operators is a special function name, its status and function, it can also be defined as a category of Friends yuan function, in order to facilitate the use of objects, the use of class member function (Operators) and the Friends of the heavy yuan features, such as heavy-duty data definition insertion (lt; Lt ;) and extraction (gt; gt;) Operators, to the use of such targets and cin court for data input and output.
    2022-07-13 20:50:02下载
    积分:1
  • Floyd classic algorithm used to calculate the location of personnel between the...
    采用经典的Floyd算法,计算出人员两地点间的最短路径,方便订票,很实用。且结合了MFC,界面更直观。-Floyd classic algorithm used to calculate the location of personnel between the two shortest path to facilitate the booking, it is practical. And a combination of MFC, more intuitive interface.
    2022-04-28 05:56:10下载
    积分:1
  • 一种数字媒体设备应用框架
    An application framework for digital media devices
    2022-06-19 20:12:31下载
    积分:1
  • WindowsCE驱动综述(内有视频),不错的入门介绍读物。
    WindowsCE驱动开发综述(内有视频),不错的入门介绍读物。-WindowsCE-Driven Development Review
    2022-01-26 01:54:19下载
    积分:1
  • assembly language magazines in the game, the basic operation and online games, i...
    用汇编语言实现的推箱子游戏,基本的操作和网上的游戏一样,只就做了一关,有兴趣的朋友可以帮着完成其他的-assembly language magazines in the game, the basic operation and online games, it was done only a clearance, interested friends can help to complete the other
    2023-04-21 05:20:03下载
    积分:1
  • FRID
    FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发FRID读写器开发
    2022-08-10 00:46:36下载
    积分:1
  • 本程序实现一个简单的计算器功能,其中包括0~9共10数字按钮、加、减、乘、除4个运算按钮以及等号和清空两个辅助按钮 ,还有一个显示输入输出的文本框。...
    本程序实现一个简单的计算器功能,其中包括0~9共10数字按钮、加、减、乘、除4个运算按钮以及等号和清空两个辅助按钮 ,还有一个显示输入输出的文本框。-the procedures to implement a simple calculator functions, including 0-9 10 digital buttons, plus or minus, multiplication and four button operation and clear the two equal and secondary buttons, a display input and output text box.
    2022-01-22 05:24:35下载
    积分:1
  • c++ 课程设计 图书管理系统 1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏...
    c++ 课程设计 图书管理系统 1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。 3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。 4.可以按归并排序方法对书目进行排序; 5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库; 6.内置强大的异常处理机制,可以应付绝大部分异常情况。 7.程序标题栏实时显示程序状态。 -c++ curriculum design library management system 1. The realization of the binary database search, find, modify, add, delete and other operations 2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage. 3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database. 4. May merge sort method to sort the bibliography 5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database 6. Built a powerful exception handling mechanism to cope with the vast majority of anomalies.
    2022-10-29 07:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载