With the introduction of Opinions on Deepening the Reform in Innovation and Entrepreneurship Education in Colleges and Universities issued by the General Office of the State Council, establishing an advanced innovativ...With the introduction of Opinions on Deepening the Reform in Innovation and Entrepreneurship Education in Colleges and Universities issued by the General Office of the State Council, establishing an advanced innovative and entrepreneurial education idea, persisting in cultivation-orientation and comprehensively improving personnel training quality have become an important development direction of higher education, and the innovation and entrepreneurship education reform has provided an impetus for the comprehensive reform in colleges and universities. In this context, how to combine the concept of innovation and entrepreneurship education with the traditional teaching system proves to be an important issue to be considered in the development of colleges and universities. The construction of three teaching platforms for innovation, practice and entrepreneurship enables the idea of innovation and entrepreneurship education to be incorporated into the teaching process of Chinese architectural history, thereby carrying out a systematic, comprehensive, far-reaching teaching system reform. The past several years have witnessed a good teaching effect in University of Science and Technology Liaoning due to the implementation of the teaching system reform. It is hoped that the teaching system reform carried out by University of Science and Technology Liaoning can provide a reference for the teaching of Chinese architectural history.展开更多
By pushing computation,cache,and network control to the edge,mobile edge computing(MEC)is expected to play a leading role in fifth generation(5G)and future sixth generation(6G).Nevertheless,facing ubiquitous fast-grow...By pushing computation,cache,and network control to the edge,mobile edge computing(MEC)is expected to play a leading role in fifth generation(5G)and future sixth generation(6G).Nevertheless,facing ubiquitous fast-growing computational demands,it is impossible for a single MEC paradigm to effectively support high-quality intelligent services at end user equipments(UEs).To address this issue,we propose an air-ground collaborative MEC(AGCMEC)architecture in this article.The proposed AGCMEC integrates all potentially available MEC servers within air and ground in the envisioned 6G,by a variety of collaborative ways to provide computation services at their best for UEs.Firstly,we introduce the AGC-MEC architecture and elaborate three typical use cases.Then,we discuss four main challenges in the AGC-MEC as well as their potential solutions.Next,we conduct a case study of collaborative service placement for AGC-MEC to validate the effectiveness of the proposed collaborative service placement strategy.Finally,we highlight several potential research directions of the AGC-MEC.展开更多
Most of the neural network architectures are based on human experience,which requires a long and tedious trial-and-error process.Neural architecture search(NAS)attempts to detect effective architectures without human ...Most of the neural network architectures are based on human experience,which requires a long and tedious trial-and-error process.Neural architecture search(NAS)attempts to detect effective architectures without human intervention.Evolutionary algorithms(EAs)for NAS can find better solutions than human-designed architectures by exploring a large search space for possible architectures.Using multiobjective EAs for NAS,optimal neural architectures that meet various performance criteria can be explored and discovered efficiently.Furthermore,hardware-accelerated NAS methods can improve the efficiency of the NAS.While existing reviews have mainly focused on different strategies to complete NAS,a few studies have explored the use of EAs for NAS.In this paper,we summarize and explore the use of EAs for NAS,as well as large-scale multiobjective optimization strategies and hardware-accelerated NAS methods.NAS performs well in healthcare applications,such as medical image analysis,classification of disease diagnosis,and health monitoring.EAs for NAS can automate the search process and optimize multiple objectives simultaneously in a given healthcare task.Deep neural network has been successfully used in healthcare,but it lacks interpretability.Medical data is highly sensitive,and privacy leaks are frequently reported in the healthcare industry.To solve these problems,in healthcare,we propose an interpretable neuroevolution framework based on federated learning to address search efficiency and privacy protection.Moreover,we also point out future research directions for evolutionary NAS.Overall,for researchers who want to use EAs to optimize NNs in healthcare,we analyze the advantages and disadvantages of doing so to provide detailed guidance,and propose an interpretable privacy-preserving framework for healthcare applications.展开更多
We develop universal quantum computing models that form a family of quantum von Neumann architectures,with modular units of memory,control,CPU,and internet,besides input and output.This family contains three generatio...We develop universal quantum computing models that form a family of quantum von Neumann architectures,with modular units of memory,control,CPU,and internet,besides input and output.This family contains three generations characterized by dynamical quantum resource theory,and it also circumvents no-go theorems on quantum programming and control.Besides universality,such a family satisfies other desirable engineering requirements on system and algorithm design,such as modularity and programmability,hence serves as a unique approach to building universal quantum computers.展开更多
On the basis of a special project for teaching reform, in order to change the boring and dull situation of History of Chinese Architecture in students, ancient architecture model was introduced in the teaching process...On the basis of a special project for teaching reform, in order to change the boring and dull situation of History of Chinese Architecture in students, ancient architecture model was introduced in the teaching process of the pure history course. Through the interpretation, construction, and exhibition stages,the ability of students in grasping the knowledge of architecture history can be strengthened. Then, from the historical background, physical composition, artistic conception of space, structural system, detailed structure, and architectural evolution, the positive significance of ancient architecture model to the teaching of the History of Chinese Architecture was discussed, in the hope of providing certain theoretical basis for the teaching of the History of Chinese Architecture.展开更多
By the end of the 19th century,the missionaries had successfully planted Christianity in Ibadan,Nigeria with its distinguishable architecture.The history of church architecture in Ibadan is synonymous with the beginni...By the end of the 19th century,the missionaries had successfully planted Christianity in Ibadan,Nigeria with its distinguishable architecture.The history of church architecture in Ibadan is synonymous with the beginning of Christianity in Yoruba Country.Based on historical data obtained from the archives and field investigations,the paper traces the development of the church buildings of the missionary churches in Ibadan from the late 19th century to early 21st century.With shifts in the thinking about ideological and liturgical issues in church architecture globally,three distinct phases of development of church buildings in Ibadan are suggested beginning with the mission stations and ending with the modernist church buildings.The paper concludes that attempts to introduce modern architectural expressions in church buildings in Ibadan were increasingly common and strong but traditionalist and historicist approaches to architectural planning of church buildings remained predominant into the 21st century.展开更多
In the last years, architectural practice has been confronted with a paradigm shift towards the application of digital methods in design activities. In this regard, it is a pedagogic challenge to provide a suitable co...In the last years, architectural practice has been confronted with a paradigm shift towards the application of digital methods in design activities. In this regard, it is a pedagogic challenge to provide a suitable computational background for architectural students, to improve their ability to apply algorithmic-parametric logic, as well as fabrication and prototyping resources to design problem solving. This challenge is even stronger when considering less favored social and technological contexts, such as in Brazil, for example. In this scenario, this article presents and discusses the procedures and the results from a didactic experience carried out in a design computing-oriented discipline, inserted in the curriculum of a Brazilian architecture course. Hence, this paper shares some design computing teaching experiences and presents some results on computational methods and creative approaches, with a view to contribute to a better understanding about the relations between logical thinking, mathematics and architectural design processes.展开更多
Graphics Processing Units(GPUs)are used to accelerate computing-intensive tasks,such as neural networks,data analysis,high-performance computing,etc.In the past decade or so,researchers have done a lot of work on GPU ...Graphics Processing Units(GPUs)are used to accelerate computing-intensive tasks,such as neural networks,data analysis,high-performance computing,etc.In the past decade or so,researchers have done a lot of work on GPU architecture and proposed a variety of theories and methods to study the microarchitectural characteristics of various GPUs.In this study,the GPU serves as a co-processor and works together with the CPU in an embedded real-time system to handle computationally intensive tasks.It models the architecture of the GPU and further considers it based on some excellent work.The SIMT mechanism and Cache-miss situation provide a more detailed analysis of the GPU architecture.In order to verify the GPU architecture model proposed in this article,10 GPU kernel_task and an Nvidia GPU device were used to perform experiments.The experimental results showed that the minimum error between the kernel task execution time predicted by the GPU architecture model proposed in this article and the actual measured kernel task execution time was 3.80%,and the maximum error was 8.30%.展开更多
Taking contents of Italian Renaissance gardens in the course Foreign Landscape Architecture History as an example,this paper introduces case teaching method and analyzes application of three-dimensional graphic analys...Taking contents of Italian Renaissance gardens in the course Foreign Landscape Architecture History as an example,this paper introduces case teaching method and analyzes application of three-dimensional graphic analysis method in case teaching in detail,aiming at typical cases of Italian Renaissance gardens,namely,Villa Medici,Fiesole and Villa d’Este,Tivoli.Three-dimensional graphic analysis can help students form intuitive feeling of terrain and space,further understand the typical gardening techniques of foreign gardens,so as to improve the teaching effect of landscape architecture history course.展开更多
As a computing paradigm that combines temporal and spatial computations,dynamic reconfigurable computing provides superiorities of flexibility,energy efficiency and area efficiency,attracting interest from both academ...As a computing paradigm that combines temporal and spatial computations,dynamic reconfigurable computing provides superiorities of flexibility,energy efficiency and area efficiency,attracting interest from both academia and industry.However,dynamic reconfigurable computing is not yet mature because of several unsolved problems.This work introduces the concept,architecture,and compilation techniques of dynamic reconfigurable computing.It also discusses the existing major challenges and points out its potential applications.展开更多
The flexibility of traditional image processing system is limited because those system are designed for specific applications. In this paper, a new TMS320C64x-based multi-DSP parallel computing architecture is present...The flexibility of traditional image processing system is limited because those system are designed for specific applications. In this paper, a new TMS320C64x-based multi-DSP parallel computing architecture is presented. It has many promising characteristics such as powerful computing capability, broad I/O bandwidth, topology flexibility, and expansibility. The parallel system performance is evaluated by practical experiment.展开更多
Security is a key problem for the development of Cloud Computing. A common service security architecture is a basic abstract to support security research work. The authorization ability in the service security faces m...Security is a key problem for the development of Cloud Computing. A common service security architecture is a basic abstract to support security research work. The authorization ability in the service security faces more complex and variable users and environment. Based on the multidimensional views, the service security architecture is described on three dimensions of service security requirement integrating security attributes and service layers. An attribute-based dynamic access control model is presented to detail the relationships among subjects, objects, roles, attributes, context and extra factors further. The model uses dynamic control policies to support the multiple roles and flexible authority. At last, access control and policies execution mechanism were studied as the implementation suggestion.展开更多
Cloud manufacturing has become a reality. It requires sensing and capturing heterogeneous manufacturing resources and extensive data analysis through the industrial internet. However,the cloud computing and serviceori...Cloud manufacturing has become a reality. It requires sensing and capturing heterogeneous manufacturing resources and extensive data analysis through the industrial internet. However,the cloud computing and serviceoriented architecture are slightly inadequate in dynamic manufacturing resource management. This paper integrates the technology of edge computing and microservice and develops an intelligent edge gateway for internet of thing(IoT)-based manufacturing. Distributed manufacturing resources can be accessed through the edge gateway,and cloud-edge collaboration can be realized. The intelligent edge gateway provides a solution for complex resource ubiquitous perception in current manufacturing scenarios. Finally,a prototype system is developed to verify the effectiveness of the intelligent edge gateway.展开更多
Self-assembly of Zn(NO3)2·6H2O and 2,3,5,6-tetrabromoterephthalic acid(H2TBTA) gave rise to two new zinc metal-organic frameworks,Zn(HTBTA)2(phen)2·H2O(1) and Zn(TBTA)1/2(μ2-OH)(H2O)·0....Self-assembly of Zn(NO3)2·6H2O and 2,3,5,6-tetrabromoterephthalic acid(H2TBTA) gave rise to two new zinc metal-organic frameworks,Zn(HTBTA)2(phen)2·H2O(1) and Zn(TBTA)1/2(μ2-OH)(H2O)·0.25EtOH(2).Complex 1 is a mononuclear molecule.The hydrogen bonding interactions further connect the mononuclear molecules to generate a 2D supramolecular architecture.Complex 2 is a 2D organic-inorganic hybrid layer framework constructed from 1D rod-shaped secondary building units.展开更多
On the basis of the discussion on main functions of logistics public information platform, and the summary of general functions of some typical cases at home and abroad, such as China electronic port and TradeLink, th...On the basis of the discussion on main functions of logistics public information platform, and the summary of general functions of some typical cases at home and abroad, such as China electronic port and TradeLink, the logistics public information platform architecture is introduced from a technical point of view. It contains multiple levels, such as cloud computing platform and data storage layer, and discusses some new technologies available. Finally, the important trend of the logistics public information platform development is discussed.展开更多
With the introduction of software defined hardware by DARPA Electronics Resurgence Initiative,software definition will be the basic attribute of information system.Benefiting from boundary certainty and algorithm aggr...With the introduction of software defined hardware by DARPA Electronics Resurgence Initiative,software definition will be the basic attribute of information system.Benefiting from boundary certainty and algorithm aggregation of domain applications,domain-oriented computing architecture has become the technical direction that considers the high flexibility and efficiency of information system.Aiming at the characteristics of data-intensive computing in different scenarios such as Internet of Things(IoT),big data,artificial intelligence(AI),this paper presents a domain-oriented software defined computing architecture,discusses the hierarchical interconnection structure,hybrid granularity computing element and its computational kernel extraction method,finally proves the flexibility and high efficiency of this architecture by experimental comparison.展开更多
Research into automatically searching for an optimal neural network(NN)by optimi-sation algorithms is a significant research topic in deep learning and artificial intelligence.However,this is still challenging due to ...Research into automatically searching for an optimal neural network(NN)by optimi-sation algorithms is a significant research topic in deep learning and artificial intelligence.However,this is still challenging due to two issues:Both the hyperparameter and ar-chitecture should be optimised and the optimisation process is computationally expen-sive.To tackle these two issues,this paper focusses on solving the hyperparameter and architecture optimization problem for the NN and proposes a novel light‐weight scale‐adaptive fitness evaluation‐based particle swarm optimisation(SAFE‐PSO)approach.Firstly,the SAFE‐PSO algorithm considers the hyperparameters and architectures together in the optimisation problem and therefore can find their optimal combination for the globally best NN.Secondly,the computational cost can be reduced by using multi‐scale accuracy evaluation methods to evaluate candidates.Thirdly,a stagnation‐based switch strategy is proposed to adaptively switch different evaluation methods to better balance the search performance and computational cost.The SAFE‐PSO algorithm is tested on two widely used datasets:The 10‐category(i.e.,CIFAR10)and the 100−cate-gory(i.e.,CIFAR100).The experimental results show that SAFE‐PSO is very effective and efficient,which can not only find a promising NN automatically but also find a better NN than compared algorithms at the same computational cost.展开更多
Service-Oriented Architecture (SOA) has drawn significant attention recently, and numerous architecture approaches have been proposed to represent SOA-based applications. The architecture of SOA-based applications is ...Service-Oriented Architecture (SOA) has drawn significant attention recently, and numerous architecture approaches have been proposed to represent SOA-based applications. The architecture of SOA-based applications is different from traditional software architecture, which is mainly static. The architecture of an SOA-based application is dynamic, i.e., the application can be composed at runtime using existing services, and thus the architecture is really determined at runtime, instead of design time. SOA applications have provided a new direction for software architecture study, where the architecture can be dynamically changed at runtime to meet the new application requirements. This paper proposes a Process-Embedded Service-Oriented Infrastructure to build SOA-based applications. This infrastructure embeds the entire software lifecycle management and service-oriented system engineering into the application developed on this infrastructure. Thus, the users can easily re-develop the applications during operation to meet the changing environments and requirements, through the supports provided by the embedded infrastructure.展开更多
An ultra-dense network scenario is a scene where a large number of people assemble in a limited area to generate centralized broadband data traffic requirements.Because ultra-dense networks generate enormous traffic p...An ultra-dense network scenario is a scene where a large number of people assemble in a limited area to generate centralized broadband data traffic requirements.Because ultra-dense networks generate enormous traffic pressure,traditional network capabilities are not enough to accommodate the user s needs.Based on the description of ultra-dense network architecture,we analyze millimeter wave radio spectrum,high gain beam forming,physical layer frame structure,resource concentration and edge computing technology.In addition,the cooperative technology required by overlay and interference symbiosis in the dense network architecture as well as the access control technology of centralized access is analyzed and discussed comprehensively.展开更多
In recent years, folding techniques are widely used by many architects to make 3D forms from 2D sheets as an inspiration for their design, which enables simpler and more intuitive solutions for architectural realizati...In recent years, folding techniques are widely used by many architects to make 3D forms from 2D sheets as an inspiration for their design, which enables simpler and more intuitive solutions for architectural realization. This research provides an overview of using folding techniques in architecture design, with an emphasis on their new applications. In this overview, we classify folding techniques as computation geometry folding techniques and manual folding techniques. Finally, we provide recommendations for future development.展开更多
基金Sponsored by 2016 Liaoning Provincial Program for the 13~(th) Five-Year Plan for Education Science(JG16DB222)2017 Teaching Reform Program for University of Science and Technology Liaoning
文摘With the introduction of Opinions on Deepening the Reform in Innovation and Entrepreneurship Education in Colleges and Universities issued by the General Office of the State Council, establishing an advanced innovative and entrepreneurial education idea, persisting in cultivation-orientation and comprehensively improving personnel training quality have become an important development direction of higher education, and the innovation and entrepreneurship education reform has provided an impetus for the comprehensive reform in colleges and universities. In this context, how to combine the concept of innovation and entrepreneurship education with the traditional teaching system proves to be an important issue to be considered in the development of colleges and universities. The construction of three teaching platforms for innovation, practice and entrepreneurship enables the idea of innovation and entrepreneurship education to be incorporated into the teaching process of Chinese architectural history, thereby carrying out a systematic, comprehensive, far-reaching teaching system reform. The past several years have witnessed a good teaching effect in University of Science and Technology Liaoning due to the implementation of the teaching system reform. It is hoped that the teaching system reform carried out by University of Science and Technology Liaoning can provide a reference for the teaching of Chinese architectural history.
基金supported in part by the National Natural Science Foundation of China under Grant 62171465,62072303,62272223,U22A2031。
文摘By pushing computation,cache,and network control to the edge,mobile edge computing(MEC)is expected to play a leading role in fifth generation(5G)and future sixth generation(6G).Nevertheless,facing ubiquitous fast-growing computational demands,it is impossible for a single MEC paradigm to effectively support high-quality intelligent services at end user equipments(UEs).To address this issue,we propose an air-ground collaborative MEC(AGCMEC)architecture in this article.The proposed AGCMEC integrates all potentially available MEC servers within air and ground in the envisioned 6G,by a variety of collaborative ways to provide computation services at their best for UEs.Firstly,we introduce the AGC-MEC architecture and elaborate three typical use cases.Then,we discuss four main challenges in the AGC-MEC as well as their potential solutions.Next,we conduct a case study of collaborative service placement for AGC-MEC to validate the effectiveness of the proposed collaborative service placement strategy.Finally,we highlight several potential research directions of the AGC-MEC.
基金supported in part by the National Natural Science Foundation of China (NSFC) under Grant No.61976242in part by the Natural Science Fund of Hebei Province for Distinguished Young Scholars under Grant No.F2021202010+2 种基金in part by the Fundamental Scientific Research Funds for Interdisciplinary Team of Hebei University of Technology under Grant No.JBKYTD2002funded by Science and Technology Project of Hebei Education Department under Grant No.JZX2023007supported by 2022 Interdisciplinary Postgraduate Training Program of Hebei University of Technology under Grant No.HEBUT-YXKJC-2022122.
文摘Most of the neural network architectures are based on human experience,which requires a long and tedious trial-and-error process.Neural architecture search(NAS)attempts to detect effective architectures without human intervention.Evolutionary algorithms(EAs)for NAS can find better solutions than human-designed architectures by exploring a large search space for possible architectures.Using multiobjective EAs for NAS,optimal neural architectures that meet various performance criteria can be explored and discovered efficiently.Furthermore,hardware-accelerated NAS methods can improve the efficiency of the NAS.While existing reviews have mainly focused on different strategies to complete NAS,a few studies have explored the use of EAs for NAS.In this paper,we summarize and explore the use of EAs for NAS,as well as large-scale multiobjective optimization strategies and hardware-accelerated NAS methods.NAS performs well in healthcare applications,such as medical image analysis,classification of disease diagnosis,and health monitoring.EAs for NAS can automate the search process and optimize multiple objectives simultaneously in a given healthcare task.Deep neural network has been successfully used in healthcare,but it lacks interpretability.Medical data is highly sensitive,and privacy leaks are frequently reported in the healthcare industry.To solve these problems,in healthcare,we propose an interpretable neuroevolution framework based on federated learning to address search efficiency and privacy protection.Moreover,we also point out future research directions for evolutionary NAS.Overall,for researchers who want to use EAs to optimize NNs in healthcare,we analyze the advantages and disadvantages of doing so to provide detailed guidance,and propose an interpretable privacy-preserving framework for healthcare applications.
基金Project supported by the National Natural Science Foundation of China (Grant Nos.12047503 and 12105343)。
文摘We develop universal quantum computing models that form a family of quantum von Neumann architectures,with modular units of memory,control,CPU,and internet,besides input and output.This family contains three generations characterized by dynamical quantum resource theory,and it also circumvents no-go theorems on quantum programming and control.Besides universality,such a family satisfies other desirable engineering requirements on system and algorithm design,such as modularity and programmability,hence serves as a unique approach to building universal quantum computers.
基金Sponsored by The Special Project for Teaching Reform of Young Teachers of University of Science and Technology Liaoning in 2015 "Reform of Teaching System of the History of Chinese Architecture Based on Practical Personnel Training Mode" (qnjj-2015-09)The Project of the 13~(th) Five-Year Plan for Education and Science of Liaoning Province in 2016 "Research on Innovative and Practical Talents Training Model of Architecture Discipline Based on CDIO Concept"(JG16DB222)
文摘On the basis of a special project for teaching reform, in order to change the boring and dull situation of History of Chinese Architecture in students, ancient architecture model was introduced in the teaching process of the pure history course. Through the interpretation, construction, and exhibition stages,the ability of students in grasping the knowledge of architecture history can be strengthened. Then, from the historical background, physical composition, artistic conception of space, structural system, detailed structure, and architectural evolution, the positive significance of ancient architecture model to the teaching of the History of Chinese Architecture was discussed, in the hope of providing certain theoretical basis for the teaching of the History of Chinese Architecture.
文摘By the end of the 19th century,the missionaries had successfully planted Christianity in Ibadan,Nigeria with its distinguishable architecture.The history of church architecture in Ibadan is synonymous with the beginning of Christianity in Yoruba Country.Based on historical data obtained from the archives and field investigations,the paper traces the development of the church buildings of the missionary churches in Ibadan from the late 19th century to early 21st century.With shifts in the thinking about ideological and liturgical issues in church architecture globally,three distinct phases of development of church buildings in Ibadan are suggested beginning with the mission stations and ending with the modernist church buildings.The paper concludes that attempts to introduce modern architectural expressions in church buildings in Ibadan were increasingly common and strong but traditionalist and historicist approaches to architectural planning of church buildings remained predominant into the 21st century.
文摘In the last years, architectural practice has been confronted with a paradigm shift towards the application of digital methods in design activities. In this regard, it is a pedagogic challenge to provide a suitable computational background for architectural students, to improve their ability to apply algorithmic-parametric logic, as well as fabrication and prototyping resources to design problem solving. This challenge is even stronger when considering less favored social and technological contexts, such as in Brazil, for example. In this scenario, this article presents and discusses the procedures and the results from a didactic experience carried out in a design computing-oriented discipline, inserted in the curriculum of a Brazilian architecture course. Hence, this paper shares some design computing teaching experiences and presents some results on computational methods and creative approaches, with a view to contribute to a better understanding about the relations between logical thinking, mathematics and architectural design processes.
文摘Graphics Processing Units(GPUs)are used to accelerate computing-intensive tasks,such as neural networks,data analysis,high-performance computing,etc.In the past decade or so,researchers have done a lot of work on GPU architecture and proposed a variety of theories and methods to study the microarchitectural characteristics of various GPUs.In this study,the GPU serves as a co-processor and works together with the CPU in an embedded real-time system to handle computationally intensive tasks.It models the architecture of the GPU and further considers it based on some excellent work.The SIMT mechanism and Cache-miss situation provide a more detailed analysis of the GPU architecture.In order to verify the GPU architecture model proposed in this article,10 GPU kernel_task and an Nvidia GPU device were used to perform experiments.The experimental results showed that the minimum error between the kernel task execution time predicted by the GPU architecture model proposed in this article and the actual measured kernel task execution time was 3.80%,and the maximum error was 8.30%.
基金Sponsored by Beijing Natural Science Foundation (8202017)。
文摘Taking contents of Italian Renaissance gardens in the course Foreign Landscape Architecture History as an example,this paper introduces case teaching method and analyzes application of three-dimensional graphic analysis method in case teaching in detail,aiming at typical cases of Italian Renaissance gardens,namely,Villa Medici,Fiesole and Villa d’Este,Tivoli.Three-dimensional graphic analysis can help students form intuitive feeling of terrain and space,further understand the typical gardening techniques of foreign gardens,so as to improve the teaching effect of landscape architecture history course.
基金supported in part by the National Science and Technology Major Project of the Ministry of Science and Technology of China (Grant No. 2018ZX01028201)in part by the National Natural Science Foundation of China (Grant No. 61672317, No. 61834002)in part by the National Key R&D Program of China (Grant No. 2018YFB2202101)
文摘As a computing paradigm that combines temporal and spatial computations,dynamic reconfigurable computing provides superiorities of flexibility,energy efficiency and area efficiency,attracting interest from both academia and industry.However,dynamic reconfigurable computing is not yet mature because of several unsolved problems.This work introduces the concept,architecture,and compilation techniques of dynamic reconfigurable computing.It also discusses the existing major challenges and points out its potential applications.
基金This project was supported by the National Natural Science Foundation of China (60135020).
文摘The flexibility of traditional image processing system is limited because those system are designed for specific applications. In this paper, a new TMS320C64x-based multi-DSP parallel computing architecture is presented. It has many promising characteristics such as powerful computing capability, broad I/O bandwidth, topology flexibility, and expansibility. The parallel system performance is evaluated by practical experiment.
基金supported by National Information Security Program under Grant No.2009A112
文摘Security is a key problem for the development of Cloud Computing. A common service security architecture is a basic abstract to support security research work. The authorization ability in the service security faces more complex and variable users and environment. Based on the multidimensional views, the service security architecture is described on three dimensions of service security requirement integrating security attributes and service layers. An attribute-based dynamic access control model is presented to detail the relationships among subjects, objects, roles, attributes, context and extra factors further. The model uses dynamic control policies to support the multiple roles and flexible authority. At last, access control and policies execution mechanism were studied as the implementation suggestion.
基金supported by the National Key Research and Development Program of China (No.2020YFB1710500)the Primary Research & Development Plan of Jiangsu Province(No.BE2021091)。
文摘Cloud manufacturing has become a reality. It requires sensing and capturing heterogeneous manufacturing resources and extensive data analysis through the industrial internet. However,the cloud computing and serviceoriented architecture are slightly inadequate in dynamic manufacturing resource management. This paper integrates the technology of edge computing and microservice and develops an intelligent edge gateway for internet of thing(IoT)-based manufacturing. Distributed manufacturing resources can be accessed through the edge gateway,and cloud-edge collaboration can be realized. The intelligent edge gateway provides a solution for complex resource ubiquitous perception in current manufacturing scenarios. Finally,a prototype system is developed to verify the effectiveness of the intelligent edge gateway.
基金Supported by the NNSFC (20701025)the NSF of Shandong Province (Y2008B01),and Shandong University
文摘Self-assembly of Zn(NO3)2·6H2O and 2,3,5,6-tetrabromoterephthalic acid(H2TBTA) gave rise to two new zinc metal-organic frameworks,Zn(HTBTA)2(phen)2·H2O(1) and Zn(TBTA)1/2(μ2-OH)(H2O)·0.25EtOH(2).Complex 1 is a mononuclear molecule.The hydrogen bonding interactions further connect the mononuclear molecules to generate a 2D supramolecular architecture.Complex 2 is a 2D organic-inorganic hybrid layer framework constructed from 1D rod-shaped secondary building units.
文摘On the basis of the discussion on main functions of logistics public information platform, and the summary of general functions of some typical cases at home and abroad, such as China electronic port and TradeLink, the logistics public information platform architecture is introduced from a technical point of view. It contains multiple levels, such as cloud computing platform and data storage layer, and discusses some new technologies available. Finally, the important trend of the logistics public information platform development is discussed.
基金supported by National Science and Technology Major Project granted No.2016ZX01012101
文摘With the introduction of software defined hardware by DARPA Electronics Resurgence Initiative,software definition will be the basic attribute of information system.Benefiting from boundary certainty and algorithm aggregation of domain applications,domain-oriented computing architecture has become the technical direction that considers the high flexibility and efficiency of information system.Aiming at the characteristics of data-intensive computing in different scenarios such as Internet of Things(IoT),big data,artificial intelligence(AI),this paper presents a domain-oriented software defined computing architecture,discusses the hierarchical interconnection structure,hybrid granularity computing element and its computational kernel extraction method,finally proves the flexibility and high efficiency of this architecture by experimental comparison.
基金supported in part by the National Key Research and Development Program of China under Grant 2019YFB2102102in part by the National Natural Science Foundations of China under Grant 62176094 and Grant 61873097+2 种基金in part by the Key‐Area Research and Development of Guangdong Province under Grant 2020B010166002in part by the Guangdong Natural Science Foundation Research Team under Grant 2018B030312003in part by the Guangdong‐Hong Kong Joint Innovation Platform under Grant 2018B050502006.
文摘Research into automatically searching for an optimal neural network(NN)by optimi-sation algorithms is a significant research topic in deep learning and artificial intelligence.However,this is still challenging due to two issues:Both the hyperparameter and ar-chitecture should be optimised and the optimisation process is computationally expen-sive.To tackle these two issues,this paper focusses on solving the hyperparameter and architecture optimization problem for the NN and proposes a novel light‐weight scale‐adaptive fitness evaluation‐based particle swarm optimisation(SAFE‐PSO)approach.Firstly,the SAFE‐PSO algorithm considers the hyperparameters and architectures together in the optimisation problem and therefore can find their optimal combination for the globally best NN.Secondly,the computational cost can be reduced by using multi‐scale accuracy evaluation methods to evaluate candidates.Thirdly,a stagnation‐based switch strategy is proposed to adaptively switch different evaluation methods to better balance the search performance and computational cost.The SAFE‐PSO algorithm is tested on two widely used datasets:The 10‐category(i.e.,CIFAR10)and the 100−cate-gory(i.e.,CIFAR100).The experimental results show that SAFE‐PSO is very effective and efficient,which can not only find a promising NN automatically but also find a better NN than compared algorithms at the same computational cost.
文摘Service-Oriented Architecture (SOA) has drawn significant attention recently, and numerous architecture approaches have been proposed to represent SOA-based applications. The architecture of SOA-based applications is different from traditional software architecture, which is mainly static. The architecture of an SOA-based application is dynamic, i.e., the application can be composed at runtime using existing services, and thus the architecture is really determined at runtime, instead of design time. SOA applications have provided a new direction for software architecture study, where the architecture can be dynamically changed at runtime to meet the new application requirements. This paper proposes a Process-Embedded Service-Oriented Infrastructure to build SOA-based applications. This infrastructure embeds the entire software lifecycle management and service-oriented system engineering into the application developed on this infrastructure. Thus, the users can easily re-develop the applications during operation to meet the changing environments and requirements, through the supports provided by the embedded infrastructure.
文摘An ultra-dense network scenario is a scene where a large number of people assemble in a limited area to generate centralized broadband data traffic requirements.Because ultra-dense networks generate enormous traffic pressure,traditional network capabilities are not enough to accommodate the user s needs.Based on the description of ultra-dense network architecture,we analyze millimeter wave radio spectrum,high gain beam forming,physical layer frame structure,resource concentration and edge computing technology.In addition,the cooperative technology required by overlay and interference symbiosis in the dense network architecture as well as the access control technology of centralized access is analyzed and discussed comprehensively.
文摘In recent years, folding techniques are widely used by many architects to make 3D forms from 2D sheets as an inspiration for their design, which enables simpler and more intuitive solutions for architectural realization. This research provides an overview of using folding techniques in architecture design, with an emphasis on their new applications. In this overview, we classify folding techniques as computation geometry folding techniques and manual folding techniques. Finally, we provide recommendations for future development.