📄 test.c
字号:
#include "..\include\c54corr.h"
#include "test.dat"
void main()
{
oflag = acorr_raw( x, r, 16, 16);
oflag = acorr_bias(x, r, 16, 16);
oflag = acorr_unbias(x, r, 16, 16);
oflag = acorr( x1, r, 16, 16, raw);
oflag = acorr( x1, r, 16, 16, bias);
oflag = acorr( x1, r, 16, 16, unbias);
for(;;){}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -