期刊文献+
共找到1,991篇文章
< 1 2 100 >
每页显示 20 50 100
Weighted PageRank Algorithm Search Engine Ranking Model for Web Pages
1
作者 S.Samsudeen Shaffi I.Muthulakshmi 《Intelligent Automation & Soft Computing》 SCIE 2023年第4期183-192,共10页
As data grows in size,search engines face new challenges in extracting more relevant content for users’searches.As a result,a number of retrieval and ranking algorithms have been employed to ensure that the results a... As data grows in size,search engines face new challenges in extracting more relevant content for users’searches.As a result,a number of retrieval and ranking algorithms have been employed to ensure that the results are relevant to the user’s requirements.Unfortunately,most existing indexes and ranking algo-rithms crawl documents and web pages based on a limited set of criteria designed to meet user expectations,making it impossible to deliver exceptionally accurate results.As a result,this study investigates and analyses how search engines work,as well as the elements that contribute to higher ranks.This paper addresses the issue of bias by proposing a new ranking algorithm based on the PageRank(PR)algorithm,which is one of the most widely used page ranking algorithms We pro-pose weighted PageRank(WPR)algorithms to test the relationship between these various measures.The Weighted Page Rank(WPR)model was used in three dis-tinct trials to compare the rankings of documents and pages based on one or more user preferences criteria.Thefindings of utilizing the Weighted Page Rank model showed that using multiple criteria to rankfinal pages is better than using only one,and that some criteria had a greater impact on ranking results than others. 展开更多
关键词 Weighted pagerank algorithms search engines web pages web crawlers World Wide web
下载PDF
Ranking of Web Pages in a Personalized Search
2
作者 Mahmoud Abou Ghaly 《Journal of Computer and Communications》 2023年第2期89-101,共13页
The basic idea behind a personalized web search is to deliver search results that are tailored to meet user needs, which is one of the growing concepts in web technologies. The personalized web search presented in thi... The basic idea behind a personalized web search is to deliver search results that are tailored to meet user needs, which is one of the growing concepts in web technologies. The personalized web search presented in this paper is based on exploiting the implicit feedbacks of user satisfaction during her web browsing history to construct a user profile storing the web pages the user is highly interested in. A weight is assigned to each page stored in the user’s profile;this weight reflects the user’s interest in this page. We name this weight the relative rank of the page, since it depends on the user issuing the query. Therefore, the ranking algorithm provided in this paper is based on the principle that;the rank assigned to a page is the addition of two rank values R_rank and A_rank. A_rank is an absolute rank, since it is fixed for all users issuing the same query, it only depends on the link structures of the web and on the keywords of the query. Thus, it could be calculated by the PageRank algorithm suggested by Brin and Page in 1998 and used by the google search engine. While, R_rank is the relative rank, it is calculated by the methods given in this paper which depends mainly on recording implicit measures of user satisfaction during her previous browsing history. 展开更多
关键词 Implicit Feedback Personalized Search web page Ranking User Profile
下载PDF
Research on Web Page Automatic Classification Based on Internet News Corpus
3
作者 蔡巍 王永成 尹中航 《Journal of Shanghai Jiaotong university(Science)》 EI 2007年第6期731-735,共5页
Web pages contain more abundant contents than pure text ,such as hyperlinks,html tags and metadata et al.So that Web page categorization is different from pure text. According to Internet Chinese news pages, a practic... Web pages contain more abundant contents than pure text ,such as hyperlinks,html tags and metadata et al.So that Web page categorization is different from pure text. According to Internet Chinese news pages, a practical algorithm for extracting subject concepts from web page without thesaurus was proposed, when incorporated these category-subject concepts into knowledge base, Web pages was classified by hybrid algorithm, with experiment corpus extracting from Xinhua net. Experimental result shows that the categorization performance is improved using Web page feature. 展开更多
关键词 aUtoMaTIC classification web pageS SUBJECT EXTRaCTION
下载PDF
Improved Term Weighting Technique for Automatic Web Page Classification
4
作者 Kathirvalavakumar Thangairulappan Aruna Devi Kanagavel 《Journal of Intelligent Learning Systems and Applications》 2016年第4期63-76,共14页
Automatic web page classification has become inevitable for web directories due to the multitude of web pages in the World Wide Web. In this paper an improved Term Weighting technique is proposed for automatic and eff... Automatic web page classification has become inevitable for web directories due to the multitude of web pages in the World Wide Web. In this paper an improved Term Weighting technique is proposed for automatic and effective classification of web pages. The web documents are represented as set of features. The proposed method selects and extracts the most prominent features reducing the high dimensionality problem of classifier. The proper selection of features among the large set improves the performance of the classifier. The proposed algorithm is implemented and tested on a benchmarked dataset. The results show the better performance than most of the existing term weighting techniques. 展开更多
关键词 web page Classification Term-Weighting Scheme Feature Selection Feature Extraction artificial Neural Network Back Propagation
下载PDF
基于PageRank的Web挖掘改进算法 被引量:10
5
作者 焦金涛 《计算机工程》 CAS CSCD 北大核心 2009年第15期284-284,F0003,共2页
针对Google使用的PageRank算法,提出一种改进的Web挖掘算法。实现该算法时,将网页使用信息和网页添加日期信息做成点击向量和日期向量,2个向量加权后标准化得到的一个向量作为常数加入到改进的迭代算法。实验结果证明,改进算法可以提高... 针对Google使用的PageRank算法,提出一种改进的Web挖掘算法。实现该算法时,将网页使用信息和网页添加日期信息做成点击向量和日期向量,2个向量加权后标准化得到的一个向量作为常数加入到改进的迭代算法。实验结果证明,改进算法可以提高网页重要性判断的准确度。 展开更多
关键词 搜索引擎 网页 pageRaNK算法
下载PDF
PageCluster:一种Web页面层次聚类方法
6
作者 吴萍 宋瀚涛 姜峰 《计算机工程与应用》 CSCD 北大核心 2004年第29期84-86,共3页
提出了Web页面聚类算法PageCluster及相应的改进算法ImPageCluster。该方法在兼顾Web站点结构和页面链接的同时,基于各个页面的重要程度对各个超链接进行赋权。与传统聚类算法相比,该算法不需要事先给定相似度阈值。实验结果证实了该算... 提出了Web页面聚类算法PageCluster及相应的改进算法ImPageCluster。该方法在兼顾Web站点结构和页面链接的同时,基于各个页面的重要程度对各个超链接进行赋权。与传统聚类算法相比,该算法不需要事先给定相似度阈值。实验结果证实了该算法的可行性和高效性。 展开更多
关键词 聚类 web页面 超链接 相似矩阵 pageCluster ImpageCluster
下载PDF
Web Page Watermarking for Tamper-Proof 被引量:2
7
作者 赵启军 卢宏涛 蒋晓华 《Journal of Shanghai Jiaotong university(Science)》 EI 2005年第3期280-284,共5页
This paper proposed a watermarking algorithm for tamper-proof of web pages. For a web page, it generates a watermark consisting of a sequence of Space and Tab. The wa termark is then embedded into the web page after e... This paper proposed a watermarking algorithm for tamper-proof of web pages. For a web page, it generates a watermark consisting of a sequence of Space and Tab. The wa termark is then embedded into the web page after each word and each line. When a watermarked web page is tampered, the extracted watermark can detect and locate the modifications to the web page. Besides, the framework of watermarked Web Server system was given. Compared with traditional digital signature methods, this watermarking method is more transparent in that there is no necessary to detach the watermark before displaying web pages. The e xperimental results show that the proposed scheme is an effective tool for tamper-proof of web pages. 展开更多
关键词 环球网 水印法 HTML 网页 计算机网络
下载PDF
Research on Teaching Reform of Web Design Course in Colleges and Universities
8
作者 Rong Mei 《Journal of Contemporary Educational Research》 2023年第8期93-97,共5页
Web design is a key course for computer majors in colleges and universities,and it has the characteristics of comprehensiveness and practicability.In order to ensure the quality of web design teaching,teachers need to... Web design is a key course for computer majors in colleges and universities,and it has the characteristics of comprehensiveness and practicability.In order to ensure the quality of web design teaching,teachers need to formulate appropriate teaching strategies in combination with teaching content and student characteristics.This paper summarizes the problems existing in the teaching of computer web design in colleges and universities,studies the effective strategies and related aspects of computer web design teaching in colleges and universities,and hopes to provide guidelines and information for relevant teachers. 展开更多
关键词 Colleges and universities Computer major web page design TEaCHING
下载PDF
Web Page Forensics:A Web Spider Based Approach
9
作者 Ya-Dong Li Dong-Hui Hu +1 位作者 Yu-Qi Fan Xin-Dong Wu 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2014年第6期46-50,共5页
Cyber-crimes are growing rapidly,so it is important to obtain the digital evidence on the web page.Usually,people can examine the browser history on the client side and data files on the server side,but both of them h... Cyber-crimes are growing rapidly,so it is important to obtain the digital evidence on the web page.Usually,people can examine the browser history on the client side and data files on the server side,but both of them have shortcomings in real criminal investigation.To overcome the weakness,this paper designs a web page forensic scheme to snapshot the pages from web servers with the help of web spider.Also,it designs several steps to improve the trustworthiness of these pages.All the pages will be dumped in local database which can be presented as reliable evidence on the court. 展开更多
关键词 web page digital forensics web spider
下载PDF
A ECG Tele-monitoring Method and System Based on Embedded Web Server 被引量:2
10
作者 WU Shui-cai JIA Wen-juan YANG Chun-lan WU Wei-wei LI Yan-zheng 《Chinese Journal of Biomedical Engineering(English Edition)》 2010年第3期121-128,共8页
This paper describes the development of a new ECG tele-monitoring method and system based on the embedded web server. The system consists of ECG recorders with network interface and the embedded web server, internet n... This paper describes the development of a new ECG tele-monitoring method and system based on the embedded web server. The system consists of ECG recorders with network interface and the embedded web server, internet networks and computers, with the system operating on browser/server(B/S) mode. The ECG recorder was designed by ARM9 (S3C2410X) and embedded operating system (Linux). Once the ECG recorder has been connected to the internet network, medical experts can use the internet to access the server of the ECG recorder, monitor ECG signals, and diagnose patients by browsing the dynamic web pages in the embedded web server. The experimental results reveal that the designed system is stable, reliable, and suitable for the use in real-time ECG tele-monitoring for both family and community health care. 展开更多
关键词 动态网页 心电图(ECG ) 监视电视 嵌入的网服务者
下载PDF
Statistical Models for Web Pages Usability
11
作者 Saad Subair Hussah AlEisa 《Journal of Data Analysis and Information Processing》 2016年第1期40-54,共15页
The usability of an interface is a fundamental issue to elucidate. Many researchers argued that many usability results and recommendations lack empirical and experimental data. In this research, the usability of the w... The usability of an interface is a fundamental issue to elucidate. Many researchers argued that many usability results and recommendations lack empirical and experimental data. In this research, the usability of the web pages is evaluated using several carefully selected statistical models. Universities web pages are chosen as subjects for this work for ease of comparison and ease of collecting data. A series of experiments has been conducted to investigate into the usability and design of the universities web pages. Prototype web pages have been developed according to the structured methodologies of web pages design and usability. Universities web pages were evaluated together with the prototype web pages using a questionnaire which was designed according to the Human Computer Interactions (HCI) heuristics. Nine (users) respondents’ variables and 14 web pages variables (items) were studied. Stringent statistical analysis was adopted to extract the required information to form the data acquired, and augmented interpretation of the statistical results was followed. The results showed that the analysis of variance (ANOVA) procedure showed there were significant differences among the universities web pages regarding most of the 23 items studied. Duncan Multiple Range Test (DMRT) showed that the prototype usability performed significantly better regarding most of the items. The correlation analysis showed significant positive and negative correlations between many items. The regression analysis revealed that the most significant factors (items) that contributed to the best model of the universities web pages design and usability were: multimedia in the web pages, the web pages icons (alone) organisation and design, and graphics attractiveness. The results showed some of the limitations of some heuristics used in conventional interface systems design and proposed some additional heuristics in web pages design and usability. 展开更多
关键词 USaBILITY HCI web pages Interface Statistical Models ERGONOMICS
下载PDF
Research of Web Pages Categorization
12
作者 Zhongda Lin Kun Deng Yanfen Hong 《南昌工程学院学报》 CAS 2006年第2期107-111,共5页
In this paper, we discuss several issues related to automated classification of web pages, especially text classification of web pages. We analyze features selection and categorization algorithms of web pages and give... In this paper, we discuss several issues related to automated classification of web pages, especially text classification of web pages. We analyze features selection and categorization algorithms of web pages and give some suggestions for web pages categorization. 展开更多
关键词 web pages categorization VSM categorization algorithms feature selection
下载PDF
Web Page Translation of Garment Enterprises in Zhejiang: Mass Communication Perspective
13
作者 WANG Qi BAO Jia-jiao 《Sino-US English Teaching》 2014年第10期791-796,共6页
关键词 网页翻译 服装企业 大众传播 浙江 文化内涵 组成部分 全球通信 传播理论
下载PDF
PAGE模型在web前端打印的精确控制应用研究
14
作者 苏亚涛 《鸡西大学学报(综合版)》 2016年第10期46-48,共3页
目前,大部分应用软件都是基于web的应用程序,在实际工作过程中,将web应用中的文档输出至打印机是非常普遍的。当前普遍的Web应用程序往往更加注重对屏幕的输出而不是打印机。因此在web应用程序中对文档进行精确的打印输出是非常实用和... 目前,大部分应用软件都是基于web的应用程序,在实际工作过程中,将web应用中的文档输出至打印机是非常普遍的。当前普遍的Web应用程序往往更加注重对屏幕的输出而不是打印机。因此在web应用程序中对文档进行精确的打印输出是非常实用和必要的。针对这一问题运用PAGE模型对web前端打印控制的方法进行研究与实现。 展开更多
关键词 page模型 web精确打印 CSS样式
下载PDF
基于中心性和PageRank的网页综合评分方法 被引量:8
15
作者 乔少杰 彭京 +3 位作者 李天瑞 李红 李太勇 王超 《西南交通大学学报》 EI CSCD 北大核心 2011年第3期456-460,共5页
为准确、高效地对网页进行评分,提出了一种基于中心性(结点度、居间度和紧密度)和PageRank算法的网页评分方法CentralRank.它采用PageRank算法计算网页分数,借助中心性度量的方法计算页面在Web社会网络中的重要性.为了验证CentralRank... 为准确、高效地对网页进行评分,提出了一种基于中心性(结点度、居间度和紧密度)和PageRank算法的网页评分方法CentralRank.它采用PageRank算法计算网页分数,借助中心性度量的方法计算页面在Web社会网络中的重要性.为了验证CentralRank的性能优势,设计了一个网页抓取器,可利用该抓取器自动、准确地下载网页信息.该网页抓取器集成了网络信息采集、页面内容分析和页面消重3项技术.基于大量真实数据的实验结果表明:CentralRank在保证网页评分时间性能的前提下,比单纯基于中心性的网页评分算法和PageRank算法更准确、有效,预测准确性分别提高约14.2%和7.5%. 展开更多
关键词 社会网络分析 web社会网络 中心性 pageRaNK算法 网页评分
下载PDF
基于网页链接和内容分析的改进PageRank算法 被引量:25
16
作者 钱功伟 倪林 +1 位作者 MIAO Yuan 曹荣 《计算机工程与应用》 CSCD 北大核心 2007年第21期160-164,共5页
结合网页链接分析和网页内容相关性分析提出一种改进的PageRank算法EPR(Extended PageRank),从分析网页内容相似性的角度解决相关性需求,从网页链接分析的角度解决权威性需求。算法为扩展PageRank提供了广阔的空间,并且实验证明,通过选... 结合网页链接分析和网页内容相关性分析提出一种改进的PageRank算法EPR(Extended PageRank),从分析网页内容相似性的角度解决相关性需求,从网页链接分析的角度解决权威性需求。算法为扩展PageRank提供了广阔的空间,并且实验证明,通过选择合适的参数EPR算法可以获得优于传统PageRank算法的排序结果。 展开更多
关键词 pageRaNK 网页排序 链接分析 相关性分析
下载PDF
一种基于ASP技术的Web MIS权限控制系统的设计 被引量:5
17
作者 董乐红 耿国华 周明全 《计算机工程》 CAS CSCD 北大核心 2003年第10期127-128,165,共3页
介绍了ASP的体系结构和它在性能方面的优势,并给出了一个基于Web的权限控制系统的设计和实现过程,同时对该系统的优势和判断用户权限的函数作了详细说明。
关键词 web 权限 aSP 静态网页 动态网页
下载PDF
基于Web的无指导译文消歧词模型与N-gram模型及对比研究 被引量:3
18
作者 刘鹏远 赵铁军 《电子与信息学报》 EI CSCD 北大核心 2009年第12期2969-2974,共6页
该文提出了基于Web的无指导译文消歧的词模型及N-gram模型方法,并在尽可能相同的条件下进行了比较。两种方法均利用搜索引擎统计不同搜索片段在Web上的Page Count作为主要消歧信息。词模型定义了汉语词汇与英语词汇之间的双语词汇Web相... 该文提出了基于Web的无指导译文消歧的词模型及N-gram模型方法,并在尽可能相同的条件下进行了比较。两种方法均利用搜索引擎统计不同搜索片段在Web上的Page Count作为主要消歧信息。词模型定义了汉语词汇与英语词汇之间的双语词汇Web相关度,根据汉语上下文词汇与英语译文之间的相关度进行消歧;N-gram模型首先假设不同语义下的多义词N-gram序列行为模式不同,从而可对多义词不同语义类下词汇在实例中的N-gram序列进行统计与分析以进行消歧。两个模型的性能均超过了在国际语义评测SemEval2007的task#5上可比较的最好无指导系统。对这两个模型进行试验对比可发现N-gram模型性能优于词模型,也表明组合两类模型的结果有进一步提升消歧性能的潜力。 展开更多
关键词 计算语言学 无指导译文消歧 词模型 N-GRaM模型 page COUNT 双语词汇web相关度
下载PDF
Web日志挖掘预处理中的Frame页面过滤算法 被引量:14
19
作者 杨怡玲 管旭东 尤晋元 《计算机工程》 CAS CSCD 北大核心 2001年第2期76-77,共2页
Web日志挖掘是将数据挖掘技术应用到Web服务器的日志中,发现Web用户的行为模式。在介绍了典型的数据预处理技术的基础上,指出Frame页面降低了挖掘结果的兴趣性,并提出相应的解决方法--Frame页面过滤算法消除其影响。通过实验数据对... Web日志挖掘是将数据挖掘技术应用到Web服务器的日志中,发现Web用户的行为模式。在介绍了典型的数据预处理技术的基础上,指出Frame页面降低了挖掘结果的兴趣性,并提出相应的解决方法--Frame页面过滤算法消除其影响。通过实验数据对该算法进行验证,说明Frame页面过滤算法可以显著地提高Web日志挖掘结果的兴趣性。 展开更多
关键词 web 日志挖掘 数据预处理 数据挖掘 Frame页面 过滤算法
下载PDF
Web上基于ASP的数据库应用研究 被引量:6
20
作者 张大斌 朱绍文 +1 位作者 肖毅 陈绪君 《计算机工程与科学》 CSCD 2001年第6期47-49,共3页
该文分析了传统的 Web上数据库解决方案存在的问题 ,针对存在的问题提出了一种基于ASP的新的数据库解决方案 ,并实现了一个
关键词 aSP web 数据库 应用程序 电子商务 网上在线购物系统
下载PDF
上一页 1 2 100 下一页 到第
使用帮助 返回顶部