-
利用两个数码管,模拟对时钟信号分频后技术功能,理解数码管的动态显示
其中程序中有动态扫描进程;译码进程;数字技术进程三个进程,也可以实现分块实现...
利用两个数码管,模拟对时钟信号分频后技术功能,理解数码管的动态显示
其中程序中有动态扫描进程;译码进程;数字技术进程三个进程,也可以实现分块实现-Use of the two digital control, analog signal to the clock frequency after the technical capability, understanding the dynamics of digital tube display in which proceedings have dynamic scanning process decoding process digital technology the process of the three processes, can also block realize realize
- 2023-03-03 00:20:03下载
- 积分:1
-
given a ucos_ii mc9s12dg128b in the transplant stories, Real
给出了一个ucos_ii在mc9s12dg128b上的移植事例,实时多任务系统给出了五个任务-given a ucos_ii mc9s12dg128b in the transplant stories, Real-time multi-task system is a five tasks
- 2022-05-08 13:28:33下载
- 积分:1
-
这个目录
this directory
contains the following:
* The acdc algorithm for finding the
approximate general (non-orthogonal)
joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices.
[acdc.m]
* The acdc algorithm for finding the
same for a set of Symmetric matrices.
[acdc_sym.m](note that for real-valued matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version
[acdc.m], rather than the Symmetric version[acdc_sym] is preferable.
* A function that finds an initial guess
for acdc by applying hard-whitening
followed by Cardoso s orthogonal joint
diagonalizer. Note that acdc may also
be called without an initial guess,
in which case the initial guess is set by default to the identity matrix.
The m-file includes the joint_diag
function (by Cardoso) for performing
the orthogonal part.
[init4acdc.m]
- 2022-02-28 14:47:58下载
- 积分: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和电脑通讯
基于c51开发的串口通讯程序。方便c51和电脑通讯-Developed based on the C51 serial communication program. C51 and computers to facilitate communication
- 2022-01-23 10:03:30下载
- 积分:1
-
AD7705 ADC is 16 pieces of this program for its drivers
AD7705是16位模数转换器件
此程序为其驱动程序-AD7705 ADC is 16 pieces of this program for its drivers
- 2022-01-25 21:22:49下载
- 积分:1
-
对MSP430片内温度传感器进行采样,输出温度到LCD
* 程序使用单通道单次转换,温度显示的格式是华氏温度,
* 带两位小数...
对MSP430片内温度传感器进行采样,输出温度到LCD
* 程序使用单通道单次转换,温度显示的格式是华氏温度,
* 带两位小数-On-chip MSP430 sample temperature sensor, the output temperature to the LCD* use single-channel single conversion, the temperature display format is Fahrenheit,* with two decimals
- 2022-02-28 16:31:12下载
- 积分:1
-
在WinAVR ST7565点
在WinAVR下的ST7565点阵图形驱动程序,可以显示5*7
- 2022-06-12 06:00:55下载
- 积分:1
-
Contents: 1, test Objective: To understand the key principles of scanning two to...
内容: 1、试验目的:了解按键的扫描原理
2、实现现象:同时按键抢答,先按的键有效,其他按键锁死 复位后重新开始抢答
3、硬件要求:按键 LED灯
原理:最先按下按键者有效,其他均无效-Contents: 1, test Objective: To understand the key principles of scanning two to achieve phenomenon: the key to answer in the same time, press the key and effective, other key-lock reset and re-start to answer in 3, the hardware requirements: button LED lights principle: first press the keys are valid, others are null and void
- 2022-01-30 12:46:32下载
- 积分:1
-
显示数据处理(拆数字).mcu控制LCD显示数字时的拆数程序,可拆int型整数和float型浮点数,所拆数存放于全局变量 数组中。...
显示数据处理(拆数字).mcu控制LCD显示数字时的拆数程序,可拆int型整数和float型浮点数,所拆数存放于全局变量 数组中。-Show the data processing (down figure). Mcu control the LCD shows the number of figures at the time of demolition procedures, removable int type integer and float-type floating-point numbers, the demolition of a few global variables stored in the array.
- 2022-03-19 12:20:42下载
- 积分:1