-
430成都技术培训会代码,使用IAR
430成都技术培训会代码,使用IAR-4.10打开。-430 technical training in Chengdu will be the code, the use of IAR-4.10 open.
- 2022-05-29 01:44:43下载
- 积分:1
-
ARM的计数器中断实验。是基于Keil For Arm的。
ARM的计数器中断实验。是基于Keil For Arm的。-ARM interrupt counter experiments. Is based on the Keil For Arm.
- 2022-02-04 05:36:24下载
- 积分:1
-
avr gcc LCD source code examples
avr gcc lcd source code examples-avr gcc LCD source code examples
- 2022-02-01 04:05:21下载
- 积分:1
-
比较时钟的另类应用
比较时钟的另类应用---模拟发送红外遥控的波形
比较时钟一般用来作一个固定的定时器,做系统时钟或固定的时钟任务,-Comparison of the alternative application of the clock to send the infrared remote control--- Simulation waveforms generally used for clock compared to a fixed timer, so the system clock or the clock fixed tasks,
- 2022-06-19 04:31:15下载
- 积分:1
-
万年历的完整算法:1900~2100
它首先计算出对应阳历月第一天对应是星期几,然后根据数据压缩算法确定,
确定对应的阴历日期;
而阴历节气,...
万年历的完整算法:1900~2100
它首先计算出对应阳历月第一天对应是星期几,然后根据数据压缩算法确定,
确定对应的阴历日期;
而阴历节气,则有条件规律算法实现
这个万年历包括
阳历 阴历 星期对照
阴历 天干地支 生肖
-calendar integrity algorithm : 1900-2100 its first calculation of the corresponding solar calendar counterpart on the first day of the week. according to data compression algorithm to determine the date corresponding to the lunar calendar; and the cycle of the lunar calendar, it conditional law algorithm to achieve this calendar week including solar control the lunar calendar the Year of the lunar calendar Thus
- 2023-03-06 16:00:02下载
- 积分:1
-
Experimental ARMSYS 10: Color LCD Applied Experimental Description: basic drawin...
ARMSYS实验十:彩色LCD应用实验
描述:基本的显示绘图操作-Experimental ARMSYS 10: Color LCD Applied Experimental Description: basic drawing operation display
- 2023-01-30 12:50:03下载
- 积分:1
-
基于MSP430单片机的1602液晶驱动子程序
使用时首调用初始化,然后就可以写指令和数据了。内含文档及注释。...
基于MSP430单片机的1602液晶驱动子程序
使用时首调用初始化,然后就可以写指令和数据了。内含文档及注释。-Based on MSP430 MCU 1602 LCD Driver Subroutine used to initialize the first call, and then be able to write instructions and data. Containing documents and notes.
- 2022-02-03 19:26:17下载
- 积分:1
-
STC12C5410AD温湿度采集并将模拟量通过对半查找法查表转换
STC12C5410AD温湿度采集并将模拟量通过对半查找法查表转换-STC12C5410AD simulation of temperature and humidity and the amount collected through semi-look-up table to find the conversion law
- 2022-08-17 14:00:04下载
- 积分:1
-
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307...
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307H ;命令口
MOV AL,10110110B ;2号计数器的初始化命 令字
OUT DX,AL ;写入命令寄存器
MOV DX,306H ;2号计数器数据口
MOV AX,533H ;计数初值
OUT DX,AL ;选送低字节到2号计数器
MOV AL,AH ;取高字节送AL
OUT DX,AL ;后送高字节到2号计数器
-8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
- 2023-08-04 20:25:03下载
- 积分:1
-
使用C51单片机进行二进制转换源码的算法介绍
使用C51单片机进行二进制转换源码的算法介绍-The use of C51 single-chip source binary conversion algorithm introduced
- 2022-06-01 12:46:18下载
- 积分:1