📄 useful_functions.h
字号:
// useful_functions.h
#ifndef USEFUL_FUNCTION_H
#define USEFUL_FUNCTION_H
void div_element(const float *x, const float *y, float *z, const int count);
void prod_element_conj(const float *x, const float *y, float *z, const int count);
void square_absolute( float *x, float *y, int count);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -