-
基于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
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作...
本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作-This procedure is through the use of the subroutine file 240X.ASM of EEPROM240X multi-byte read and write operation
- 2022-01-25 23:10:19下载
- 积分:1
-
First, the use of a keyboard display interface chip receive keys keys 8279, and...
一、 使用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3―方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放。-First, the use of a keyboard display interface chip receive keys keys 8279, and Seven-Segment LED display, through to determine the corresponding music player keys to enter the treatment program. Procedures in the music player, use the timer/counter 2 counter 8253 to work in the way ? ? 3- square-wave generator, followed by out music through the look-up table values into the counter as a frequency count of the initial value, the output side out2 waves, driven loudspeakers of different frequency sound, in between each scale by adding the appropriate delay time, namely, the realization of the music player.
- 2023-03-17 05:55:03下载
- 积分:1
-
实现8251可编程通信实验的汇编源代码
使用环境是星研集成环境...
实现8251可编程通信实验的汇编源代码
使用环境是星研集成环境-8251 programmable communication experiment to achieve the compilation of source code for the use of the environment is an integrated environment for satellite research
- 2022-06-22 04:24:42下载
- 积分:1
-
homemade clocks and clock interrupt handling procedures in the establishment of...
自制时钟及时钟中断处理程序的编制
在CMD下运行,在右上角将出现当前的时间,同时可以输入CMD下的各种命令
相当于把单任务的操作系统改成多任务(一个显示时间,一个处理各种命令)-homemade clocks and clock interrupt handling procedures in the establishment of CMD running, in the upper right-hand corner there will be the current time, CMD also can be imported under the order amounts to a single task into multi-task operating system (a show, deal with a variety of orders)
- 2022-01-22 09:07:33下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第5章-Windows Environment 32-bit assembly language programming book source package in Chapter 5
- 2023-01-06 23:55:04下载
- 积分:1
-
晶振采用6M,P1口为数码管段输出口,P3.0~P3.2为数码管位输出口,P3.5超声波发送输出,P3.7超声波接收。...
晶振采用6M,P1口为数码管段输出口,P3.0~P3.2为数码管位输出口,P3.5超声波发送输出,P3.7超声波接收。
- 2022-01-28 20:43:29下载
- 积分:1
-
对汇编语言的基本入门知识,你可以学号汇编语言
对汇编语言的基本入门知识,你可以学号汇编语言-you are so smart.and you a
- 2023-01-13 15:45:04下载
- 积分:1
-
本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的...
本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and computer component assembly language is a definite help in the
- 2022-07-13 03:08:07下载
- 积分:1