CSI-DSP  Version 1.0.0
CSI DSP Software Library
宏定义 | 函数 | 变量
csky_class_marks_example_f32.c 文件参考

宏定义

#define USE_STATIC_INIT
 
#define TEST_LENGTH_SAMPLES
 
#define NUMSTUDENTS
 
#define NUMSUBJECTS
 

函数

int32_t main ()
 

变量

const float32_t testMarks_f32 [TEST_LENGTH_SAMPLES]
 
const float32_t testUnity_f32 [4]
 
static float32_t testOutput [TEST_LENGTH_SAMPLES]
 
uint32_t numStudents
 
uint32_t numSubjects
 
float32_t max_marks
 
float32_t min_marks
 
float32_t mean
 
float32_t std
 
float32_t var
 
uint32_t student_num
 

宏定义说明

#define NUMSTUDENTS
#define NUMSUBJECTS
#define TEST_LENGTH_SAMPLES
#define USE_STATIC_INIT

函数说明

int32_t main ( void  )

变量说明

float32_t max_marks
float32_t mean
float32_t min_marks
uint32_t numStudents
uint32_t numSubjects
float32_t std
uint32_t student_num
const float32_t testMarks_f32[TEST_LENGTH_SAMPLES]
float32_t testOutput[TEST_LENGTH_SAMPLES]
static
const float32_t testUnity_f32[4]
float32_t var