代码搜索:Convolve
找到约 444 项符合「Convolve」的源代码
代码结果 444
www.eeworm.com/read/432518/8597601
obj convolve.obj
www.eeworm.com/read/288383/8636464
paf convolve.paf
www.eeworm.com/read/288383/8636479
c convolve.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: Convolve.c
www.eeworm.com/read/288383/8636489
pjt convolve.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0504-Convolve\"
ProjectType=Executable
CPUFamily=TMS320C54
www.eeworm.com/read/288383/8636493
cmd convolve.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/288383/8636500
wks convolve.wks
www.eeworm.com/read/284620/8913092
txt convolve.txt
#include
#include
#include
#include
float x[3],h[4],y[7];
pro1()
{
int n,i;
float c,k;
printf("please input 3 words for x(n) end with Enter.\n");
for(i=
www.eeworm.com/read/185241/9047228
asm convolve.asm
*****************************************************************************
** Description: convolve() in convole.c
**
** Inp
www.eeworm.com/read/184894/9066886
f convolve.f
www.eeworm.com/read/282423/9095620
c convolve.c
#include
#include
/* Watchdog (WD) registers*/
unsigned int *WDCNTR = (unsigned int *)0x7023; /* WD Counter register */
unsigned int *WDKEY = (unsigned int *)0x7025;