期刊文献+
共找到4,213篇文章
< 1 2 211 >
每页显示 20 50 100
Open-Source Software Defined Networking Controllers:State-of-the-Art,Challenges and Solutions for Future Network Providers
1
作者 Johari Abdul Rahim Rosdiadee Nordin Oluwatosin Ahmed Amodu 《Computers, Materials & Continua》 SCIE EI 2024年第7期747-800,共54页
Software Defined Networking(SDN)is programmable by separation of forwarding control through the centralization of the controller.The controller plays the role of the‘brain’that dictates the intelligent part of SDN t... Software Defined Networking(SDN)is programmable by separation of forwarding control through the centralization of the controller.The controller plays the role of the‘brain’that dictates the intelligent part of SDN technology.Various versions of SDN controllers exist as a response to the diverse demands and functions expected of them.There are several SDN controllers available in the open market besides a large number of commercial controllers;some are developed tomeet carrier-grade service levels and one of the recent trends in open-source SDN controllers is the Open Network Operating System(ONOS).This paper presents a comparative study between open source SDN controllers,which are known as Network Controller Platform(NOX),Python-based Network Controller(POX),component-based SDN framework(Ryu),Java-based OpenFlow controller(Floodlight),OpenDayLight(ODL)and ONOS.The discussion is further extended into ONOS architecture,as well as,the evolution of ONOS controllers.This article will review use cases based on ONOS controllers in several application deployments.Moreover,the opportunities and challenges of open source SDN controllers will be discussed,exploring carriergrade ONOS for future real-world deployments,ONOS unique features and identifying the suitable choice of SDN controller for service providers.In addition,we attempt to provide answers to several critical questions relating to the implications of the open-source nature of SDN controllers regarding vendor lock-in,interoperability,and standards compliance,Similarly,real-world use cases of organizations using open-source SDN are highlighted and how the open-source community contributes to the development of SDN controllers.Furthermore,challenges faced by open-source projects,and considerations when choosing an open-source SDN controller are underscored.Then the role of Artificial Intelligence(AI)and Machine Learning(ML)in the evolution of open-source SDN controllers in light of recent research is indicated.In addition,the challenges and limitations associated with deploying open-source SDN controllers in production networks,how can they be mitigated,and finally how opensource SDN controllers handle network security and ensure that network configurations and policies are robust and resilient are presented.Potential opportunities and challenges for future Open SDN deployment are outlined to conclude the article. 展开更多
关键词 ONOS open source software SDN software defined networking
下载PDF
Sensitivity of Marine Controllable Source Electromagnetic Soundings for Identifying Plume Migration in Offshore CO_(2) Storage
2
作者 Ning Qiu Chunwu Pan +3 位作者 Yongheng Zhang Bin Liu Zhen Sun Pengchun Li 《哈尔滨工程大学学报(英文版)》 CSCD 2024年第3期656-673,共18页
Offshore carbon dioxide(CO_(2)) storage is an effective method for reducing greenhouse gas emissions. However, when using traditional seismic wave methods to monitor the migration of sequestration CO_(2) plumes, the c... Offshore carbon dioxide(CO_(2)) storage is an effective method for reducing greenhouse gas emissions. However, when using traditional seismic wave methods to monitor the migration of sequestration CO_(2) plumes, the characteristics of wave velocity changes tend to become insignificant beyond a certain limit. In contrast, the controllable source electromagnetic method(CSEM) remains highly sensitive to resistivity changes. By simulating different CO_(2) plume migration conditions, we established the relevant models and calculated the corresponding electric field response characteristic curves, allowing us to analyze the CSEM's ability to monitor CO_(2) plumes. We considered potential scenarios for the migration and diffusion of offshore CO_(2) storage, including various burial depths, vertical extension diffusion, lateral extension diffusion,multiple combinations of lateral intervals, and electric field components. We also obtained differences in resistivity inversion imaging obtained by CSEM to evaluate its feasibility in monitoring and to analyze all the electric field(Ex, Ey, and Ez) response characteristics. CSEM has great potential in monitoring CO_(2) plume migration in offshore saltwater reservoirs due to its high sensitivity and accuracy. Furthermore, changes in electromagnetic field response reflect the transport status of CO_(2) plumes, providing an important basis for monitoring and evaluating CO_(2)transport behavior during storage processes. 展开更多
关键词 Offshore carbon dioxide storage Geophysics Resistivity inversion Monitoring Plume migration Marine controllable source electromagnetic method
下载PDF
Poke And Delayed Drink Intertemporal Choice Task(POKE-ADDICT):An open-source behavioral apparatus for intertemporal choice testing in rodents
3
作者 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
Code Reviewer Intelligent Prediction in Open Source Industrial Software Project
4
作者 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
HiLog:OpenHarmony的高性能日志系统
5
作者 吴圣垚 王枫 +4 位作者 武延军 凌祥 屈晟 罗天悦 吴敬征 《软件学报》 EI CSCD 北大核心 2024年第4期2055-2075,共21页
日志是计算机系统中记录事件状态信息的的重要载体,日志系统负责计算机系统的日志生成、收集和输出.OpenHarmony是新兴的、面向全设备、全场景的开源操作系统.在所述工作之前,包括日志系统在内OpenHarmony有许多关键子系统尚未构建,而Op... 日志是计算机系统中记录事件状态信息的的重要载体,日志系统负责计算机系统的日志生成、收集和输出.OpenHarmony是新兴的、面向全设备、全场景的开源操作系统.在所述工作之前,包括日志系统在内OpenHarmony有许多关键子系统尚未构建,而OpenHarmony的开源特性使第三方开发者可以为其贡献核心代码.为了解决Open Harmony日志系统缺乏的问题,主要开展如下工作:(1)分析当今主流日志系统的技术架构和优缺点;(2)基于OpenHarmony操作系统的异构设备互联特性设计HiLog日志系统模型规范;(3)设计并实现第1个面向OpenHarmony的日志系统HiLog,并贡献到OpenHarmony主线;(4)对HiLog日志系统的关键指标进行测试和对比试验.实验数据表明,在基础性能方面,HiLog和Log的日志写入阶段吞吐量分别为1500 KB/s和700 KB/s,相比Android日志系统吞吐量提升114%;在日志持久化方面,HiLog可以3.5%的压缩率进行持久化,并且丢包率小于6‰,远低于Log.此外,HiLog还具备数据安全、流量控制等新型实用能力. 展开更多
关键词 操作系统 日志系统 开源软件 数据安全 流量控制
下载PDF
Research on Operation Optimization of Heating System Based on Electric Storage Coupled Solar Energy and Air Source Heat Pump
6
作者 Jingxiao Han Chuanzhao Zhang +5 位作者 LuWang ZengjunChang Qing Zhao Ying Shi JiaruiWu Xiangfei Kong 《Energy Engineering》 EI 2023年第9期1991-2011,共21页
For heating systems based on electricity storage coupled with solar energy and an air source heat pump(ECSA),choosing the appropriate combination of heat sources according to local conditions is the key to improving e... For heating systems based on electricity storage coupled with solar energy and an air source heat pump(ECSA),choosing the appropriate combination of heat sources according to local conditions is the key to improving economic efficiency.In this paper,four cities in three climatic regions in China were selected,namely Nanjing in the hot summer and cold winter region,Tianjin in the cold region,Shenyang and Harbin in the severe cold winter region.The levelized cost of heat(LCOH)was used as the economic evaluation index,and the energy consumption and emissions of different pollutants were analyzed.TRNSYS software was used to simulate and analyze the system performance.The Hooke-Jeeves optimization algorithm and GenOpt software were used to optimize the system parameters.The results showed that ECSA systemhad an excellent operation effect in cold region and hot summer and cold winter region.Compared with ECS system,the systemenergy consumption,and the emission of different pollutants of ECSA system can be reduced by a maximum of 1.37 times.In cold region,the initial investment in an air source heat pump is higher due to the lower ambient temperature,resulting in an increase in the LOCH value of ECSA system.After the LOCH value of ECSA system in each region was optimized,the heating cost of the system was reduced,but also resulted in an increase in energy consumption and the emission of different pollutant gases. 展开更多
关键词 Electric heat storage solar energy air source heat pump multi-objective optimization method LOCH
下载PDF
A New Talent Cultivation Model Under Open-source Environment:A Case Study at Zhejiang University
7
作者 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
Hcable for Time-Lapse Seismic Monitoring of Marine Carbon Capture and Storage
8
作者 Bin Liu Yutong Fu Pengfei Wen 《哈尔滨工程大学学报(英文版)》 CSCD 2024年第3期628-633,共6页
To ensure project safety and secure public support, an integrated and comprehensive monitoring program is needed within a carbon capture and storage(CCS) project. Monitoring can be done using many well-established tec... To ensure project safety and secure public support, an integrated and comprehensive monitoring program is needed within a carbon capture and storage(CCS) project. Monitoring can be done using many well-established techniques from various fields, and the seismic method proves to be the crucial one. This method is widely used to determine the CO_(2) distribution, image the plume development, and quantitatively estimate the concentration. Because both the CO_(2) distribution and the potential migration pathway can be spatially small scale, high resolution for seismic imaging is demanded. However, obtaining a high-resolution image of a subsurface structure in marine settings is difficult. Herein, we introduce the novel Hcable(Harrow-like cable system) technique, which may be applied to offshore CCS monitoring. This technique uses a highfrequency source(the dominant frequency>100 Hz) to generate seismic waves and a combination of a long cable and several short streamers to receive seismic waves. Ultrahigh-frequency seismic images are achieved through the processing of Hcable seismic data. Hcable is then applied in a case study to demonstrate its detailed characterization for small-scale structures. This work reveals that Hcable is a promising tool for timelapse seismic monitoring of oceanic CCS. 展开更多
关键词 Carbon capture and storage Hcable Seismic monitoring High resolution image High frequency seismic source
下载PDF
Energy Storage Systems Technologies, Evolution and Applications
9
作者 Olushola Aina 《Energy and Power Engineering》 2024年第2期97-119,共23页
Energy in its varied forms and applications has become the main driver of today’s modern society. However, recent changes in power demand and climatic changes (decarbonization policy) has awakened the need to rethink... Energy in its varied forms and applications has become the main driver of today’s modern society. However, recent changes in power demand and climatic changes (decarbonization policy) has awakened the need to rethink through the current energy generating and distribution system. This led to the exploration of other energy sources of which renewable energy (like thermal, solar and wind energy) is fast becoming an integral part of most energy system. However, this innovative and promising energy source is highly unreliable in maintaining a constant peak power that matches demand. Energy storage systems have thus been highlighted as a solution in managing such imbalances and maintaining the stability of supply. Energy storage technologies absorb and store energy, and release it on demand. This includes gravitational potential energy (pumped hydroelectric), chemical energy (batteries), kinetic energy (flywheels or compressed air), and energy in the form of electrical (capacitors) and magnetic fields. This paper provides a detailed and comprehensive overview of some of the state-of-the-art energy storage technologies, its evolution, classification, and comparison along with various area of applications. Also highlighted in this paper is a plethora of power electronic Interface technologies that plays a significant role in enabling optimum performance and utilization of energy storage systems in different areas of application. 展开更多
关键词 Energy storage Systems Renewable Energy sources Power Electronic Interface (PEI) Applications of Energy storages
下载PDF
Experimental Study on the Performance of ORC System Based on Ultra-Low Temperature Heat Sources
10
作者 Tianyu Zhou Liang Hao +2 位作者 Xin Xu Meng Si Lian Zhang 《Energy Engineering》 EI 2024年第1期145-168,共24页
This paper discussed the experimental results of the performance of an organic Rankine cycle(ORC)system with an ultra-low temperature heat source.The low boiling point working medium R134a was adopted in the system.Th... This paper discussed the experimental results of the performance of an organic Rankine cycle(ORC)system with an ultra-low temperature heat source.The low boiling point working medium R134a was adopted in the system.The simulated heat source temperature(SHST)in this work was set from 39.51°C to 48.60°C by the simulated heat source module.The influence of load percentage of simulated heat source(LPSHS)between 50%and 70%,the rotary valve opening(RVO)between 20%and 100%,the resistive load between 36Ωand 180Ωor the no-load of the generator,as well as the autumn and winter ambient temperature on the system performance were studied.The results showed that the stability of the system was promoted when the generator had a resistive load.The power generation(PG)and generator speed(GS)of the system in autumn were better than in winter,but the expander pressure ratio(EPR)was lower than in winter.Keep RVO unchanged,the SHST,the mass flow rate(MFR)of the working medium,GS,and the PG of the system increased with the increasing of LPSHS for different generator resistance load values.When the RVO was 60%,LPSHS was 70%,the SHST was 44.15°C and the resistive load was 72Ω,the highest PG reached 15.11 W.Finally,a simulation formula was obtained for LPSHS,resistance load,and PG,and its correlation coefficient was between 0.9818 and 0.9901.The formula can accurately predict the PG.The experimental results showed that the standard deviation between the experimental and simulated values was below 0.0792,and the relative error was within±5%. 展开更多
关键词 ORC load percentage of simulated heat source resistive load rotary valve opening power generation
下载PDF
OpenRank贡献度评估方法及其在开源课程中的实证研究
11
作者 王婕 黄温瑞 +4 位作者 赵生宇 夏小雅 韩凡宇 王伟 张琰彬 《华东师范大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第5期11-19,共9页
提出了一种基于OpenRank的开源贡献度评价方法,旨在解决开源项目实践中学生的贡献度量化评估问题.以“开源软件设计与开发”课程中的软件开发实践教学为背景,设计了开源实践教学模式中学生的贡献度评价方法,提出了一种基于开发者协作网... 提出了一种基于OpenRank的开源贡献度评价方法,旨在解决开源项目实践中学生的贡献度量化评估问题.以“开源软件设计与开发”课程中的软件开发实践教学为背景,设计了开源实践教学模式中学生的贡献度评价方法,提出了一种基于开发者协作网络的OpenRank算法,以评估学生在项目讨论、问题解决、代码编写等方面的贡献和价值.实验结果表明,OpenRank与传统评分方法在评价学生表现方面具有一致性,更能全面展示学生在开源项目中各个方面的贡献.因此,OpenRank与传统评分方法的结合,能更加科学、全面地评价学生在开源项目中的贡献度与综合技能. 展开更多
关键词 开源协作 开源贡献度 贡献度评价 实证研究
下载PDF
基于openGauss的数据库实验教学实践
12
作者 裴新宇 周新 《计算机应用文摘》 2024年第8期8-10,共3页
国产化数据库软件的蓬勃发展为高校数据库实验教学提供了新的视角和机遇。通过开展基于open⁃Gauss的数据库实验课程教学改革实践,在原有实验任务的基础上,积极引导学生探究数据库原理,从查询处理、优化、开源实践等方面挖掘实验案例,旨... 国产化数据库软件的蓬勃发展为高校数据库实验教学提供了新的视角和机遇。通过开展基于open⁃Gauss的数据库实验课程教学改革实践,在原有实验任务的基础上,积极引导学生探究数据库原理,从查询处理、优化、开源实践等方面挖掘实验案例,旨在丰富教学内容,提高学生的课程参与度。同时,将课程思政融入教学实践中,增强学生对国产技术的信心,加深学生对国产数据库技术的理解和认同。这种教学实践获得了积极的反馈,提升了课程教学质量,证明了国产数据库技术在实验教学中的应用价值和潜力。 展开更多
关键词 数据库实验 openGauss 开源实践 课程思政 国产数据库
下载PDF
基于Open CASCADE的拱桥建模研究
13
作者 黄飞 《铁路技术创新》 2024年第2期63-70,共8页
几何引擎是三维BIM建模软件中的核心组件,对软件的性能、准确性、互操作性和用户体验等方面有着重要影响。商业软件的几何引擎虽然经过了多年的发展和优化具有较好的性能和稳定性,但常受限于软件厂商提供的API接口和商业软件所需要的系... 几何引擎是三维BIM建模软件中的核心组件,对软件的性能、准确性、互操作性和用户体验等方面有着重要影响。商业软件的几何引擎虽然经过了多年的发展和优化具有较好的性能和稳定性,但常受限于软件厂商提供的API接口和商业软件所需要的系统环境,无法对底层数据进行访问或修改,灵活性较差,且不具备完全自主商业版权。基于开源几何引擎的应用在很多领域已有相关的研究成果,但在桥梁工程领域较少,基于开源几何引擎Open CASCADE对桥梁工程领域的模型构建技术进行探索,实现自主可控的桥梁工程三维建模平台,以拱桥为研究对象,结合几何引擎的模型构建技术,实现拱桥模型的创建。探索开源几何引擎在桥梁工程领域的建模实现能力,为实现更多桥型的三维建模以及基于模型更进一步的衍生应用积累经验,并为打造自主可控的桥梁工程建模软件提供参考。 展开更多
关键词 桥梁工程 BIM 开源几何引擎 open CASCADE 拱桥建模 自主可控
下载PDF
Software Metric Analysis of Open-Source Business Software
14
作者 Charles W. Butler 《Journal of Software Engineering and Applications》 2023年第5期144-153,共10页
Over the past decade, open-source software use has grown. Today, many companies including Google, Microsoft, Meta, RedHat, MongoDB, and Apache are major participants of open-source contributions. With the increased us... Over the past decade, open-source software use has grown. Today, many companies including Google, Microsoft, Meta, RedHat, MongoDB, and Apache are major participants of open-source contributions. With the increased use of open-source software or integration of open-source software into custom-developed software, the quality of this software component increases in importance. This study examined a sample of open-source applications from GitHub. Static software analytics were conducted, and each application was classified for its risk level. In the analyzed applications, it was found that 90% of the applications were classified as low risk or moderate low risk indicating a high level of quality for open-source applications. 展开更多
关键词 open-source Software Software Quality Software Risks Cyclomatic Complexity Essential Complexity Module Design Complexity Design Complexity Integration Complexity Local Data Complexity Public Global Data Complexity Parameter Data Complexity Risk Score Risk Classification
下载PDF
基于OGC规范和Open Source项目的WebGIS开发与应用 被引量:12
15
作者 尹芳 冯敏 +1 位作者 刘磊 李锐 《计算机工程与应用》 CSCD 北大核心 2010年第30期68-70,74,共4页
为更好地实现地理空间信息共享,在最新开源(Open Source)项目基础上,设计与开发一个基于OGC标准规范的WebGIS空间数据管理系统,给出具体的实现步骤。该方案可高效地完成矢量空间信息的入库、地图发布、可视化浏览、空间目标对象属性信... 为更好地实现地理空间信息共享,在最新开源(Open Source)项目基础上,设计与开发一个基于OGC标准规范的WebGIS空间数据管理系统,给出具体的实现步骤。该方案可高效地完成矢量空间信息的入库、地图发布、可视化浏览、空间目标对象属性信息查询等任务,能够为集成应用提供标准的数据访问和获取接口。最后,将其应用到国家科技基础条件平台"地球系统科学数据共享平台"中,取得较好效果。 展开更多
关键词 开源(open source)项目 OGC规范 WEBGIS 空间信息入库 地图发布 可视化浏览
下载PDF
Web service based spatial forest information system using an open source software approach 被引量:3
16
作者 李世明 Joachim Saborowski +3 位作者 Jens Nieschulze 李增元 陆元昌 陈尔学 《Journal of Forestry Research》 SCIE CAS CSCD 2007年第2期85-90,共6页
For technical and other reasons there is a dilemma that data providers cannot find an appropriate way to redistribute spatial forest data and data users who need spatial data cannot access and integrate available fore... For technical and other reasons there is a dilemma that data providers cannot find an appropriate way to redistribute spatial forest data and data users who need spatial data cannot access and integrate available forest resources information. To overcome this dilemma, this paper proposed a spatial forest information system based on Web service using an open source software approach. With Web service based architecture, the system can enable interoperability, integrate Web services from other application servers, reuse codes, and shorten the development time and cost. At the same time, it is possible to extend the local system to a regional or national spatial forest information system. The growth of Open Source Software (OSS) provides an alternative choice to proprietary software for operating systems, web servers, Web-based GIS applications and database management systems. Using open source software to develop spatial forest information systems can greatly reduce the cost while providing high performance and sharing spatial forest information. We chose open source software to build a prototype system for Xixia County, Henan Province, China. By integrating OSS packages Deegree and UMN MapServer which are compliant to the OGC open specifications, the prototype system enables users to access spatial forest information and travelling information of Xixia County which come from two different data servers via a standard Web browser and promotes spatial forest information sharing. 展开更多
关键词 Web service spatial forest information system open source Software Deegree UMN MapServer
下载PDF
再谈基于Open Source技术的网络安全实验专题设计
17
作者 方贤进 《计算机教育》 2008年第18期6-7,共2页
本文介绍了笔者基于Open Source技术所设计的一些网络安全实验,并详细介绍了每个实验的平台构建和实验项目。
关键词 open source 网络安全 实验
下载PDF
Web Based GIS for Tourism Development Using Effective Free and Open Source Software Case Study: Gondor Town and Its Surrounding Area, Ethiopia 被引量:5
18
作者 Mengesha Endalew Zerihun 《Journal of Geographic Information System》 2017年第1期47-58,共12页
Tourism in developing countries are some means of solving their economic problems and improving live standards of people and creates job opportunity for the host people in getting additional income and improve the dev... Tourism in developing countries are some means of solving their economic problems and improving live standards of people and creates job opportunity for the host people in getting additional income and improve the developments of the country. The result of tourism in terms of environmental, cultural, economic and social aspects has a greater effect for Ethiopia. Gondar, the center of Ethiopian art and culture, is famous in its many Imperial castles and the design and decoration of its churches. This land of castles and churches was founded by Emperor Fasiladas in 1930s and served as tourist attraction sites all over the world. The main challenge to attract international tourists in the study area is Scarce and insufficient promotion of the tourist attraction sites, Lack of broad information based on the internet about tourism information, and lack of organized information about tourism facilities & destinations. This study tries to identify tourist attraction elements of Gondor town and its surrounding area & to identify non spatial data’s essential for touristic activities to develop & propose a web based GIS portal for the improvement of tourism activity in the town. The main target of developing a web based GIS interactive map is to promote and improve tourism industry of the area. It has been produced using free and open source software’s for fast processing, displaying, sharing, and distribution of tourism information using world wide web. For the web services PHP, HTML script language and QGIS2leaflet plugins are used in the development of web GIS portal. 展开更多
关键词 Web Based GIS TOURISM Gondor QGIS Free and open source Softwares
下载PDF
Optimal capacity planning of combined renewable energy source-pumped storage and seawater desalination systems 被引量:4
19
作者 Boyu Liu Bowen Zhou +2 位作者 Dongsheng Yang Zhile Yang Mingjian Cui 《Global Energy Interconnection》 2019年第4期310-317,共8页
As water scarcity is becoming a growing threat to human development, finding effective solutions has become an urgent need. To make better use of water resources, seawater desalination and storage systems using renewa... As water scarcity is becoming a growing threat to human development, finding effective solutions has become an urgent need. To make better use of water resources, seawater desalination and storage systems using renewable energy sources(RES) are designed and implemented around the world. In this paper, an optimal capacity planning method for RES-pumped storage-seawater desalination(RES-PS-D) system is introduced. The configuration of the RES-PS-D system is clarified first, after which a cost-benefit analysis is performed using all cost and benefit components. A function for determining maximum economic benefits of the RES-PS-D system is then established, and the constraints are proposed based on various limitations. The mixed-integer linear programming algorithm is applied to solve the optimal function. A case study is introduced to validate the feasibility and effectiveness of the method. The conclusion shows that the strategy is suitable for solving the configuration optimization problem, and finally both merits and defects of the method are discussed. 展开更多
关键词 RENEWABLE energy source Seawater DESALINATION PUMPED storage MAXIMUM ECONOMIC BENEFIT
下载PDF
Operating performance of novel reverse-cycle defrosting method based on thermal energy storage for air source heat pump 被引量:7
20
作者 董建锴 姜益强 +1 位作者 姚杨 张雪丹 《Journal of Central South University》 SCIE EI CAS 2011年第6期2163-2169,共7页
To solve the fundamental problem of insufficient heat available during defrosting while ensuring the efficient and safe system operation for air-source heat pumps (ASHPs). A novel reverse-cycle defrosting (NRCD) metho... To solve the fundamental problem of insufficient heat available during defrosting while ensuring the efficient and safe system operation for air-source heat pumps (ASHPs). A novel reverse-cycle defrosting (NRCD) method based on thermal energy storage to eliminate frost off the outdoor coil surface was developed. Comparative experiments using both the stand reverse cycle defrosting (SRCD) method and the NRCD method were carried out on an experimental ASHP unit with a nominal 2.5 kW heating capacity. The results indicate that during defrosting operation, using the NRCD method improves discharge and suction pressures by 0.24 MPa and 0.19 MPa, respectively, shortens defrosting duration by 60%, and reduces the defrosting energy consumption by 48.1% in the experimental environment, compared with those by the use of SRCD method. Therefore, using the NRCD method can shorten the defrosting duration, improve the indoor thermal comfort, and reduce the defrosting energy consumption in defrosting. 展开更多
关键词 air source heat pump thermal energy storage phase change material reverse-cycle defrosting
下载PDF
上一页 1 2 211 下一页 到第
使用帮助 返回顶部