📄 pnutil.h
字号:
#ifndef _PNUTIL_H#define _PNUTIL_H/* * $Log: pnutil.h,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * */extern int pn_acorr( char *pn, int offset, int size ); /* It finds the auto-correlation of the given sequence in pn[]. size is the array size of pn[]. The calculated auto-correlation before scaling is returned. */extern int pn_xcorr( char *pn1, char *pn2, int offset, int size ); /* It finds the cross-correlation of the two given sequence in pn[]. size is the array size of pn?[]. The calculated cross-correlation before scaling is returned. */#endif /* _PNUTIL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -