📄 session.h
字号:
/** * session.h, content based recommendation APIs * zhiyong zhang * louisville May 23th **/#ifndef CONTENT_REC_H#define CONTENT_REC_H#include "recdef.h"#ifdef __cplusplusextern "C" {#endifvoid myStrToLower(unsigned char* str);//urls must be preallocated to at least MAX_LINKS_PER_SESSIONint getSessionUrlsFromGdbm(char* sessionID, SESSION_LINKS* links);/** * merge recommendation url links and output result in weight order **/int mergeRecLinks(REC_LINKS *rec1, REC_LINKS *rec2);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -