期刊文献+
共找到4,324篇文章
< 1 2 217 >
每页显示 20 50 100
Enhancing Building Facade Image Segmentation via Object-Wise Processing and Cascade U-Net
1
作者 Haemin Jung Heesung Park +1 位作者 Hae Sun Jung Kwangyon Lee 《Computers, Materials & Continua》 SCIE EI 2024年第11期2261-2279,共19页
The growing demand for energy-efficient solutions has led to increased interest in analyzing building facades,as buildings contribute significantly to energy consumption in urban environments.However,conventional imag... The growing demand for energy-efficient solutions has led to increased interest in analyzing building facades,as buildings contribute significantly to energy consumption in urban environments.However,conventional image segmentation methods often struggle to capture fine details such as edges and contours,limiting their effectiveness in identifying areas prone to energy loss.To address this challenge,we propose a novel segmentation methodology that combines object-wise processing with a two-stage deep learning model,Cascade U-Net.Object-wise processing isolates components of the facade,such as walls and windows,for independent analysis,while Cascade U-Net incorporates contour information to enhance segmentation accuracy.The methodology involves four steps:object isolation,which crops and adjusts the image based on bounding boxes;contour extraction,which derives contours;image segmentation,which modifies and reuses contours as guide data in Cascade U-Net to segment areas;and segmentation synthesis,which integrates the results obtained for each object to produce the final segmentation map.Applied to a dataset of Korean building images,the proposed method significantly outperformed traditional models,demonstrating improved accuracy and the ability to preserve critical structural details.Furthermore,we applied this approach to classify window thermal loss in real-world scenarios using infrared images,showing its potential to identify windows vulnerable to energy loss.Notably,our Cascade U-Net,which builds upon the relatively lightweight U-Net architecture,also exhibited strong performance,reinforcing the practical value of this method.Our approach offers a practical solution for enhancing energy efficiency in buildings by providing more precise segmentation results. 展开更多
关键词 Building facade image image segmentation edge detection
下载PDF
A New Dynamic and Vertical Photovoltaic Integrated Building Envelope for High-Rise Glaze-Facade Buildings
2
作者 Wuwei Zou Yan Wang +3 位作者 Enze Tian Jiaze Wei Jinqing Peng Jinhan Mo 《Engineering》 SCIE EI CAS CSCD 2024年第8期194-203,共10页
Substantially glazed facades are extensively used in contemporary high-rise buildings to achieve attractive architectural aesthetics.Inherent conflicts exist among architectural aesthetics,building energy consumption,... Substantially glazed facades are extensively used in contemporary high-rise buildings to achieve attractive architectural aesthetics.Inherent conflicts exist among architectural aesthetics,building energy consumption,and solar energy harvesting for glazed facades.In this study,we addressed these conflicts by introducing a new dynamic and vertical photovoltaic integrated building envelope(dvPVBE)that offers extraordinary flexibility with weather-responsive slat angles and blind positions,superior architectural aesthetics,and notable energy-saving potential.Three hierarchical control strategies were proposed for different scenarios of the dvPVBE:power generation priority(PGP),natural daylight priority(NDP),and energy-saving priority(ESP).Moreover,the PGP and ESP strategies were further analyzed in the simulation of a dvPVBE.An office room integrated with a dvPVBE was modeled using EnergyPlus.The influence of the dvPVBE in improving the building energy efficiency and corresponding optimal slat angles was investigated under the PGP and ESP control strategies.The results indicate that the application of dvPVBEs in Beijing can provide up to 131%of the annual energy demand of office rooms and significantly increase the annual net energy output by at least 226%compared with static photovoltaic(PV)blinds.The concept of this novel dvPVBE offers a viable approach by which the thermal load,daylight penetration,and energy generation can be effectively regulated. 展开更多
关键词 Weather-responsive facades Building energy efficiency Dynamic photovoltaic integrated building envelopes(PVBEs) Building-integrated photovoltaics(BIPVs)
下载PDF
Parameter-driven Level of Detail Derivation Method for Semantic Building Facade Model
3
作者 WANG Yuefeng JIAO Wei 《Journal of Geodesy and Geoinformation Science》 CSCD 2024年第3期57-75,共19页
The relentless progress in the research of geographic spatial data models and their application scenarios is propelling an unprecedented rich Level of Detail(LoD)in realistic 3D representation and smart cities.This pu... The relentless progress in the research of geographic spatial data models and their application scenarios is propelling an unprecedented rich Level of Detail(LoD)in realistic 3D representation and smart cities.This pursuit of rich details not only adds complexity to entity models but also poses significant computational challenges for model visualization and 3D GIS.This paper introduces a novel method for deriving multi-LOD models,which can enhance the efficiency of spatial computing in complex 3D building models.Firstly,we extract multiple facades from a 3D building model(LoD3)and convert them into individual semantic facade models.Through the utilization of the developed facade layout graph,each semantic facade model is then transformed into a parametric model.Furthermore,we explore the specification of geometric and semantic details in building facades and define three different LODs for facades,offering a unique expression.Finally,an innovative heuristic method is introduced to simplify the parameterized facade.Through rigorous experimentation and evaluation,the effectiveness of the proposed parameterization methodology in capturing complex geometric details,semantic richness,and topological relationships of 3D building models is demonstrated. 展开更多
关键词 3D building model multi-Level of Detail(LoD) semantic facade model CITYGML 3D GIS
下载PDF
Building Facade Point Clouds Segmentation Based on Optimal Dual-Scale Feature Descriptors
4
作者 Zijian Zhang Jicang Wu 《Journal of Computer and Communications》 2024年第6期226-245,共20页
To address the current issues of inaccurate segmentation and the limited applicability of segmentation methods for building facades in point clouds, we propose a facade segmentation algorithm based on optimal dual-sca... To address the current issues of inaccurate segmentation and the limited applicability of segmentation methods for building facades in point clouds, we propose a facade segmentation algorithm based on optimal dual-scale feature descriptors. First, we select the optimal dual-scale descriptors from a range of feature descriptors. Next, we segment the facade according to the threshold value of the chosen optimal dual-scale descriptors. Finally, we use RANSAC (Random Sample Consensus) to fit the segmented surface and optimize the fitting result. Experimental results show that, compared to commonly used facade segmentation algorithms, the proposed method yields more accurate segmentation results, providing a robust data foundation for subsequent 3D model reconstruction of buildings. 展开更多
关键词 3D Laser Scanning Point Clouds Building facade Segmentation Point Cloud Processing Feature Descriptors
下载PDF
Session Facade设计模式及其在J2EE系统开发中的应用研究 被引量:13
5
作者 李卉 殷兆麟 金铁锋 《计算机工程》 CAS CSCD 北大核心 2005年第14期228-230,共3页
介绍和分析了J2EE平台及SessionFa?ade设计模式的特点,然后用一个网上购书系统的示例说明了如何用SessionFa?ade设计模式开发J2EE应用系统。
关键词 session facade 设计模式 J2EE Web JSP EJB 会话BEAN 实体BEAN
下载PDF
基于Session Facade的MVC模式设计 被引量:2
6
作者 易威环 《电脑知识与技术(过刊)》 2010年第15期3984-3985,3990,共3页
MVC模式是当前开发Web应用较好的一种模式,其模型(Model)部分的设计是至关重要的。比较了几种模型设计方案,提出了基于Session Facade(会话表面层)的模型设计方案,很好地解决了网络开销过大问题,有效地确保了事务完整性、数据安全性。
关键词 MVC 会话表面层 J2EE EJB SERVLET JSP JAVABEAN
下载PDF
Session facade设计模式在银行代理业务中的应用 被引量:2
7
作者 刘冰 沈文轩 《鞍山科技大学学报》 CAS 2007年第3期258-261,共4页
在许多使用EJB技术的J2EE项目中,EJB架构设计好坏直接影响到系统的性能及开发效率。传统的客户端直接调用实体Bean已不再满足可重用、可扩展性等要求,通过对银行代理业务系统模型使用session fafade模式的研究,说明使用一种好的设计模... 在许多使用EJB技术的J2EE项目中,EJB架构设计好坏直接影响到系统的性能及开发效率。传统的客户端直接调用实体Bean已不再满足可重用、可扩展性等要求,通过对银行代理业务系统模型使用session fafade模式的研究,说明使用一种好的设计模式重要性。 展开更多
关键词 EJB 设计模式 session facade CMP EJB-OL
下载PDF
Session Facade在分布式系统中的应用研究
8
作者 石亮 《现代电子技术》 2008年第10期54-56,共3页
讨论一种J2EE设计模式Session Facade在分布式系统开发设计中的使用,进一步针对分布式系统并行处理的复杂性,结合Singleton模式提出对Session Facade的一种改进方法。通过设计模式的改进可以显著提高某一个领域内系统开发设计的效率,能... 讨论一种J2EE设计模式Session Facade在分布式系统开发设计中的使用,进一步针对分布式系统并行处理的复杂性,结合Singleton模式提出对Session Facade的一种改进方法。通过设计模式的改进可以显著提高某一个领域内系统开发设计的效率,能够有效增强系统的安全性、数据完整性、性能、可维护性和可扩展性。 展开更多
关键词 单子模式 会话门面 分布式 并行计算
下载PDF
Parallel session on marine standardization
9
作者 曹欣欣(编译) 《China Standardization》 2024年第4期50-51,共2页
The session on marine standardization was successfully held on May 22.Yu Xinli,President of China Association for Standardization(CAS),was invited to deliver a keynote speech.The highlight of her speech is presented a... The session on marine standardization was successfully held on May 22.Yu Xinli,President of China Association for Standardization(CAS),was invited to deliver a keynote speech.The highlight of her speech is presented as follows。 展开更多
关键词 STANDARDIZATION session MARINE
下载PDF
Facade模式在JDBC编程中的应用 被引量:12
10
作者 陈平 邢桂芬 《计算机工程与设计》 CSCD 北大核心 2006年第1期59-61,69,共4页
针对实际开发中子系统日益增长的复杂度,以及客户端与子系统间耦合度过高的问题。提出了采用设计模式的思想来解决这个问题,并主要介绍了其中的Facade设计模式,以及它在Java数据库连接应用程序接口(JDBCAPI)编程中的应用。通过采用设计... 针对实际开发中子系统日益增长的复杂度,以及客户端与子系统间耦合度过高的问题。提出了采用设计模式的思想来解决这个问题,并主要介绍了其中的Facade设计模式,以及它在Java数据库连接应用程序接口(JDBCAPI)编程中的应用。通过采用设计模式,可以有效降低系统设计的复杂度,在一定程度上简化了用户接口,使系统结构更加简明、清晰、易于扩展,充分显示了在实际应用中采用设计模式的优越性。 展开更多
关键词 设计模式 facade模式 DBC UML 类图 SQL
下载PDF
EJB中的Facade模式原理 被引量:4
11
作者 须文波 黄渌 《计算机工程与设计》 CSCD 2004年第12期2185-2187,共3页
J2EE是Sun公司提出的开发和运行企业级Web应用的标准,可以用于开发大型的、多层次的以及分布式的企业级Web应用系统。EJB的设计是J2EE应用设计中的核心模块,它强调的是可复用性、可维护性、可移植性等。目前,EJB的设计模式有几十种,如... J2EE是Sun公司提出的开发和运行企业级Web应用的标准,可以用于开发大型的、多层次的以及分布式的企业级Web应用系统。EJB的设计是J2EE应用设计中的核心模块,它强调的是可复用性、可维护性、可移植性等。目前,EJB的设计模式有几十种,如何选择适合自己项目的模式是EJB设计的关键问题,Facade模式是EJB中广泛使用的一种模式,介绍了EJB中Facade模式的两种实现--Session Facade和Message Facade,以及设计和使用Facade模式的一些规则。 展开更多
关键词 EJB J2EE 企业级 WEB应用系统 可移植性 可复用性 设计模式 Sun公司 项目 关键问题
下载PDF
Facade模式在数据持久层中的应用 被引量:6
12
作者 张俐 张维玺 《计算机工程与科学》 CSCD 北大核心 2011年第10期105-110,共6页
数据持久化工作是企业在进行应用系统开发时首先必须要面对的重要问题。本文在着重分析了门面模式、泛型DAO模式、Hibernate框架和Spring框架的基础上,依据企业实际开发要求,提出了基于Facde模式的数据持久层开发框架,该持久层框架具有... 数据持久化工作是企业在进行应用系统开发时首先必须要面对的重要问题。本文在着重分析了门面模式、泛型DAO模式、Hibernate框架和Spring框架的基础上,依据企业实际开发要求,提出了基于Facde模式的数据持久层开发框架,该持久层框架具有组件之间的松散耦合,并且整个持久层框架具备良好的稳定性、可伸缩性和可扩展性。最后成功地将该持久层开发框架应用到某电信客户经理工作管理系统中。 展开更多
关键词 facade模式 泛型DAO模式 HIBERNATE框架 SPRING框架
下载PDF
.Net平台下基于Facade模式的软件N层架构的设计与实现 被引量:9
13
作者 庄亮 王丽芳 +1 位作者 蒋泽军 张羽 《微电子学与计算机》 CSCD 北大核心 2006年第7期75-77,共3页
简要介绍了软件分层以及软件N层架构带来的优点,提出了一套.Net平台下基于Facade设计模式的5层软件架构,并针对普通数据库操作对该架构进行了改进,最后结合天津公交信息化系统给出了该架构的使用实例。
关键词 .Net平台 ADO.Net 软件分层 facade设计模式
下载PDF
基于Facade模式的业务逻辑层框架设计 被引量:10
14
作者 吴立春 《微计算机信息》 北大核心 2007年第24期245-246,308,共3页
设计应用程序框架能使应用程序的开发对于一般的设计问题都可以直接利用现成的解决方法,避免了系统开发始终在低层次的不断重复,本文详细设计了以外观模式(Facade)为接口的业务逻辑层框架,讨论了使用Fa?ade模式设计业务逻辑层组件的优点... 设计应用程序框架能使应用程序的开发对于一般的设计问题都可以直接利用现成的解决方法,避免了系统开发始终在低层次的不断重复,本文详细设计了以外观模式(Facade)为接口的业务逻辑层框架,讨论了使用Fa?ade模式设计业务逻辑层组件的优点,并对业务逻辑层组件进行了进一步扩展的设计。 展开更多
关键词 facade模式 业务逻辑层 设计模式
下载PDF
Factory和Facade优化模式体系的研究及应用 被引量:2
15
作者 张辉 陈祖爵 汤克明 《计算机应用研究》 CSCD 北大核心 2008年第12期3832-3834,共3页
提出了一种优化模式的多层架构体系,详细分析了Pet Shop的典型三层架构及使用的Factory模式、Duwamish的多层架构及使用的Facade模式,比较两者不足,综合各自优势,提出目标系统开发架构,更侧重于优化架构的设计、系统具体的实现以及各层... 提出了一种优化模式的多层架构体系,详细分析了Pet Shop的典型三层架构及使用的Factory模式、Duwamish的多层架构及使用的Facade模式,比较两者不足,综合各自优势,提出目标系统开发架构,更侧重于优化架构的设计、系统具体的实现以及各层解决方案的提出,旨在为网络信息系统开发提供参考及新思路。 展开更多
关键词 工厂模式 外观模式 复合架构
下载PDF
基于Facade的EJB远程调用技术
16
作者 邓连瑾 《天津职业院校联合学报》 2009年第5期57-59,共3页
EJB技术是J2EE中一个核心的模块,它具有高复用性、易于维护,和较强的移植性等特性。Facade模式是一种很流行的EJB设计模式,介绍了其具体特性及在实际项目开发中的应用。
关键词 远程调用 设计模式 EJB facade
下载PDF
Facade模式在EJB中的应用研究 被引量:2
17
作者 梁冠敏 刘觉夫 《华东交通大学学报》 2006年第4期90-92,共3页
探讨了典型的Facade设计模式,并介绍了设计和使用Facade模式的一些规则.结合Facade模式的特点,将其应用到实例中,表明应用该模式能够缩短软件的开发时间,并能提高软件的复用性、可维护性、和可移植性.
关键词 设计模式 session facade EJB
下载PDF
基于Facade模式的成绩报表设计
18
作者 蓝鹰 《电脑知识与技术》 2011年第11期7679-7680,共2页
针对高校CAI系统中,成绩报表的输出需求,该文提出了一种基于Facade模式的成绩报表输出设计方案。该方法具有跨平台、易用性强等优点。
关键词 成绩报表 facade CAI
下载PDF
在AOP切面类中获取Session对象的实现方法 被引量:2
19
作者 罗瑞明 《电脑知识与技术》 2023年第9期37-40,共4页
在Spring AOP的实现时,切面类访问Request、Session等对象的方法可以有多种。文章通过一个简单案例,探讨了几种不同方法的实现,希望对进行Spring AOP开发中有实际应用需求的读者提供一些参考。
关键词 Spring 面向切面编程 REQUEST session 切面 通知 目标对象
下载PDF
Facade设计模式在VB数据库中的应用
20
作者 何文孝 《重庆工学院学报》 2004年第2期30-31,34,共3页
介绍了Facade模式及其建模方法,并对该模式在VB数据库中的应用进行讨论。
关键词 facade设计模式 VB 数据库 建模 软件开发
下载PDF
上一页 1 2 217 下一页 到第
使用帮助 返回顶部