代码搜索:语音降噪
找到约 2,424 项符合「语音降噪」的源代码
代码结果 2,424
www.eeworm.com/read/453100/7426866
s 语音.s
.module _语音.c
.area text(rom, con, rel)
.dbfile E:\写的程序\AVR(C)/延时子程序.c
.dbfunc e delayms _delayms fV
; i -> R20,R21
; j -> R22,R23
; k -> R16,R17
.ev
www.eeworm.com/read/453100/7426874
cof 语音.cof
www.eeworm.com/read/453100/7426876
hex 语音.hex
www.eeworm.com/read/453100/7426879
dbg 语音.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\写的程序\AVR(C)\
FILE 语音.c
FUNC main 94C fV
BLOCK 5 94C
LINE 5 94C
LINE 6 94C
BLOCKEND 0 94E
FUNCEND 94E
FILE 延时子程序.c
FUNC de
www.eeworm.com/read/453100/7426881
mp 语音.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/453100/7426887
o 语音.o
XL
H 4 areas 24 global symbols
M _
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S push_arg4 Ref0000
S pop_gset1 Ref0000
S pop_gset
www.eeworm.com/read/453100/7426890
c 语音.c
#include "12864显示.c"
#include"4X4键盘.c"
#include"语音1.c"
void main()
{
kaiji();
}
www.eeworm.com/read/453100/7426912
_c 语音._c
#include "12864显示.c"
#include"4X4键盘.c"
void SPI(unsigned char command,unsigned char data)
{
uchar i,sign,clear;
i=DDRB; ///先将DDRB的状态保存
DDRB=0XBF;////设置PB6为输入
PORTB|=0X10;//使能SPI器件
www.eeworm.com/read/453100/7426914
mak 语音.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda