-
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用...
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用-DSP-Based Adaptive Filter Design and Implementation (C54x achieve) the source code, the use of mixed C and assembler programming, we hope to be useful ...
- 2022-07-01 00:30:53下载
- 积分:1
-
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现...
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现-Through P2.4, P3.3 to achieve motor speed control, the preparation of assembly language source code, single-timer realize
- 2023-02-28 12:20:04下载
- 积分:1
-
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxpr...
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation of source code used to compile a series of simple example VxD a foxprn.zip use Fox assembler language interface program print graphics procedures amis.zip in the compilation process TSRs flexibility in the use of the library
- 2022-02-01 16:27:50下载
- 积分:1
-
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关...
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关,但不能直接输与显示在屏幕上时间的数值,应进行运算。
3)、口令输入正确后进入选歌菜单,可选3首以上歌曲,可任意停止返回菜单。-3, the preparation of password procedures require: 1) The password is with the system changes over time. (Enter the password in the system at that time before the time displayed on the screen) 2) have a limited number of password input. (Password and time, but should not direct transmission and display on the screen time value calculations should be carried out. 3), enter the correct password selected songs backward menu options for more than three songs, free to stop the return of the menu.
- 2022-03-22 00:03:09下载
- 积分:1
-
想学1602的,看了这个你就明白了(我的学习过程)
想学1602的,看了这个你就明白了(我的学习过程)- Wants to study 1602, looked at this you to understand (my study
process)
- 2023-02-11 23:30:03下载
- 积分:1
-
AD9852驱动,可以产生任意波形。若果有不对的地方,请高手们批评指正。...
AD9852驱动,可以产生任意波形。若果有不对的地方,请高手们批评指正。-AD9852-driven, can generate arbitrary waveform. If there is something wrong, please correct me experts have criticized.
- 2022-10-29 04:10:03下载
- 积分:1
-
根据8051单片机的特点及交通灯在实际控制中的特点,本文提出一种用单片机自动控制交通灯及时间显示的方法....
根据8051单片机的特点及交通灯在实际控制中的特点,本文提出一种用单片机自动控制交通灯及时间显示的方法.-According to the characteristics of 8051 and the traffic lights in the actual control of the characteristics of this paper, a single-chip automatic control with traffic lights and the time display method.
- 2023-03-23 05:30:03下载
- 积分:1
-
OMAP3530的文档和设计指南,ARM内核,TI的扩展。
Omap3530 documentation and design guide, ARM core, TI extensions.
- 2022-08-08 13:26:19下载
- 积分:1
-
STM32汇编LCD初始化
应用背景
本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI ,是在LINUX下编译的。
代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示
关键技术
初始化代码
shizhong:
ldr r0, = 0x40021000
ldr r1, = 0x14D83
str r1, [r0]
gsszbz:
ldr r2, [r0]
ldr r1, = 0x20000
tst r1, r2 @高速时钟标志位
bne rccchushihua
b gsszbz
rccchushihua:
ldr r0, = 0x40022000
mov r1, # 0x00000032
str r1, [r0] &n
- 2022-03-12 04:17:41下载
- 积分:1
-
这是一个用汇编语言写的四位数码显示程序(先显示P,然后按键则显示相应的键码。)...
这是一个用汇编语言写的四位数码显示程序(先显示P,然后按键则显示相应的键码。)-This is a compilation of the language used to write the four digital display program (the first show that P, and then showed the corresponding button key code.)
- 2023-03-19 23:20:03下载
- 积分:1