期刊文献+
共找到295篇文章
< 1 2 15 >
每页显示 20 50 100
Floating Waste Discovery by Request via Object-Centric Learning
1
作者 Bingfei Fu 《Computers, Materials & Continua》 SCIE EI 2024年第7期1407-1424,共18页
Discovering floating wastes,especially bottles on water,is a crucial research problem in environmental hygiene.Nevertheless,real-world applications often face challenges such as interference from irrelevant objects an... Discovering floating wastes,especially bottles on water,is a crucial research problem in environmental hygiene.Nevertheless,real-world applications often face challenges such as interference from irrelevant objects and the high cost associated with data collection.Consequently,devising algorithms capable of accurately localizing specific objects within a scene in scenarios where annotated data is limited remains a formidable challenge.To solve this problem,this paper proposes an object discovery by request problem setting and a corresponding algorithmic framework.The proposed problem setting aims to identify specified objects in scenes,and the associated algorithmic framework comprises pseudo data generation and object discovery by request network.Pseudo-data generation generates images resembling natural scenes through various data augmentation rules,using a small number of object samples and scene images.The network structure of object discovery by request utilizes the pre-trained Vision Transformer(ViT)model as the backbone,employs object-centric methods to learn the latent representations of foreground objects,and applies patch-level reconstruction constraints to the model.During the validation phase,we use the generated pseudo datasets as training sets and evaluate the performance of our model on the original test sets.Experiments have proved that our method achieves state-of-the-art performance on Unmanned Aerial Vehicles-Bottle Detection(UAV-BD)dataset and self-constructed dataset Bottle,especially in multi-object scenarios. 展开更多
关键词 Unsupervised object discovery object-centric learning pseudo data generation real-world object discovery by request
下载PDF
Assessment of the Drafting Quality of Request Forms Submitted to the Malaria and Parasitology Units at the Institut Pasteur de Cote d’Ivoire
2
作者 Yao Serge-Stéphane Ako Ako Bérenger Aristide +4 位作者 Sylvain Beourou Ouattara Yacouba N’Guessan Tiacoh Landry N’Dri Kouadio Thierry-Borel Toure André Offianan 《Journal of Biosciences and Medicines》 2024年第5期330-339,共10页
Biological tests provide information on the medical analysis requested by both the patient and the prescriber. It is a communication link between the prescriber and the laboratory staff. The lack of some information o... Biological tests provide information on the medical analysis requested by both the patient and the prescriber. It is a communication link between the prescriber and the laboratory staff. The lack of some information on request forms not only affects the drafting quality of the test and patient care, but could also make thousands of data produced by healthcare centers unusable. The aim of this study was to assess the drafting quality of request forms submitted to the Malaria and Parasitology Units at the Institut Pasteur de Côte d’Ivoire. Methods: It was a descriptive cross-sectional study to assess the drafting quality of request forms of various prescribers received at the Institut Pasteur de Côte d’Ivoire. This study was conducted at the Malaria and Parasitology Units, department of Parasitology and Mycology (Institut Pasteur de Côte d’Ivoire), from 6<sup>th</sup> December 2020 to 6<sup>th</sup> December 2021. The information on each request forms was recorded on a data collection form designed for this purpose. Each data collection form corresponds to a request forms and each test to a patient. Results: Out of a total of 1990 request forms received, the patient’s age and sex were missing on 18% and 26.8% of the tests respectively. More than half (51.80%) of request forms did not indicate the patient’s place of residence. Clinical information was not provided on 45.90% of the tests. Prescribers omitting their signatures were 51%, stamps were 50.3% and contacts were 71.2%. Only 5.4% of request forms were of good drafting quality. Providing all the required information on the forms could facilitate the use and analysis of data and samples. 展开更多
关键词 Laboratory QUALITY request Forms Information
下载PDF
基于python+requests的数据采集技术
3
作者 王丹 董浪 《科技创新与生产力》 2024年第6期142-144,共3页
本文指出在数据采集、数据分析等方面,python语言是人们的不二选择。针对许多人刚开始学习采用python语言进行数据采集时思路混乱的问题,本文首先分析了基于python语言的数据采集基本流程,然后介绍了第三方请求模块requests库向目标地... 本文指出在数据采集、数据分析等方面,python语言是人们的不二选择。针对许多人刚开始学习采用python语言进行数据采集时思路混乱的问题,本文首先分析了基于python语言的数据采集基本流程,然后介绍了第三方请求模块requests库向目标地址发送请求的功能,最后通过采集某网站中的单条数据、单页数据、多页数据乃至整个网站的数据案例,逐步为初学者解释了python语言数据采集的基本步骤,并为初学者理清了python语言数据采集的思路,以此为python语言数据采集的初学者提供了一定的参考价值和学习思路。 展开更多
关键词 PYTHON requestS 数据采集
下载PDF
Framework to Model User Request Access Patterns in the World Wide Web
4
作者 Richard Hurley Robert Sturgeon 《Journal of Software Engineering and Applications》 2024年第2期69-88,共20页
In this paper, we present a novel approach to model user request patterns in the World Wide Web. Instead of focusing on the user traffic for web pages, we capture the user interaction at the object level of the web pa... In this paper, we present a novel approach to model user request patterns in the World Wide Web. Instead of focusing on the user traffic for web pages, we capture the user interaction at the object level of the web pages. Our framework model consists of three sub-models: one for user file access, one for web pages, and one for storage servers. Web pages are assumed to consist of different types and sizes of objects, which are characterized using several categories: articles, media, and mosaics. The model is implemented with a discrete event simulation and then used to investigate the performance of our system over a variety of parameters in our model. Our performance measure of choice is mean response time and by varying the composition of web pages through our categories, we find that our framework model is able to capture a wide range of conditions that serve as a basis for generating a variety of user request patterns. In addition, we are able to establish a set of parameters that can be used as base cases. One of the goals of this research is for the framework model to be general enough that the parameters can be varied such that it can serve as input for investigating other distributed applications that require the generation of user request access patterns. 展开更多
关键词 Performance Modelling World Wide Web SIMULATION User request Access Patterns FRAMEWORK
下载PDF
大粒度Pull Request描述自动生成 被引量:2
5
作者 邝砾 施如意 +2 位作者 赵雷浩 张欢 高洪皓 《软件学报》 EI CSCD 北大核心 2021年第6期1597-1611,共15页
在GitHub平台中,许多项目贡献者在提交Pull Request(PR)时往往会忽略提交PR描述,这使得提交的PR容易被评审者忽略或者拒绝.因此,自动生成PR描述以帮助项目贡献者提高PR通过率是很有必要的.然而,现有PR描述生成方法的表现会受到PR粒度影... 在GitHub平台中,许多项目贡献者在提交Pull Request(PR)时往往会忽略提交PR描述,这使得提交的PR容易被评审者忽略或者拒绝.因此,自动生成PR描述以帮助项目贡献者提高PR通过率是很有必要的.然而,现有PR描述生成方法的表现会受到PR粒度影响,无法有效为大粒度的PR生成描述.因此,该工作专注于大粒度PR描述的自动生成.首先对PR中的文本信息进行预处理,将文本中的单词作为辅助节点构建词-句异质图,以建立PR语句间的联系;随后对异质图进行特征提取,并将提取后的特征输入至图神经网络进行图表示学习,通过节点间的消息传递,使句子节点学习到更丰富的内容信息;最后,选择带有关键信息的句子组成PR描述.此外,针对PR数据集缺少人工标注的真实标签而无法进行监督学习的问题,使用强化学习指导PR描述的生成,以最小化获得奖励的负期望为目标训练模型,该过程与标签无关,并且直接提升了生成结果的表现.在真实的数据集上进行了实验,实验结果表明,提出的大粒度PR描述生成方法在F1值和可读性上优于现有方法. 展开更多
关键词 Pull request描述 异质图神经网络 强化学习 非结构性文档 摘要生成
下载PDF
REQUEST用法译评
6
作者 吴国良 姚兰芝 《上海翻译》 北大核心 2009年第3期53-56,共4页
本文从语言学的角度对request及其相关的词项在句法与深层语义上作较为详尽的探究。
关键词 request 潜在语义 用法特征
下载PDF
对ASP的Request和Response两个内建对象的研究 被引量:1
7
作者 陈延文 《河北理工学院学报》 2003年第2期74-79,89,共7页
对ASP内建请求 (request)对象和响应 (response)对象进行分析 ,针对这两个对象的属性和方法 。
关键词 ASP request对象 Response对象 请求对象 响应对象 WEB站点 面向对象程序设计方法 内建对象
下载PDF
Investigating L2 Request Strategies: A Case Study of Chinese English teachers' L2 Pragmatic Competence
8
作者 王松 王洁 曾祥发 《海外英语》 2016年第21期241-244,共4页
Empirical descriptions of how the teacher performs requests in English can make them realize the importance of improving pragmatic competence, so that they could help students develop more native-like pragmatic behavi... Empirical descriptions of how the teacher performs requests in English can make them realize the importance of improving pragmatic competence, so that they could help students develop more native-like pragmatic behaviors and enhance cultural competence. This case study is to explore the pragmatic competence of a Chinese EFL teacher by investigating the patterns of realization strategies and the ways of reacting to the different social and contextual variables in her requests. It was found out that the teacher investigated in the study had good pragmatic awareness and pragmatic competence to produce the speech act of requests and develop students' pragmatic competence, but more explicit instructions should be provided to help students develop more native-like speech acts by providing more explicit instructions. 展开更多
关键词 Chinese EFL teacher request strategy Pragmatic competence Realization patterns of requests
下载PDF
An Analysis of the Requesting Performance by an EFL Student and Its Pedagogical Implications
9
作者 唐磊 江晓敏 《海外英语》 2013年第15期93-94,共2页
The present study investigated one Chinese college learner's requesting performance by analyzing the DCT data produced in four different situations.The results indicated that the learner favored the indirect strat... The present study investigated one Chinese college learner's requesting performance by analyzing the DCT data produced in four different situations.The results indicated that the learner favored the indirect strategy in all four situations,and was able to produce longer requests with a large portion of external modification.However,the learner lacked sufficient knowledge and ability to control over a wide range of internal modification,relied heavily on external modification,produced lengthy grounders,and failed to show enough sensitivity to imposition variation. 展开更多
关键词 requesting PERFORMANCE EFL LEARNER ANALYSIS implic
下载PDF
基于时间和影响力因子的Github Pull Request评审人推荐 被引量:5
10
作者 卢松 杨达 +1 位作者 胡军 张潇 《计算机系统应用》 2016年第12期155-161,共7页
开源社区github提供了pull request的机制让开发者可以把自己的代码集成到github的开源项目中从而为项目做出贡献.Pull request的代码评审是github这类分布式软件开发社区维护开源项目代码质量的非常重要的方式.为一个新到来的pull requ... 开源社区github提供了pull request的机制让开发者可以把自己的代码集成到github的开源项目中从而为项目做出贡献.Pull request的代码评审是github这类分布式软件开发社区维护开源项目代码质量的非常重要的方式.为一个新到来的pull request指派合适的代码评审人可以有效减少pull request从提交到开始审核的延迟.目前github是由项目核心成员人工来完成评审人的指派,为了减少这种人力损耗,我们提出代码评审人的推荐系统,该系统基于信息检索的方法,并考虑了评审人的影响力因子以及评审的时间衰减的因素,对新到来的pull request,自动推荐最相关的评审人.我们的方法对top 1的准确度达到了68%,对top 10的召回率达到了78%. 展开更多
关键词 PULL request 代码评审 信息检索 时间因子 影响力因子
下载PDF
Indirectness and Politeness in English Requests
11
作者 周伟 《海外英语》 2014年第11X期269-270,共2页
Foreign language teachers may have long observed learners' grammatically correct, yet situationally inappropriate verbal communication. To make sure they conduct speech acts appropriately, language learners should... Foreign language teachers may have long observed learners' grammatically correct, yet situationally inappropriate verbal communication. To make sure they conduct speech acts appropriately, language learners should possess communicative skills and pragmatic competence. This paper addresses how to raise learners' pragmatic awareness through making requests in English.By exploring the verbal indirectness and politeness of requests, the paper aims to facilitate learners' ability to make socially appropriate utterances. 展开更多
关键词 INDIRECTNESS POLITENESS SPEECH ACTS requestS Engli
下载PDF
Jointly Optimized Request Dispatching and Service Placement for MEC in LEO Network 被引量:8
12
作者 Chengcheng Li Yasheng Zhang +1 位作者 Xuekun Hao Tao Huang 《China Communications》 SCIE CSCD 2020年第8期199-208,共10页
Integrating Multi-access Edge Computing(MEC) in Low Earth Orbit(LEO) network is an important way to provide globally seamless low-delay service. In this paper, we consider the scenario that MEC platforms with computat... Integrating Multi-access Edge Computing(MEC) in Low Earth Orbit(LEO) network is an important way to provide globally seamless low-delay service. In this paper, we consider the scenario that MEC platforms with computation and storage resource are deployed on LEO satellites, which is called "LEO-MEC". Service request dispatching decision is very important for resource utilization of the whole LEO-MEC system and Qo E of MEC users. Another important problem is service placement that is closely coupled with request dispatching. This paper models the joint service request dispatching and service placement problem as an optimization problem, which is a Mixed Integer Linear Programming(MILP). Our proposed mechanism solves this problem and uses the solved decision variables to dispatch requests and place services. Simulation results show that our proposed mechanism can achieve better performance in terms of ratio of served users and average hop count compared with baseline mechanism. 展开更多
关键词 Low Earth Orbit(LEO)network Multi-access Edge Computing(MEC) request dispatching service placement
下载PDF
基于Python和Requests快速获取网页数据的方法研究 被引量:2
13
作者 姜庆玲 张樊 《现代信息科技》 2023年第16期100-103,108,共5页
随着“互联网+”和大数据时代的到来,网络上充斥着各种各样的数据,过滤并获取有用的数据在当今环境下至关重要。文章提出一种基于Python和Requests模块的快速获取网页数据的方法,使用该方法可以获取解析前的网页源代码文本和图片数据,... 随着“互联网+”和大数据时代的到来,网络上充斥着各种各样的数据,过滤并获取有用的数据在当今环境下至关重要。文章提出一种基于Python和Requests模块的快速获取网页数据的方法,使用该方法可以获取解析前的网页源代码文本和图片数据,并保存为本地文件,为之后的数据分析和深入学习大数据技术奠定基础。实验结果表明,该方法步骤和代码编写简单易学,运行结果较好,具有一定的实用性。 展开更多
关键词 Python技术 requests模块 网络图片爬取
下载PDF
Privacy-Preserving Prepayment Based Power Request and Trading in Smart Grid 被引量:2
14
作者 Shaohua Li Xiang Zhang +2 位作者 Kaiping Xue Lijie Zhou Hao Yue 《China Communications》 SCIE CSCD 2018年第4期14-27,共14页
Demand response has been intensively studied in recent years. It can motivate customers to change their consumption patterns according to the dynamic(time-varying) electricity price, which is considered to be the most... Demand response has been intensively studied in recent years. It can motivate customers to change their consumption patterns according to the dynamic(time-varying) electricity price, which is considered to be the most cost-effective and reliable solution for smoothing the demand curve. However, many existing schemes, based on users' demand request in each period, require users to consume their requested electricity exactly, which sometimes causes inconvenience and losses to the utility, because customers cannot always be able to consume the accurate electricity demand due to various personal reasons. In this paper, we tackle this problem in a novel approach. Instead of charging after consumption, we adopt the prepayment mechanism to implement power request. Furthermore, we propose a trading market running by the control center to cope with the users' dynamic demand. It is noteworthy that both users' original demand and trading records are protected against potential adversaries including the curious control center. Through the numerical simulation, we demonstrate that our scheme is highly efficient in both computation and communication. 展开更多
关键词 Demand response power request smart grid PREPAYMENT privacy preserving.
下载PDF
CTCPPre: A prediction method for accepted pull requests in GitHub 被引量:1
15
作者 JIANG Jing ZHENG Jia-teng +1 位作者 YANG Yun ZHANG Li 《Journal of Central South University》 SCIE EI CAS CSCD 2020年第2期449-468,共20页
As the popularity of open source projects,the volume of incoming pull requests is too large,which puts heavy burden on integrators who are responsible for accepting or rejecting pull requests.An accepted pull request ... As the popularity of open source projects,the volume of incoming pull requests is too large,which puts heavy burden on integrators who are responsible for accepting or rejecting pull requests.An accepted pull request prediction approach can help integrators by allowing them either to enforce an immediate rejection of code changes or allocate more resources to overcome the deficiency.In this paper,an approach CTCPPre is proposed to predict the accepted pull requests in GitHub.CTCPPre mainly considers code features of modified changes,text features of pull requests’description,contributor features of developers’previous behaviors,and project features of development environment.The effectiveness of CTCPPre on 28 projects containing 221096 pull requests is evaluated.Experimental results show that CTCPPre has good performances by achieving accuracy of 0.82,AUC of 0.76 and F1-score of 0.88 on average.It is compared with the state of art accepted pull request prediction approach RFPredict.On average across 28 projects,CTCPPre outperforms RFPredict by 6.64%,16.06%and 4.79%in terms of accuracy,AUC and F1-score,respectively. 展开更多
关键词 accepted pull request PREDICTION code review GitHub pull-based software development
下载PDF
Access Request Trustworthiness in Weighted Access Control Framework 被引量:1
16
作者 WANGLun-wei LIAOXiang-ke WANGHuai-min 《Wuhan University Journal of Natural Sciences》 EI CAS 2005年第1期65-69,共5页
Weighted factor is given to access eontrol policies to express the importanceof policy and its effect on access control decision. According to this weighted access controlframework, a trustworthiness model for aceess ... Weighted factor is given to access eontrol policies to express the importanceof policy and its effect on access control decision. According to this weighted access controlframework, a trustworthiness model for aceess request is also given. In this model, we give themeasure of trustworthiness factor to access request- by using some idea of uncertainty reasoning ofexpert system, present and prove the parallel propagation formula of request trustworthiness factoramong multiple policies, and get thefinal trustworthiness factor to decide whether authorizing. Inthis model, authorization decision is given according to the calculation of request trustworthinessfactor, which is more understandable, more suitable for real requirement and more powerfulforsecurity enhancement than traditional methods. Meanwhile the finer access control granularity isanother advantage. 展开更多
关键词 weighted factor access control framework access request trustworthiness
下载PDF
Evaluation of the Completeness in the Filling of Laboratory Request Forms Submitted to the Haematology Laboratory at a Tertiary Hospital in Kenya 被引量:1
17
作者 Japheth C. Kipkulei Teresa C. Lotodo 《Health》 2019年第7期862-868,共7页
Background information: The laboratory request form is a communication link between the clinicians and the laboratory staff. It contains demographic details of the patient including full names, age and gender;the test... Background information: The laboratory request form is a communication link between the clinicians and the laboratory staff. It contains demographic details of the patient including full names, age and gender;the test required;location of the patient;date and time of request among other details. Incomplete and inaccurate filling of the request forms may cause errors which can impact on the quality of the patient care. Methodology: The study was a descriptive cross sectional where 289 laboratory request forms submitted consecutively to the haematology laboratory during the month of January 2018 were evaluated. Data was collected using a data collection form and analyzed by use of frequency table. Ethical clearance was sought from Institutional Research and Ethical Committee of Moi University and Moi Teaching and Referral Hospital. Results: Of all the 289 forms evaluated, only 1% (3/289) had all the required information. The parameters with the most information were patient’s name (100%), hospital number (100%), sex (99.7%), age (98.3%), investigation requested (97.6%), the location of the patient (96.9%), clinician’s name (96.9%) and signature (96.5%). The least information was recorded for clinical history (14.7%) and address of the patient (4.8%). Conclusion: The study showed that there were inadequacies in the recording of the required information in the laboratory request form. The parameters which were completely filled were the patient’s name and the hospital number, whereas the address and the clinical history had the least completion rates. 展开更多
关键词 LABORATORY request FORMS Required Information Completion
下载PDF
基于BeautifulSoup+requests和selenium爬虫网页自动化处理的实现和性能对比 被引量:7
18
作者 李晨昊 《现代信息科技》 2021年第16期10-12,18,共4页
网络爬虫是一种按照一定的规则,自动地抓取网页信息的程序或者脚本,因此编写特定的网络爬虫可以用来对网页进行自动化处理,从而达到提升工作效率的目的。文章针对同一个任务清单系统,分别使用BeautifulSoup+requests和selenium两种不同... 网络爬虫是一种按照一定的规则,自动地抓取网页信息的程序或者脚本,因此编写特定的网络爬虫可以用来对网页进行自动化处理,从而达到提升工作效率的目的。文章针对同一个任务清单系统,分别使用BeautifulSoup+requests和selenium两种不同的爬虫方法实现了网页自动化处理功能。并且通过对两种方法的实现原理和运行结果进行分析,对两种爬虫方法进行对比。 展开更多
关键词 爬虫 网页自动化 BeautifulSoup+requests SELENIUM
下载PDF
Utility, Appropriateness of Request and Report of Computed Tomography Scan for the Diagnosis of Paranasal Sinuses Pathologies in a Sub-Saharan Africa Urban Setting 被引量:1
19
作者 Yann Chris Mannel Eng Armel Philippe Awana +2 位作者 Ambroise Merci Seme Engoumou François Djomou Odile Fernande Zeh 《Open Journal of Radiology》 2021年第4期175-186,共12页
<strong>Background:</strong> Computed tomography (CT) Scan is the imaging of choice for the diagnosis of sino nasal (SN) pathologies in sub-Saharan African setting. However, it is often requested by non ex... <strong>Background:</strong> Computed tomography (CT) Scan is the imaging of choice for the diagnosis of sino nasal (SN) pathologies in sub-Saharan African setting. However, it is often requested by non experienced practitioners. We aimed to describe the utility and the appropriateness of CT Scan request forms and results in the diagnosis of SN pathologies. <strong>Method:</strong> We conducted a retrospective cross-sectional study in four health facilities in Yaoundé, Cameroun, from October 2018 to September 2019. All patients to whom SN CT Scan was performed were called for an appointment. After informed consent, data on the appropriateness and conformity of the request form were collected and compared to the guidelines of the French society of radiology. CT Scan results were also collected and the quality of the report was evaluated. <strong>Results:</strong> A total of 206 SN CT Scan request forms and reports were included, with a mean patient age of 37.7 ± 16.1 years. The request form was conformed to guidelines in 8.3% of cases and was found appropriate in 62.6% of cases. No CT Scan report had all the items required, and 159 (77.2%) reports were useful. The most common diagnosis in patients with abnormal results was chronic sinusitis (49.5%) and SN polyp or polyposis (19.4%). <strong>Conclusion:</strong> Most of SN CT Scan requested were appropriate and useful. However, the conformity of request forms and reports to the guidelines is low. Suggesting the need for capacity building for the diagnosis of SN pathologies especially for non specialists like general practitioners and nurses. 展开更多
关键词 APPROPRIATENESS Conformity CT Scan request Form REPORT Sino Nasal Pathologies
下载PDF
基于Python与Requests模块的网络图片爬虫程序设计
20
作者 姜庆玲 张樊 《电脑编程技巧与维护》 2023年第6期59-61,95,共4页
在互联网的时代背景下,从大量的网络信息中快速获取批量的图片资源,是一个值得研究的论题。在此基于Python爬虫框架中的5个部分,按照Requests模块的6个步骤,实现快速且批量获取网络图片的爬虫程序设计。实验结果表明,该爬虫程序代码量... 在互联网的时代背景下,从大量的网络信息中快速获取批量的图片资源,是一个值得研究的论题。在此基于Python爬虫框架中的5个部分,按照Requests模块的6个步骤,实现快速且批量获取网络图片的爬虫程序设计。实验结果表明,该爬虫程序代码量少、思路清晰、简单易学、结果正确,具有一定的实用性。 展开更多
关键词 爬虫程序 requests模块 图片爬虫
下载PDF
上一页 1 2 15 下一页 到第
使用帮助 返回顶部