期刊文献+
共找到47篇文章
< 1 2 3 >
每页显示 20 50 100
Code Reviewer Intelligent Prediction in Open Source Industrial Software Project
1
作者 Zhifang Liao Bolin Zhang +2 位作者 Xuechun Huang Song Yu Yan Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第10期687-704,共18页
Currently, open-source software is gradually being integrated into industrial software, while industry protocolsin industrial software are also gradually transferred to open-source community development. Industrial pr... Currently, open-source software is gradually being integrated into industrial software, while industry protocolsin industrial software are also gradually transferred to open-source community development. Industrial protocolstandardization organizations are confronted with fragmented and numerous code PR (Pull Request) and informalproposals, and differentworkflowswill lead to increased operating costs. The open-source community maintenanceteam needs software that is more intelligent to guide the identification and classification of these issues. To solvethe above problems, this paper proposes a PR review prediction model based on multi-dimensional features. Weextract 43 features of PR and divide them into five dimensions: contributor, reviewer, software project, PR, andsocial network of developers. The model integrates the above five-dimensional features, and a prediction model isbuilt based on a Random Forest Classifier to predict the review results of PR. On the other hand, to improve thequality of rejected PRs, we focus on problems raised in the review process and review comments of similar PRs.Wepropose a PR revision recommendation model based on the PR review knowledge graph. Entity information andrelationships between entities are extracted from text and code information of PRs, historical review comments,and related issues. PR revisions will be recommended to code contributors by graph-based similarity calculation.The experimental results illustrate that the above twomodels are effective and robust in PR review result predictionand PR revision recommendation. 展开更多
关键词 open source software pull request random forest knowledge graph
下载PDF
Predicting the Maintainability of Open Source Software Using Design Metrics 被引量:2
2
作者 ZHOU Yuming1,2, XU Baowen1,3 1. School of Computer Science and Engineering, Southeast University, Nanjing 210096, Jiangsu,China 2. Department of Computing, Hong Kong Polytechnic University, Hong Kong, China 3. Jiangsu Institute of Software Quality, Nanjing 210096, Jiangsu,China 《Wuhan University Journal of Natural Sciences》 CAS 2008年第1期14-20,共7页
This paper empirically investigates the relationships between 15 design metrics and maintainability of 148 Java open source software. The results show that size and complexity metrics are strongly related to the maint... This paper empirically investigates the relationships between 15 design metrics and maintainability of 148 Java open source software. The results show that size and complexity metrics are strongly related to the maintainability of open source software. However, cohesion and coupling, as currently captured by existing metrics, do not seem to have a significant impact on maintainability. When used together, these metrics can predict system maintainability fairly accurately (mean MREs below 30%). 展开更多
关键词 open source object-oriented MAINTAINABILITY METRIC PREDICTION regression
下载PDF
Evaluation and Customization of Different Open Source Desktop GIS Software 被引量:1
3
作者 QIU Ruqiong LI Bing 《地理空间信息》 2012年第2期28-31,共4页
This paper gave a general evaluation on existing three popular free and open source desktop GIS projects,according to the selected evaluation criteria.To further the understanding of the open source software,this pape... This paper gave a general evaluation on existing three popular free and open source desktop GIS projects,according to the selected evaluation criteria.To further the understanding of the open source software,this paper also presented a customization example of QGIS with python and PyQT. 展开更多
关键词 open source free software Desktop GIS PYTHON PyQT
下载PDF
New application of open source data and Rock Engineering System for debris flow susceptibility analysis
4
作者 Sabrina BONETTO Pietro MOSCA +1 位作者 Federico VAGNON Davide VIANELLO 《Journal of Mountain Science》 SCIE CSCD 2021年第12期3200-3217,共18页
This research describes a quantitative,rapid,and low-cost methodology for debris flow susceptibility evaluation at the basin scale using open-access data and geodatabases.The proposed approach can aid decision makers ... This research describes a quantitative,rapid,and low-cost methodology for debris flow susceptibility evaluation at the basin scale using open-access data and geodatabases.The proposed approach can aid decision makers in land management and territorial planning,by first screening for areas with a higher debris flow susceptibility.Five environmental predisposing factors,namely,bedrock lithology,fracture network,quaternary deposits,slope inclination,and hydrographic network,were selected as independent parameters and their mutual interactions were described and quantified using the Rock Engineering System(RES)methodology.For each parameter,specific indexes were proposed,aiming to provide a final synthetic and representative index of debris flow susceptibility at the basin scale.The methodology was tested in four basins located in the Upper Susa Valley(NW Italian Alps)where debris flow events are the predominant natural hazard.The proposed matrix can represent a useful standardized tool,universally applicable,since it is independent of type and characteristic of the basin. 展开更多
关键词 Debris flow Interaction matrix Rock Engineering System(RES) Susceptibility analysis open source data Debris flow predisposing factors
下载PDF
Open Source Initiatives for Big Data Governance and Security:A Survey
5
作者 hu baiqing wang wenjie chi harold liu 《ZTE Communications》 2018年第2期55-66,共12页
With the rapid development of lnternet technology, the volume of data has increased exponentially. As the large amounts of data are no longer easy to be managed and secured by the owners, big data security and privacy... With the rapid development of lnternet technology, the volume of data has increased exponentially. As the large amounts of data are no longer easy to be managed and secured by the owners, big data security and privacy has become a hot issue. One of the most popular research fields for solving the data security and data privacy is within the scope of big data governance and security, In this paper, we introduce the basic concepts of data governance and security. Then, all the state-of-the-art open source frameworks for data governance and security, including Apache Falcon, Apache Atlas, Apache Ranger, Apache Sentry and Kerberos, are detailed and discussed with descriptions of their implementation principles and possible applications. 展开更多
关键词 big data SECURITY GOVERNANCE open source initiatives
下载PDF
Open Source Synthesis and Verification Tool for Fixed-to-Floating and Floating-to-Fixed Points Conversions
6
作者 Semih Aslan Ekram Mohammad Azim Hassan Salamy 《Circuits and Systems》 2016年第11期3874-3885,共12页
An open source high level synthesis fixed-to-floating and floating-to-fixed conversion tool is presented for embedded design, communication systems, and signal processing applications. Many systems use a fixed point n... An open source high level synthesis fixed-to-floating and floating-to-fixed conversion tool is presented for embedded design, communication systems, and signal processing applications. Many systems use a fixed point number system. Fixed point numbers often need to be converted to floating point numbers for higher accuracy, dynamic range, fixed-length transmission limitations or end user requirements. A similar conversion system is needed to convert floating point numbers to fixed point numbers due to the advantages that fixed point numbers offer when compared with floating point number systems, such as compact hardware, reduced verification time and design effort. The latest embedded and SoC designs use both number systems together to improve accuracy or reduce required hardware in the same design. The proposed open source design and verification tool converts fixed point numbers to floating point numbers, and floating point numbers to fixed point numbers using the IEEE-754 floating point number standard. This open source design tool generates HDL code and its test bench that can be implemented in FPGA and VLSI systems. The design can be compiled and simulated using open source Iverilog/GTKWave and verified using Octave. A high level synthesis tool and GUI are designed using C#. The proposed design tool can increase productivity by reducing the design and verification time, as well as reduce the development cost due to the open source nature of the design tool. The proposed design tool can be used as a standalone block generator or implemented into current designs to improve range, accuracy, and reduce the development cost. The generated design has been implemented on Xilinx FPGAs. 展开更多
关键词 FPGA VLSI RTL Iverilog GTKWave OCTAVE HLS C open source
下载PDF
Open Source
7
作者 叶亮 《程序员》 2007年第2期15-15,共1页
大家等了许久的Groovy 1.0终于发布。经过数个JSR版本,Groovy也在演化。它的发布公告里面自信地宣称Groovy足以应付实际的企业及应用。“Groovy是与Java平台无缝结合的动态语言”。因为其代码的最终执行状态是Java字节码,运行在JVM... 大家等了许久的Groovy 1.0终于发布。经过数个JSR版本,Groovy也在演化。它的发布公告里面自信地宣称Groovy足以应付实际的企业及应用。“Groovy是与Java平台无缝结合的动态语言”。因为其代码的最终执行状态是Java字节码,运行在JVM上。而且,Groovy的基础类库是直接由Java编写的。对于Java平台来说,字节码是从Java代码还是Groovy代码生成的并没有任何区别。敏感的人立刻就能想到这种特性带来的好处:可以在Java中直接调用Groovy的类库或者Groovy的程序。 展开更多
关键词 Groovy 动态语言 代码 JAVA open source
下载PDF
Open Source
8
作者 叶亮 《程序员》 2006年第10期15-15,共1页
一场秋雨一场凉,开源社区的气温却丝毫没有降。刚在北京闭幕的“2006中国开源世界高峰论坛”足以让世界侧目。国际大师云集是最大的亮点,很多熟悉的名字:Andrew Morton(Linux内核开发大师及2.6版本监护人)、Brian Behlendorf(Apa... 一场秋雨一场凉,开源社区的气温却丝毫没有降。刚在北京闭幕的“2006中国开源世界高峰论坛”足以让世界侧目。国际大师云集是最大的亮点,很多熟悉的名字:Andrew Morton(Linux内核开发大师及2.6版本监护人)、Brian Behlendorf(Apache创始人)、David Axmark(MySQL创始人)、Marc Fleury(JBoss创始人)、Larry Augustin(Source Forge创始人)等;其次是中国政府、学术界的支持,包括国家信产部陈英司长和中国工程院倪光南院士、沈昌祥院士等;当然.少不了诸多跨国公司和国内知名企业的参与。 展开更多
关键词 开源社区 中华人民共和国 高峰论坛 动态语言 open source
下载PDF
A Study of Quantitative Progress Evaluation Models for Open Source Projects
9
作者 Hironobu Sone Yoshinobu Tamura Shigeru Yamada 《Journal of Software Engineering and Applications》 2022年第5期183-196,共14页
Open source software (OSS) has become an indispensable part of society, not only for personal use but also for corporate use. Projects developed and operated by OSS are called open source projects, and the number of s... Open source software (OSS) has become an indispensable part of society, not only for personal use but also for corporate use. Projects developed and operated by OSS are called open source projects, and the number of such projects is increasing. On the other hand, because anyone can participate in an open source project, the progress of the project is uncertain due to differences in project members’ skills, development environments, and time zones of activity. Therefore, many users and companies need to understand the development and operation status of open source project. Then, the developers carefully make decisions on upgrading or installing new OSS. In this paper, we focus on the maintenance effort estimation for open source projects considering uncertainty. Also, we evaluate the project quantitatively using Earned Value Management (EVM). Moreover, we examine the appropriateness of the model for predicting the maintenance effort expeditures. Furthermore, we discuss the appropriateness of this EVM method. 展开更多
关键词 open source Software Stochastic Differential Equation Earned Value Management Software Reliability Growth Model
下载PDF
Open Source
10
作者 汤韬 《程序员》 2006年第7期15-15,共1页
Shed Skin是个新近出现的一个有趣的工具.目的是将Python语言转换威C++代码,以此试图解决Python效率不佳的痼疾。据其文档记载.在一些测试程序中.ShedSkin的效率比著名的Python加速引擎平均性能提高12%.比CPython的平均性能提... Shed Skin是个新近出现的一个有趣的工具.目的是将Python语言转换威C++代码,以此试图解决Python效率不佳的痼疾。据其文档记载.在一些测试程序中.ShedSkin的效率比著名的Python加速引擎平均性能提高12%.比CPython的平均性能提升45%。 展开更多
关键词 UBUNTU 版本 open source
下载PDF
Poke And Delayed Drink Intertemporal Choice Task(POKE-ADDICT):An open-source behavioral apparatus for intertemporal choice testing in rodents
11
作者 Andrea Stefano Moro Daniele Saccenti +3 位作者 Alessia Seccia Mattia Ferro Antonio Malgaroli Jacopo Lamanna 《Animal Models and Experimental Medicine》 CAS CSCD 2023年第6期619-626,共8页
Advancements in neuroscience research present opportunities and challenges,requiring substantial resources and funding.To address this,we describe here“Poke And Delayed Drink Intertemporal Choice Task(POKE-ADDICT)”,... Advancements in neuroscience research present opportunities and challenges,requiring substantial resources and funding.To address this,we describe here“Poke And Delayed Drink Intertemporal Choice Task(POKE-ADDICT)”,an open-source,versatile,and cost-effective apparatus for intertemporal choice testing in rodents.This allows quantification of delay discounting(DD),a cross-species phenomenon observed in decision making which provides valuable insights into higher-order cognitive functioning.In DD,the subjective value of a delayed reward is reduced as a function of the delay for its receipt.Using our apparatus,we implemented an effective intertemporal choice paradigm for the quantification of DD based on an adjusting delayed amount(ADA)algorithm using mango juice as a reward.Our paradigm requires limited training,a few 3D-printed parts and inexpensive electrical components,including a Raspberry Pi control unit.Furthermore,it is compatible with several in vivo procedures and the use of nose pokes instead of levers allows for faster task learning.Besides the main application described here,the apparatus can be further extended to implement other behavioral tests and protocols,including standard operant conditioning.In conclusion,we describe a versatile and cost-effective design based on Raspberry Pi that can support research in animal behavior,decision making and,more specifically,delay discounting. 展开更多
关键词 decision making delay discounting intertemporal choice open source
下载PDF
A New Talent Cultivation Model Under Open-source Environment:A Case Study at Zhejiang University
12
作者 Chao Ni Jianwei Yin Li Chen 《计算机教育》 2023年第12期180-186,共7页
The open-source movement profoundly impacts the development of computer education.The current requirements for postgraduate cultivation in Chinese universities mainly include publishing papers,applying for patents,win... The open-source movement profoundly impacts the development of computer education.The current requirements for postgraduate cultivation in Chinese universities mainly include publishing papers,applying for patents,winning awards,and conducting research projects,which demonstrate the capabilities of students when they graduate from university.However,in today’s prevalent open-source culture,these types of assessments are still not comprehensive enough for postgraduate cultivation,especially for professional postgraduate degrees.For this reason,Zhejiang University takes the lead in proposing educational reforms for postgraduate cultivation based on the open-source ecosystem.It has implemented a new“trinity”mechanism(i.e.,open-source course,open-source training,and open-source capability evaluation)for graduate training centered on open source,serving as a novel supplement to the traditional methods of postgraduate cultivation.After a year of pilot operation,this new approach,deeply loved by teachers and students,has achieved good results and positive feedback. 展开更多
关键词 open source Postgraduate cultivation Programming capability evaluation
下载PDF
VIPLFaceNet: an open source deep face recognition SDK 被引量:15
13
作者 Xin LIU Meina KAN +2 位作者 Wanglong WU Shiguang SHAN Xilin CHEN 《Frontiers of Computer Science》 SCIE EI CSCD 2017年第2期208-218,共11页
Robust face representation is imperative to highly accurate face recognition. In this work, we propose an open source face recognition method with deep representation named as VIPLFaceNet, which is a lO-layer deep con... Robust face representation is imperative to highly accurate face recognition. In this work, we propose an open source face recognition method with deep representation named as VIPLFaceNet, which is a lO-layer deep convolu- tional neural network with seven convolutional layers and three fully-connected layers. Compared with the well-known AlexNet, our VIPLFaceNet takes only 20% training time and 60% testing time, but achieves 40% drop in error rate on the real-world face recognition benchmark LFW. Our VIPLFaceNet achieves 98.60% mean accuracy on LFW us- ing one single network. An open-source C++ SDK based on VIPLFaceNet is released under BSD license. The SDK takes about 150ms to process one face image in a single thread on an i7 desktop CPU. VIPLFaceNet provides a state-of-the-art start point for both academic and industrial face recognition applications. 展开更多
关键词 deep learning face recognition open source VIPLFaceNet
原文传递
Developer Role Evolution in Open Source Software Ecosystem: An Explanatory Study on GNOME 被引量:3
14
作者 Can Cheng Bing Li +2 位作者 Zeng-Yang Li Yu-Qi Zhao Feng-Ling Liao 《Journal of Computer Science & Technology》 SCIE EI CSCD 2017年第2期396-414,共19页
An open source software (OSS) ecosystem refers to an OSS development community composed of many software projects and developers contributing to these projects. The projects and developers co-evolve in an ecosystem.... An open source software (OSS) ecosystem refers to an OSS development community composed of many software projects and developers contributing to these projects. The projects and developers co-evolve in an ecosystem. To keep healthy evolution of such OSS ecosystems, there is a need of attracting and retaining developers, particularly project leaders and core developers who have major impact on the project and the whole team. Therefore, it is important to figure out the factors that influence developers' chance to evolve into project leaders and core developers. To identify such factors, we conducted a case study on the GNOME ecosystem. First, we collected indicators reflecting developers' subjective willingness to contribute to the project and the project environment that they stay in. Second, we calculated such indicators based on the GNOME dataset. Then, we fitted logistic regression models by taking as independent variables the resulting indicators after eliminating the most collinear ones, and taking as a dependent variable the future developer role (the core developer or project leader). The results showed that part of such indicators (e.g., the total number of projects that a developer joined) of subjective willingness and project environment significantly influenced the developers' chance to evolve into core developers and project leaders. With different validation methods, our obtained model performs well on predicting developmental core developers, resulting in stable prediction performance (0.770, F-value). 展开更多
关键词 developer role evolution open source software ecosystem project environment subjective willingness
原文传递
Tag recommendation for open source software 被引量:3
15
作者 Tao WANG Huaimin WANG +3 位作者 Gang YIN Charles X. LING Xiao LI Peng ZOU 《Frontiers of Computer Science》 SCIE EI CSCD 2014年第1期69-82,共14页
Nowadays open source software becomes highly popular and is of great importance for most software engi- neering activities. To facilitate software organization and re- trieval, tagging is extensively used in open sour... Nowadays open source software becomes highly popular and is of great importance for most software engi- neering activities. To facilitate software organization and re- trieval, tagging is extensively used in open source communi- ties. However, finding the desired software through tags in these communities such as Freecode and ohloh is still chal- lenging because of tag insufficiency. In this paper, we propose TRG (tag recommendation based on semantic graph), a novel approach to discovering and enriching tags of open source software. Firstly, we propose a semantic graph to model the semantic correlations between tags and the words in software descriptions. Then based on the graph, we design an effec- tive algorithm to recommend tags for software. With com- prehensive experiments on large-scale open source software datasets by comparing with several typical related works, we demonstrate the effectiveness and efficiency of our method in recommending proper tags. 展开更多
关键词 open source software semantic graph tag rec-ommendation
原文传递
Bridging open source tools and Geoportals for interactive spatial data analytics
16
作者 Bing She Tao Hu +1 位作者 Xinyan Zhu Shuming Bao 《Geo-Spatial Information Science》 SCIE CSCD 2019年第3期185-192,共8页
Geoportals have been the primary source of spatial information to researchers in diverse fields.Recent years have seen a growing trend to integrate spatial analysis and geovisual analytics inside Geoportals.Researcher... Geoportals have been the primary source of spatial information to researchers in diverse fields.Recent years have seen a growing trend to integrate spatial analysis and geovisual analytics inside Geoportals.Researchers could use the Geoportal to conduct basic analysis without offline processing.In practice,domain-specific analysis often requires researchers to integrate heterogeneous data sources,leverage new statistical models,or build their own customized models.These tasks are increasingly being tackled with open source tools in programming languages such as Python or R.However,it is unrealistic to incorporate the numerous open source tools in a Geoportal platform for data processing and analysis.This work provides an exploratory effort to bridge Geoportals and open source tools through Python scripting.The Geoportal demonstrated in this work is the Urban and Regional Explorer for China studies.A python package is provided to manipulate this platform in the local programming environment.The server side of the Geoportal implements a set of service endpoints that allows the package to upload,transform,and process user data and seamlessly integrate them into the existing datasets.A case study is provided that illustrated the use of this package to conduct integrated analyses of search engine data and baseline census data.This work attempts a new direction in Geoportal development,which could further promote the transformation of Geoportals into online analytical workbenches. 展开更多
关键词 GEOPORTAL open source Python web GIS spatial analysis
原文传递
Free and open source software for geospatial applications(FOSS4G)to support Future Earth
17
作者 Maria Antonia Brovelli Marco Minghini +1 位作者 Rafael Moreno-Sanchez Ricardo Oliveira 《International Journal of Digital Earth》 SCIE EI 2017年第4期386-404,共19页
The development,integration,and distribution of the information and spatial data infrastructure(i.e.Digital Earth;DE)necessary to support the vision and goals of Future Earth(FE)will occur in a distributed fashion,in ... The development,integration,and distribution of the information and spatial data infrastructure(i.e.Digital Earth;DE)necessary to support the vision and goals of Future Earth(FE)will occur in a distributed fashion,in very diverse technological,institutional,socio-cultural,and economic contexts around the world.This complex context and ambitious goals require bringing to bear not only the best minds,but also the best science and technologies available.Free and Open Source Software for Geospatial Applications(FOSS4G)offers mature,capable and reliable software to contribute to the creation of this infrastructure.In this paper we point to a selected set of some of the most mature and reliable FOSS4G solutions that can be used to develop the functionality required as part of DE and FE.We provide examples of large-scale,sophisticated,mission-critical applications of each software to illustrate their power and capabilities in systems where they perform roles or functionality similar to the ones they could perform as part of DE and FE.We provide information and resources to assist the readers in carrying out their own assessments to select the best FOSS4G solutions for their particular contexts and system development needs. 展开更多
关键词 open source software geospatial software FOSS4G Future Earth Digital Earth
原文传递
A survey of open source data science tools
18
作者 Panagiotis Barlas Ivor Lanning Cathal Heavey 《International Journal of Intelligent Computing and Cybernetics》 EI 2015年第3期232-261,共30页
Purpose–Data science is the study of the generalizable extraction of knowledge from data.It includes a variety of components and develops on methods and concepts from many domains,containing mathematics,probability m... Purpose–Data science is the study of the generalizable extraction of knowledge from data.It includes a variety of components and develops on methods and concepts from many domains,containing mathematics,probability models,machine learning,statistical learning,computer programming,data engineering,pattern recognition and learning,visualization and data warehousing aiming to extract value from data.The purpose of this paper is to provide an overview of open source(OS)data science tools,proposing a classification scheme that can be used to study OS data science software.Design/methodology/approach–The proposed classification scheme is based on general characteristics,project activity,operational characteristics and data mining characteristics.The authors then use the proposed scheme to examine 70 identified Open Source Software.From this the authors provide insight about the current status of OS data science tools and reveal the state-of-the-art tools.Findings–The features of 70 OS tools are recorded based on the criteria of the four group characteristics,general characteristics,project activity,operational characteristics and data mining characteristics.Interesting results came from the analysis of these features and are recorded here.Originality/value–The contribution of this survey is development of a new classification scheme for examination and study of OS data science tools.In parallel,this study provides an overview of existing OS data science tools. 展开更多
关键词 Information retrieval Image processing DATA Data mining Knowledge acquisition Genetic algorithms Data science open source Data science tools
原文传递
Open Source Aficionado
19
《Beijing Review》 2007年第18期3-3,共1页
Rapid fame might not be what Wang Yang really wanted, but it was his first reward after becoming a high-profile advocate for open source software.
关键词 source open source Aficionado
原文传递
Comparison of R and Excel in the Field of Data Analysis
20
作者 Jue Wang 《Journal of Electronic Research and Application》 2024年第3期178-184,共7页
This research paper compares Excel and R language for data analysis and concludes that R language is more suitable for complex data analysis tasks.R language’s open-source nature makes it accessible to everyone,and i... This research paper compares Excel and R language for data analysis and concludes that R language is more suitable for complex data analysis tasks.R language’s open-source nature makes it accessible to everyone,and its powerful data management and analysis tools make it suitable for handling complex data analysis tasks.It is also highly customizable,allowing users to create custom functions and packages to meet their specific needs.Additionally,R language provides high reproducibility,making it easy to replicate and verify research results,and it has excellent collaboration capabilities,enabling multiple users to work on the same project simultaneously.These advantages make R language a more suitable choice for complex data analysis tasks,particularly in scientific research and business applications.The findings of this study will help people understand that R is not just a language that can handle more data than Excel and demonstrate that r is essential to the field of data analysis.At the same time,it will also help users and organizations make informed decisions regarding their data analysis needs and software preferences. 展开更多
关键词 EXCEL R language Data analysis open source COMPARE Data management Advantages Disadvantages FUNCTION
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部