-
基于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
-
但是伏尔泰让他巍峨非道弘人问题为qefaFSADADQWD D
但是伏尔泰让他巍峨非道弘人问题为qefaFSADADQWD D-EFWEFEFGRGAGGWR WGAGWEGSG公司法人t
- 2022-02-06 17:07:18下载
- 积分:1
-
本设计的内容是使用最小的单
本设计的内容是使用89C51RC单片机最小系统设计频率计系统,系统以单片机为主控单元,主要用于对方波频率的测量。
-The content of this design is the use of the smallest single-chip system design 89C51RC frequency of the system, a single chip for the main control unit, mainly for the other side of the measurement frequency.
- 2022-08-24 21:41:07下载
- 积分:1
-
题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析:同上...
题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析:同上-Title: A 5-digit, to determine whether it was not the number palindrome. That is, 12,321 is a palindrome number of 10,000 seats with the same 10 with the same 1000. 1. Program analysis: ibid
- 2022-08-15 03:12:15下载
- 积分:1
-
Assembly language to achieve the interruption of the procedure, every 20 seconds...
汇编语言实现的中断程序,每隔20秒产生一次系统中断-Assembly language to achieve the interruption of the procedure, every 20 seconds have a system interruption
- 2022-03-20 15:54:01下载
- 积分:1
-
信号发生器8051
从键盘输入的数量在特定的频率范围内,得到三角波的频率。C编程已在应用 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-17 06:28:28下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
本公司高人设计的程序的头部分,很经典,原程序有2万多行
本公司高人设计的程序的头部分,很经典,原程序有2万多行-Expert design of the Company during the first part of the procedure, it is classic, the original procedures are more than 20,000 line
- 2022-11-16 12:15:03下载
- 积分:1
-
DS1302 to read and write procedures for calendar DS1302 digital tube display to...
DS1302读写程序 万年历 数码管子显示
DS1302读写程序 万年历 数码管子显示-DS1302 to read and write procedures for calendar DS1302 digital tube display to read and write procedures for calendar digital tube display
- 2022-09-06 07:15:03下载
- 积分:1
-
接口8255A编程
汇编语言实现的接口8255A编程 一个很好用的代码 上课实验时写的
- 2022-05-13 15:02:08下载
- 积分:1