登录
首页 » SCM » 第 一章 电路原理分析 1

第 一章 电路原理分析 1

于 2022-05-28 发布 文件大小:398.85 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

第 一章 电路原理分析 1-1 显示原理 1-2 数码管结构及代码显示 1-3 键盘及读数原理 1-4 连击功能的实现 第 二 章 程序设计思想和相关指令介绍 2-1 数据与代码转换 2-2 计时功能的实现与中断服务程序 2-3 时间控制功能与比较指令 2-4 时钟误差的分析 附录A 电路图 附录B 存储单元地址表 附录C 输入输出口功能分配表 附录D 定时中断程序流程图 附录F 调时功能流程图 附录G 程序清单 -clock circuit based on AT89C51

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

发表评论

0 个回复

  • Keil Chinese entry Guide
    keil c51 uversion2 中文入门教程-Keil Chinese entry Guide
    2023-03-22 10:35:03下载
    积分:1
  • 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用...
    用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
    2023-04-01 14:55:03下载
    积分:1
  • 根据公版自己做的usbasp板,添加了usbcdc。
    根据公版自己做的usbasp板,添加了usbcdc。-According to the public version of their own to do usbasp board, added usbcdc.
    2022-11-28 23:05:03下载
    积分:1
  • P1口为数据口,控制线在P3部分端口,详见...C
    P1口为数据口,控制线在P3部分端口,详见...C-C++flashled.rar - flashled演示,用keli c与protues仿真得到。,,C-C++下一页... -P1 population of population data, the Line of Control in P3 some ports, See ... C-C flashled.rar- flashled demonstration. and c with keli protues simulations. , And C-C Next ...
    2022-03-05 13:00:11下载
    积分:1
  • The development of AVR MEGA162 Motorola GPS module production FCOnOre, relativel...
    AVR MEGA162开发摩托罗拉产GPS模块FCOnOre,价格比较低廉,性能好,但需要进行初始化后才能工作,代码功能是初始化模块及接收GPS信息,也包括部分的SPI双机通信-The development of AVR MEGA162 Motorola GPS module production FCOnOre, relatively low price, performance good, but it needs to initialize in order to work, the code function is to initialize the module and receive GPS information, but also part of the SPI double machine communication
    2022-01-31 14:41:12下载
    积分:1
  • glcd wg320240c0
    GLCD WG320240C0-FMIVZ#000 driven by STR912FAW44.
    2023-05-09 06:20:03下载
    积分:1
  • PIC16C5X单片机反汇编源代码!只要完成的形式,反
    PIC16C5X反汇编源代码!只要建好表格,反汇编其实很简单!-PIC16C5X disassemble the source code! As long as the completed form, anti-compilation is actually very simple!
    2022-01-21 22:01:43下载
    积分:1
  • 该程序实现了LCD1602在AVR单片机上控制,详细定义了各种功能函数,并自定义了汉字库...
    该程序实现了LCD1602在AVR单片机上控制,详细定义了各种功能函数,并自定义了汉字库-The program achieved LCD1602 Singlechip in AVR control, detailed definitions of the various features function, and customize the汉字库
    2022-05-05 22:49:58下载
    积分:1
  • 24c08驱动程序 本程序用于驱动atm公司生产的i2c――24c08 程序给出了出口和入口...
    24c08驱动程序 本程序用于驱动atm公司生产的i2c――24c08 程序给出了出口和入口-24c08 driver of the procedures used to drive atm company"s i2c-- 24c08 procedures given import and export
    2022-01-24 16:31:21下载
    积分:1
  • 完整的小车控制程序,包括上位机和下位机两大部分,实现对小车的自动寻线和遥操作,上位机采用vc编写,包括串口通信和键盘响应两大部分,实现了利用电脑键盘对小车的实时...
    完整的小车控制程序,包括上位机和下位机两大部分,实现对小车的自动寻线和遥操作,上位机采用vc编写,包括串口通信和键盘响应两大部分,实现了利用电脑键盘对小车的实时控制,程序都调试成功,并有程序说明文挡。-integrity of the trolley control procedures, including upper and lower machine parts, Implementation of the trolley line and automatically searching remote operation, PC using vc preparation, including the serial communications and keyboard response to two majority, we can use the computer keyboard to a small real-time control, Commissioning procedures are successful, and description of the procedures for the text block.
    2022-04-28 17:11:07下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载