国外常用资源导航平台1Google ScholarGoogle学术搜索http://scholar.google.cn/综合型2DBLP德国特里尔大学http://dblp.uni-trier.de/专家型3Microsoft Academic Search微软学术搜索http://academic.research.microsoft.com/专家型4Author Profile PagesAC
http://flowplayer.org/tools/index.html
http://www.raychou.com/labs/rater-star/
当用户点击一个链接的时候,记录下用户在这个session用点击了这个资源: 在链接中触发onlick函数, onlick=ClickLog(clickLogText), 这是一个用ajax处理的异步请求 。 js文件中的代码: function ClickLog(clickLogText) { //alert("feffffffffff
论文心得: 关于query routing的文章,按照不同的类别把query分发到不同类型的search engine中。 两个亮点 1. 提取每个search engine的specific term 2. Query expansion,方法是把queyr提交到一个搜索引擎,摘除钱30个doc,然后提出和原始query共同出现概率比较高的词汇作为结果
//C#访问SQL Server数据库,SqlConnection用于建立与数据库的连接 //SqlCommand用于创建SQL命令 /
Alter TABLE dbo.RecommendationByCategoryIDADD id int identity(1,1)
http://www.netyi.net/default.html
www.icoolen.com www.tingroom.com www.mylot.com 华尔街英语: http://www.tingroom.com/lesson/hjichu/
select Top (@requireCount) * from dbo.RecommendationByCategoryID twhere t.categoryID=@categoryIDorder by t.score DESCEND
存储过程中传递数组为参数,但是可以把数组内容拼成字符串,然后再存储过程中解析出来处理。 USE [RecommendationTest]GO/****** Object: StoredProcedure [dbo].[Get_Recommendation_By_CategoryID] Script Date: 09/26/2010 16:05:23 *****
见附件
论文心得: 1. 摘要说明了一切 There have been recent interests in studying the \goal" behind a user's Web query, so that this goal can be used to improve the quality of a search engine's results. Pre
论文心得 1. 文章的Related Work部分值得借鉴 2. 文章的中心: The main goal of this work is to develop a model for identification of the user’s interests for a Web search engine, using the user interactions
论文心得。 把搜索分为三种类型:informational, navigational, transactional The classifications of informational, navigational, and transactional represent the type of content estination the searcher desired as ex
http://www.immigration-usa.com/html_colors.html
http://www.myzqu.com/thread-478-1-1.html
1. AAAI: American Association for AI National Conference (0.99) 2. NIPS: Neural Information Processing Systems (0.98) 3. IJCAI: Intl Joint Conf on AI (0.96) 4. ICCV: Intl Conf on Computer Visi
DataSet setFromDatabase = new DataSet(); DataTable dataTable = new DataTable(); DataColumn dataColumn; dataColumn = new DataColumn("title"); dataColumn.DataType = Type.GetType("System.String");
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号