代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/167596/9959495
h func.h
/*函数定义在aic23_54x.c文件中*/
void main( void );
void interrupt rxData(void);
/*函数定义在util.c文件中*/
void initCLK( int );
void initInterrupt( void );
void initMcBSP0( void );
void initAIC23( void );
voi
www.eeworm.com/read/167596/9959525
h func.h
/*函数定义在aic23_54x.c文件中*/
void main( void );
void interrupt rxData(void);
/*函数定义在util.c文件中*/
void initCLK( int );
void initInterrupt( void );
void initMcBSP0( void );
void initAIC23( void );
voi
www.eeworm.com/read/167596/9959554
h func.h
/*函数定义在aic23_54x.c文件中*/
void main( void );
void interrupt rxData(void);
/*函数定义在util.c文件中*/
void initCLK( int );
void initInterrupt( void );
void initMcBSP0( void );
void initAIC23( void );
voi
www.eeworm.com/read/167540/9964155
c-func
www.eeworm.com/read/363143/9966428
asm func.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Sun Nov 05 21:56
www.eeworm.com/read/363143/9966429
c func.c
#define PI 3.14159
#define frameSize 256
#define alpha_s 0.3
#define alpha_s2 0.4
void func1(float *output,float *Array,float *preArray)
{
int i;
float * s_f;
float * s;
fl
www.eeworm.com/read/363143/9966445
asm func.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Mon Nov 06 13:30
www.eeworm.com/read/363143/9966448
c func.c
void func1(const short *restrict a,const short *restrict b,short *restrict c,int N)
{
int i;
#pragma MUST_ITERATE(20,,2)
for(i=0;i
www.eeworm.com/read/363143/9966656
asm func.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Tue May 23 16:09
www.eeworm.com/read/363143/9966659
c func.c
#include
void func1(float *output,float *array1,float *array2,int N)
{
float *pout;
float *pin1;
float *pin2;
unsigned int i;
pout=output;
pin1=array1;
pin2=array2;