个性化推荐系统代码概要.docVIP

  • 6
  • 0
  • 约2.25万字
  • 约 26页
  • 2017-03-07 发布于湖北
  • 举报
个性化推荐系统代码概要

Newstj.h #include string using namespace std; class newsdy { public: string newsid; int times; newsdy *next; newsdy(); }; class newstj { public: int sum; string newsid; newstj *next; newsdy *NDYnext; newstj(); }; Newstj.cpp #include StdAfx.h #include newstj.h newsdy::newsdy() { newsid= ; times=0; next=NULL; } newstj::newstj() { newsid= ; next=NULL; sum=0; NDYnext=new newsdy; } Recommend.h // Recommend.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error 在包含此文件之前包含“stdafx.h”以生成 PCH 文件 #endif #include resource.h // 主符号 // CRecommendA

文档评论(0)

1亿VIP精品文档

相关文档