登录
首页 » 其他项目 » PIC12F675 定时器程序 加protues 仿真

PIC12F675 定时器程序 加protues 仿真

于 2022-05-14 发布 文件大小:35.84 kB
0 296
下载积分: 2 下载次数: 1

代码说明:

PIC12F675 定时器程序 加protues 仿真 -PIC12F675 Timer Simulation of the processes in protues

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

发表评论

0 个回复

  • galib面向对象C++库,来自麻省理工大学的
    galib面向对象C++库,来自麻省理工大学的-galib object-oriented C library, from the University of Massachusetts
    2022-05-23 05:35:19下载
    积分:1
  • totular about fixing some points in image
    totular about fixing some points in image
    2022-07-09 00:52:15下载
    积分:1
  • LED驱动器MAX7219的如此特别。MAX7219是微处理器和共阴极结构
    MAX7219驱动LED特好使.MAX7219是微处理器和共阴极七段― ― 八位LED显示、图条/柱图显示或64点阵显示接口的小型串行输入/输出芯片。片内包括BCD译码器、多路扫描控制器、.字和位驱动器和8X 8静态RAM。外部只需要一个电阻设置所有LED 显示器字段电流。MAX7219和微处理器只需三根导线连接,每位显示数字有一个地址由微处理器写入。允许使用者选择每位是BCD 译码或不译码。使用者还可选择停机模式、数字亮度控制、从1~8选择扫描位数和对所有LED显示器的测试模式。-LED Driver MAX7219 so special. MAX7219 is a microprocessor and a total cathode seventh-- 8 LED display, map article/column or 64 shows a small dot-matrix display interface serial input/output chips. Chip including the BCD decoder, multiplex scan controller. Word and bit drive and 8X 8 static RAM. External resistor only need one set all LED displays current field. MAX7219 and the microprocessor only three wires to connect, each show has an address by the digital microprocessor write. Is to permit users to choose each BCD decoding or not decoding. Users can also choose to shutdown mode, the digital brightness control, 1 ~ 8 to choose from scanning the median and LED displays for all the test mode.
    2022-08-03 09:28:27下载
    积分:1
  • unix高级编程源代码.<<unix高级编程>>
    unix高级编程源代码.-senior programming source code. Lt; Lt; Unix Advanced Programming gt; Gt;
    2022-02-01 23:26:20下载
    积分:1
  • 值得收藏的一些ASP代码.rar 值得收藏的一些ASP代码.rar
    值得收藏的一些ASP代码.rar 值得收藏的一些ASP代码.rar -copies of the some ASP code. Rar co pies of the some ASP code. Rar co pies of the some ASP code. Rar copies of the some ASP code. Rar
    2023-03-09 19:50:02下载
    积分:1
  • for wince freecsale i.mx21 pwm driver
    for wince freecsale i.mx21 pwm driver
    2022-02-16 02:07:18下载
    积分:1
  • /*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了,...
    /*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了, 如有人想要带鼠标的可与我连系*/-/* WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could have also been made with the mouse control, because we are a "mouse.h", so removed, if people want to take control the subject can be linked with my* /
    2022-02-02 13:13:42下载
    积分:1
  • 注册表注册表CRegistry是简单方便的程序
    CRegistry注册表,是一种简单方便的注册表程序-CRegistry registry is a simple and convenient procedures for the registry
    2022-03-21 12:26:59下载
    积分:1
  • demonstrations on how to prepare luxury of the game (procedures) interface, the...
    示范如何编写豪华的游戏(程序)界面,这里演示的是Tic Tac toe游戏 -demonstrations on how to prepare luxury of the game (procedures) interface, the presentation here is Tic Tac toe game
    2022-01-28 13:50:55下载
    积分:1
  • 名称:科学计算器 姓名:刘博 学号:03031147 班级:能动35 完成时间:2004...
    项目名称:科学计算器 姓名:刘博 学号:03031147 班级:能动35 完成时间:2004-11-29 指导教师:罗建军 一.项目背景: 1.背景简介 我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。 2.项目目标 编写一个能进行科学计算的计算器程序。 要求: 输入:被计算的数据 输出:计算结果 3.运行环境 1 硬件: PIII 计算机(CPU 主频 550MHz以上、128MB内存) 2 软件 Windows XP 操作系统 Visual C++ 6.0 二.算法描述 1 选用对话框,并加入控件,做好计算器可视的外表。 2 给控件添加属性中的ID和名称。 3 在CCaculateDilg类中添加主要程序代码。 4 数字的输入 这个计算器应用程序实现的是顺序连接计算,即按照计算数和计算符的输入次序进行计算,知道按下"="按钮为止完成一次计算过程.过程可分为三个步骤:一是对计算数和计算符的输入处理 二是对计算的处理 三是对显示的处理. 1.处理输入 在程序中使用m_operand来储存当前的输入.每次输入时都必须将输入的数字累
    2022-08-23 23:54:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载