期刊文献+
共找到106,695篇文章
< 1 2 250 >
每页显示 20 50 100
Context-aware BPEL workflow system using aspect-oriented programming
1
作者 Minsuk Kim Donggyu Kuak +1 位作者 Jongsun Choi Jaeyoung Choi 《Journal of Measurement Science and Instrumentation》 CAS 2012年第2期119-122,共4页
Business process execution language(BPEL)is a most recognized standard workflow language.However,it is difficult to be used in the ubiquitous system computing environment because it is difficult to describe the contex... Business process execution language(BPEL)is a most recognized standard workflow language.However,it is difficult to be used in the ubiquitous system computing environment because it is difficult to describe the context information in the selection of the flow through the branch.To solve this problem,we propose a new BPEL workflow system with context-awareness by using aspect-oriented programming(AOP).This system is composed of a BPEL system module and a weaving module using AOP for context-aware.The BPEL system module generates a BPEL workflow program.And the weaving module converts a context-aware mark-up language(CAML)document to the aspect-oriented program that is applied to context-aware code without modification of the existing BPEL document.We also define a new document form that is called CAML,which provides a context-aware that is not available in BPEL.The system can generate a context-aware workflow program.It is developed in a way that inserts context information using AOP to provide context-aware services. 展开更多
关键词 aspect-oriented programming(AOP) business process execution language(BPEL) context-aware workflow
在线阅读 下载PDF
Towards Semantic Mutation Testing of Aspect-Oriented Programs
2
作者 Abdul Azim Abdul Ghani 《Journal of Software Engineering and Applications》 2013年第10期5-13,共9页
Aspect-oriented programs have received much attention from software testing researchers. Various testing techniques and approaches have been proposed to tackle issues and challenges when testing aspect-oriented progra... Aspect-oriented programs have received much attention from software testing researchers. Various testing techniques and approaches have been proposed to tackle issues and challenges when testing aspect-oriented programs including traditional mutation testing. In traditional mutation testing of aspect-oriented programs, mutants are generated by making small changes to the syntax of the aspect-oriented language. Recently, a new approach known as semantic mutation testing has been proposed. This approach mutates the semantics of the language in which the program is written. The mutants generated misunderstandings of the language which are different classes of faults. Aspect-oriented programming presents itself with different properties that can be further explored with respect to semantic mutation testing. This paper describes various possible scenarios that semantic mutation testing strategy might have particular value in testing aspect-oriented programs. 展开更多
关键词 aspect-oriented program TESTING MUTATION TESTING SEMANTIC MUTATION TESTING
暂未订购
Design and Implementation of a BPEL Profiling System by Aspect-oriented Programming
3
作者 Donggyu KWAK Jaeyoung CHOI 《Journal of Measurement Science and Instrumentation》 CAS 2011年第2期174-178,共5页
Business Process Exeention Language (BPEL) is being used in various applications as the standard of workflow. As the requirerments increase to describe application processes in BPEL, BPEL documentt is getting more C... Business Process Exeention Language (BPEL) is being used in various applications as the standard of workflow. As the requirerments increase to describe application processes in BPEL, BPEL documentt is getting more Complplicated. Therefore it is difficult to describe applications in BPEL with high reliability. In order to write highly reliable BPEL document, it is necessary to check if the document is working correctly in accordance with user's intention. But it is difficult to carry out the test since BPEL engine doesn't provide a profiling function. In this paper, we suggest a BPEL system with a real-time profiling function. The suggested system consists of an integrated development environment and a BPEL nunning environment. BPEL integrated development environment has a BPEL to Java(B2J) engine, which generates and executes a Java workflow program from a BPEL document, and a converter, which converts Java Weaving XML (JWX) documents to Aspect-oriented programs. The new functions are described in JWX, which is Extensive Markup Lan-guage (XML)-based document. Since aspect-oriented programming technique provides the way to modularize main and supplemental requirements, it guarantees the low degree of coupling between BPEL workflow program and new functions by weaving them. Our approach can be extended to add other functions to provide context-aware services. 展开更多
关键词 Aspect-Oiented programming (AOP) BPEL components PROFILING adding function
在线阅读 下载PDF
造境阅读推广活动:美国图书馆“Passive Program”的中文译名
4
作者 王波 《大学图书情报学刊》 2026年第2期3-8,共6页
文章探讨了美国图书馆“Passive Program”的中文翻译问题。针对范并思教授的提问,文章指出将“Passive Program”译为“被动活动”不适合中文语境,因其带有消极色彩且未能准确反映这类活动所具有的图书馆员前期主动策划、过程中低干预... 文章探讨了美国图书馆“Passive Program”的中文翻译问题。针对范并思教授的提问,文章指出将“Passive Program”译为“被动活动”不适合中文语境,因其带有消极色彩且未能准确反映这类活动所具有的图书馆员前期主动策划、过程中低干预的核心特征。在分析得出“Passive Program”依靠空间与道具引导读者自发参与的特点后,作者提出将其转译为“造境阅读推广活动”,意指图书馆通过营造特定场景、情景或意境,激发读者自主阅读。“造境阅读推广活动”这个译名既契合“Passive Program”的内涵,又统摄了中美图书馆的同类实践,为理论研究、实践应用与中外交流提供了恰当的概念工具。 展开更多
关键词 Passive program 被动活动 造境阅读推广活动 场景阅读推广活动 情景阅读推广活动 意境阅读推广活动 美国图书馆
在线阅读 下载PDF
Insights into Student Perceptions of Error Feedback and Improvement Preferences in Online Programming Education
5
作者 Li Zhang Tianze Wang +1 位作者 Jing Jiang Yufei Zhou 《计算机教育》 2026年第3期176-189,共14页
Online programming platforms are popular in programming education.However,there has been no research investigating students’real opinions and expectations of the error feedback mechanisms,leaving educators without a ... Online programming platforms are popular in programming education.However,there has been no research investigating students’real opinions and expectations of the error feedback mechanisms,leaving educators without a solid data foundation when attempting to improve the error feedback mechanisms.This paper makes a survey of 834 students across various programming courses and investigates student perceptions of error feedback mechanisms on online programming platforms.It explores the effectiveness of existing feedback,student satisfaction,and preferences for potential improvements,focusing on automatic error localization and program repair mechanisms.Results reveal a significant portion of students are dissatisfied with current feedback due to its limited informativeness.Students also express a clear demand for stronger feedback mechanisms,such as error localization and repair hints.Nevertheless,they prefer feedback that subtly guides them toward solutions,rather than providing direct and explicit answers,valuing the opportunity to enhance their debugging skills.The findings suggest a need for balanced,educational-focused feedback mechanisms that aid learning while promoting independent problem-solving. 展开更多
关键词 Error feedback Online programming education program error localization Automated program repair
在线阅读 下载PDF
Reprogramming induced neurons from olfactory ensheathing glial cells: A feasible approach for spinal cord injury repair
6
作者 Javier Sierra María Portela-Lomba +1 位作者 Diana Simón M.Teresa Moreno-Flores 《Neural Regeneration Research》 2026年第1期296-297,共2页
Every year, around the world, between 250,000 and 500,000 people suffer a spinal cord injury(SCI). SCI is a devastating medical condition that arises from trauma or disease-induced damage to the spinal cord, disruptin... Every year, around the world, between 250,000 and 500,000 people suffer a spinal cord injury(SCI). SCI is a devastating medical condition that arises from trauma or disease-induced damage to the spinal cord, disrupting the neural connections that allow communication between the brain and the rest of the body, which results in varying degrees of motor and sensory impairment. Disconnection in the spinal tracts is an irreversible condition owing to the poor capacity for spontaneous axonal regeneration in the affected neurons. 展开更多
关键词 INJURY feasible programMING
暂未订购
Effectiveness of a stepped self-care program for stroke survivors:A quasi-experimental study
7
作者 Zihao Ruan Dan Wang +5 位作者 Wenna Wang Yongxia Mei Hui Wang Suyan Chen Qiushi Zhang Zhenxiang Zhang 《International Journal of Nursing Sciences》 2026年第1期45-52,I0004,共9页
Objectives This study aimed to evaluate the effectiveness of the stepped self-care program on the self-care,self-efficacy,and quality of life of stroke survivors.Methods This quasi-experimental study allocated 110 str... Objectives This study aimed to evaluate the effectiveness of the stepped self-care program on the self-care,self-efficacy,and quality of life of stroke survivors.Methods This quasi-experimental study allocated 110 stroke survivors from two neurology wards into an intervention group(n=55)who received the stepped self-care program and a control group(n=55)who received usual care from June to December 2023.The Self-Care of Stroke Inventory,Stroke Self-Efficacy Questionnaire,and the short version of the Stroke Specific Quality of Life Scale were administered at baseline(T0),immediately post-intervention(T_(1)),and at 1-month(T_(2))and 3-month(T_(3))follow-ups.Data were analyzed using repeated measures analyses of variance,and generalized estimating equations.Results A total of 48 participants in the intervention group and 50 participants in the control group completed the study.No statistically significant differences were observed at T0 in any of the measured indicators(all P>0.05).The study showed significant group,time,and group×time interaction effects across the assessed outcomes(all P<0.05).Follow-up between-group comparisons at T_(1),T_(2),and T_(3) indicated that the intervention group had significantly higher scores in self-care maintenance,self-care monitoring,self-care management,self-efficacy,and quality of life than the control group(all P<0.001).Conclusions The stepped self-care program significantly improved self-care behaviors,self-efficacy,and quality of life among stroke survivors.These findings support the broader implementation of this approach in post-discharge home self-care. 展开更多
关键词 Quality of life SELF-CARE SELF-EFFICACY Stepped care program STROKE
暂未订购
Stimulating peripheral nerves to alleviate disease symptoms program:A new perspective on regulating the cardiac system
8
作者 Jiamian Zhang Heng Zhang +2 位作者 Hongyi Cheng Hang Sun Kun Liu 《Journal of Traditional Chinese Medical Sciences》 2026年第1期70-76,共7页
To systematically elucidate the central role of the cardiac autonomic nervous system(ANS)in maintaining cardiovascular homeostasis,analyze the pathological mechanisms underlying its dysregulation,integrate multidiscip... To systematically elucidate the central role of the cardiac autonomic nervous system(ANS)in maintaining cardiovascular homeostasis,analyze the pathological mechanisms underlying its dysregulation,integrate multidisciplinary research findings from the U.S.stimulating peripheral nerves to alleviate disease symptoms(SPARC)program,and evaluate the unique advantages and current limitations of acupuncture in modulating cardiac ANS function,ultimately proposing novel strategies for the prevention and treatment of cardiovascular diseases.A systematic literature review was conducted to synthesize current knowledge on the fundamental regulatory mechanisms of the cardiac ANS,the SPARC program's innovative contributions to neuroanatomy and neural pathway mapping,as well as clinical and experimental evidence supporting acupuncture's modulation of the ANS.The SPARC program has made significant progress in elucidating the anatomical organization and neural circuitry of the cardiac ANS through interdisciplinary collaboration,offering novel insights and methodological frameworks for studying cardiac autonomic regulation.Acupuncture,as a cornerstone of traditional medicine,has demonstrated both specificity and multi-target regulatory effects on the cardiac ANS through clinical and experimental studies.However,challenges remain,including an incomplete mechanistic understanding,technical limitations in research methodologies,and difficulties in translating findings into clinical practice.Future research on acupuncture should build upon its inherent strengths while advancing its integration with modern scientific and technological approaches.Strengthening interdisciplinary collaboration and leveraging artificial intelligence can open new frontiers in mechanistic exploration and technological innovation.These efforts will facilitate the internationalization of acupuncture research and contribute innovative perspectives and therapeutic strategies for cardiovascular disease prevention and treatment. 展开更多
关键词 Cardiac autonomic nervous system SPARC program ACUPUNCTURE Mechanistic understanding Multidisciplinary collaboration
暂未订购
Global Optimization Algorithm for Minimizing Linear Fractional Programming
9
作者 ZHAO Peng SHEN Pei-ping ZHONG Zhe-wei 《Chinese Quarterly Journal of Mathematics》 2026年第1期50-59,共10页
In this paper,we study a class of Linear Fractional Programming on a nonempty bounded set,called the Problem(LFP),and design a branch and bound algorithm to find the global optimal solution of the problem(LFP).First,w... In this paper,we study a class of Linear Fractional Programming on a nonempty bounded set,called the Problem(LFP),and design a branch and bound algorithm to find the global optimal solution of the problem(LFP).First,we convert the problem(LFP)to the equivalent problem(EP2).Secondly,by applying the linear relaxation technique to the problem(EP2),the linear relaxation programming problem(LRP2Y)was obtained.Then,the overall framework of the algorithm is given,and the convergence and complexity of the algorithm are analyzed.Finally,experimental results are listed to illustrate the effectiveness of the algorithm. 展开更多
关键词 Global optimization Linear Fractional programming Branch and bound algorithm Linear relaxation
在线阅读 下载PDF
Open-loop control of combustion instabilities in a full-scale annular ramjet combustor using linear genetic programming
10
作者 Jianguo TAN Zheng XU +2 位作者 Yao LIU Dongdong ZHANG Yi HOU 《Chinese Journal of Aeronautics》 2026年第2期20-28,共9页
The operational demands of a wide range significantly exacerbate combustion instability issues within ramjet combustor.To suppress combustion oscillations,an open-loop control system utilizing Linear Genetic Programmi... The operational demands of a wide range significantly exacerbate combustion instability issues within ramjet combustor.To suppress combustion oscillations,an open-loop control system utilizing Linear Genetic Programming(LGP)has been developed for a full-scale annular ramjet combustor.The LGP is used to generate control laws that include multi-frequency forcing.These laws are then transformed into square waves to actuate the solenoid valve,which modulates the kerosene supply for open-loop control.The results show that the duty cycle has little effect on instability amplitude,whereas an increase in frequency leads to a remarked reduction in combustion amplitude.After five generations evolvements,the pressure amplitude is reduced by 40.6% under the optimal control law generated by LGP.Furthermore,the machine learning process is depicted using a proximity map of control law similarity,with the search pathway visualized by the steepest descent.All individuals go forward to the upper left corner of the map with the evolution process,terminating at the optimal individual of the fifth generation. 展开更多
关键词 Annular ramjet combustor Combustion instabilities Linear genetic programming Machine learning Open-loop control
原文传递
Comparative Study of Clinical Efficacy of Two Skin Health Programs under Massage Intervention
11
作者 Zhao Xuehua Liu Jianwei +2 位作者 Zi Yusha Hu Weiren Peng Xianwu 《China Detergent & Cosmetics》 2026年第1期18-26,共9页
Instrumental and expert assessments were used to assess the effect of massage on facial skin blood perfusion,as well as the effects of the long-term use of the two skin health programs on the water content of the stra... Instrumental and expert assessments were used to assess the effect of massage on facial skin blood perfusion,as well as the effects of the long-term use of the two skin health programs on the water content of the stratum corneum,F4,L^(*),dermal and epidermal thickness and density,facial wrinkles,and so on.Sixty healthy Chinese women were selected as the study subjects,which were subsequently divided into G1 non-massage group and G2 massage group.The results show that massage can increase the blood perfusion of facial skin.Group G2 solution is found to be more effective in improving the skin structural barrier(epidermal density),skin elasticity,firmness(dermal thickness)and forehead wrinkles. 展开更多
关键词 skin health program facial massage skin blood perfusion skin thickness skin density ANTI-WRINKLE
在线阅读 下载PDF
Training Program Reform and Curriculum Construction of Characteristic Software Innovation Talents Based on the Integration of Industry and Education
12
作者 Yixian Liu Jun Guo +2 位作者 Bin Zhang Dongming Chen Zhiliang Zhu 《计算机教育》 2026年第3期190-198,共9页
Aiming at the problem of innovative talent training in the industry field in characteristic software colleges,combined with the actual situation of Software College of Northeastern University,this paper analyzes the c... Aiming at the problem of innovative talent training in the industry field in characteristic software colleges,combined with the actual situation of Software College of Northeastern University,this paper analyzes the construction requirements of characteristic talent training mode and training scheme,puts forward the reform of characteristic software innovative talent training scheme integrating production and education,and takes the characteristic direction of financial technology as an example to introduce the curriculum construction based on industry-education integration and school-enterprise cooperation. 展开更多
关键词 Integration of industry and education Characteristic talents cultivation program reform Curriculum construction
在线阅读 下载PDF
CD44-targeting and ZIF-8 gated gold nanocage for programmed breast cancer therapy through Pt-induced immunogenic cell death
13
作者 Xin Li Fei Xiong +7 位作者 Xudong Cao Wei Liu Haobo Chen Jiayu He Weina Zhang Longguang Tang Wei Huang Xikuang Yao 《Chinese Chemical Letters》 2026年第1期462-467,共6页
The field of nanomedicine has been revolutionized by the concept of immunogenic cell death(ICD)-enhanced cancer therapy,which holds immense promise for the efficient treatment of cancer.However,precise delivery of ICD... The field of nanomedicine has been revolutionized by the concept of immunogenic cell death(ICD)-enhanced cancer therapy,which holds immense promise for the efficient treatment of cancer.However,precise delivery of ICD inducer is severely hindered by complex biological barriers.How to design and build intelligent nanoplatform for adaptive and dynamic cancer therapy remains a big challenge.Herein,this article presents the design and preparation of CD44-targeting and ZIF-8 gated gold nanocage(Au@ZH) for programmed delivery of the 1,2-diaminocyclohexane-Pt(Ⅱ)(DACHPt) as ICD inducer.After actively targeting the CD44 on the surface of 4T1 tumor cell,this Pt-Au@ZH can be effectively endocytosed by the 4T1 cell and release the DACHPt in tumor acidic environment,resulting in ICD effect and superior antitumor efficacy both in vitro and in vivo in the presence of mild 808 nm laser irradiation.By integration of internal and external stimuli intelligently,this programmed nanoplatform is poised to become a cornerstone in the pursuit of effective and targeted cancer therapy in the foreseeable future. 展开更多
关键词 programmed drug release ZIF-8-gated Gold nanocage Immunogenic cell death Cancer therapy
原文传递
Quality-guaranteed Dubins Path Planning for USV Based on Mixed-integer Piecewise linear Programming for Addressing the Extended Minimum-time Intercept Problem
14
作者 Xing Zhou Kelin Zhu +3 位作者 Shuang Liu Zhaoqing Li Wenxin Zhang Kang Du 《哈尔滨工程大学学报(英文版)》 2026年第1期216-227,共12页
During the use of robotics in applications such as antiterrorism or combat,a motion-constrained pursuer vehicle,such as a Dubins unmanned surface vehicle(USV),must get close enough(within a prescribed zero or positive... During the use of robotics in applications such as antiterrorism or combat,a motion-constrained pursuer vehicle,such as a Dubins unmanned surface vehicle(USV),must get close enough(within a prescribed zero or positive distance)to a moving target as quickly as possible,resulting in the extended minimum-time intercept problem(EMTIP).Existing research has primarily focused on the zero-distance intercept problem,MTIP,establishing the necessary or sufficient conditions for MTIP optimality,and utilizing analytic algorithms,such as root-finding algorithms,to calculate the optimal solutions.However,these approaches depend heavily on the properties of the analytic algorithm,making them inapplicable when problem settings change,such as in the case of a positive effective range or complicated target motions outside uniform rectilinear motion.In this study,an approach employing a high-accuracy and quality-guaranteed mixed-integer piecewise-linear program(QG-PWL)is proposed for the EMTIP.This program can accommodate different effective interception ranges and complicated target motions(variable velocity or complicated trajectories).The high accuracy and quality guarantees of QG-PWL originate from elegant strategies such as piecewise linearization and other developed operation strategies.The approximate error in the intercept path length is proved to be bounded to h^(2)/(4√2),where h is the piecewise length. 展开更多
关键词 Minimum-time intercept problem Dubins vehicle Mixed-integer piecewise-linear program LINEARIZATION Approximate error trigonometric function USV
在线阅读 下载PDF
Laser-induced in situ reprogramming of magnetic shape memory composites for adaptive devices
15
作者 Qianqian Zhang Rui Li +5 位作者 Yuan Tao Yiyu Chen Yanlei Hu Dong Wu Jiaru Chu Jiawen Li 《International Journal of Extreme Manufacturing》 2026年第1期767-779,共13页
Programmable/reprogrammable magneto-responsive composites(MRCs)are highly desirable for applications in soft robotics,morphable actuators,and biomedical devices due to their capabilities of undergoing reversible,compl... Programmable/reprogrammable magneto-responsive composites(MRCs)are highly desirable for applications in soft robotics,morphable actuators,and biomedical devices due to their capabilities of undergoing reversible,complex,untethered,and rapid deformations.However,current MRC-based devices primarily rely on soft matrices,which revert to their original shapes and cease functioning when external magnetic fields are removed.Moreover,their magnetization programming,deformations,and functioning need to alternate between encoding and actuation platforms,limiting the adaptability and efficiency.Here,we present a reprogrammable magnetic shape-memory composite(RM-SMC)integrating a shape-memory polymer(SMP)skeleton with phase-transition magnetic microcapsules.High-intensity laser melts microcapsules for magnetic realignment under programmed fields,while low-intensity laser softens SMP for structural reconfiguration without compromising integrity.This dual-laser strategy facilitates in situ magnetization programming,shape morphing,and function execution within a single material system.Our innovative approach enables unique applications,including omnidirectional multi-degree-of-freedom actuators that can activate light switches,solar trackers that optimize energy capture,and adaptive impellers that modulate fluid pumping.By eliminating platform alternation and enabling shape/function retention post-actuation,the RM-SMC platform overcomes critical limitations in conventional MRCs,establishing a paradigm for multifunctional devices requiring persistent configuration control and field-independent operation. 展开更多
关键词 magneto-responsive composites shape memory polymer in situ programming and deformation omnidirectional multi-degree of freedom actuator adjustable fluid pumping
在线阅读 下载PDF
一种基于组件的aspect-oriented编程框架 被引量:2
16
作者 龚育昌 张敏 +1 位作者 乔磊 贾永泉 《小型微型计算机系统》 CSCD 北大核心 2008年第7期1225-1229,共5页
面向方面的编程(AOP:aspect-oriented programming)是一种新的编程技术.它引进了aspect,将影响多个模块的行为封装到一个可重用模块中,允许程序员对横切(crosscutting concerns)进行模块化,从而消除了面向对象编程(OOP:object-oriented ... 面向方面的编程(AOP:aspect-oriented programming)是一种新的编程技术.它引进了aspect,将影响多个模块的行为封装到一个可重用模块中,允许程序员对横切(crosscutting concerns)进行模块化,从而消除了面向对象编程(OOP:object-oriented programming)引起的代码混乱和分散问题.本文讨论了在服务体模型上实现的一种aspect-oriented编程框架.这个编程框架使用aspect组件,定义了对OOP语言的扩展,可方便将模块化的aspect代码扩展到源程序中,解决了OOP模型在这方面的不足. 展开更多
关键词 面向方面 服务体模型 编程框架
在线阅读 下载PDF
Modeling and Analyzing Web Application with Aspect-Oriented Hierarchical Coloured Petri Nets 被引量:1
17
作者 Xiaoxing Sun Huiqun Yu +1 位作者 Honghao Liang Nianhua Yang 《China Communications》 SCIE CSCD 2016年第5期89-102,共14页
Aspect-oriented modeling can uncover potential design faults,yet most existing work fails to achieve both separation and composition in a natural and succinct way.This study presents an aspect-oriented modeling and an... Aspect-oriented modeling can uncover potential design faults,yet most existing work fails to achieve both separation and composition in a natural and succinct way.This study presents an aspect-oriented modeling and analysis approach with hierarchical Coloured Petri Nets(HCPN).HCPN has sub-models and well-defined semantics combining a set of submodels.These two characteristics of HCPN are nicely integrated into aspect oriented modeling.Submodels are used to model aspects while the combination mechanism contributes to aspects weaving.Furthermore,the woven aspect oriented HCPN model can be simulated and analyzed by the CPN Tools.A systematic web application case study is conducted.The results show the system original properties are satisfied after weaving aspects and all design flaws are revealed.As such,the approach can support web application design and analysis in an aspect-oriented fashion concisely and effectively. 展开更多
关键词 aspect-oriented modeling hierarchical coloured Petri net CPN Tools ASKCTL
在线阅读 下载PDF
Aspect-oriented software reverse engineering 被引量:1
18
作者 苏旸 李凡 +1 位作者 胡圣明 陈平 《Journal of Shanghai University(English Edition)》 CAS 2006年第5期402-408,共7页
To solve the identification and comprehension problem of crosscutting concerns in existing legacy software system, a framework of aspect-oriented software reveme engineering is proposed. An approach on re-modularizing... To solve the identification and comprehension problem of crosscutting concerns in existing legacy software system, a framework of aspect-oriented software reveme engineering is proposed. An approach on re-modularizing traversal features of legacy system is presented based on various unified modeling language (UML) diagrams. While modeling crosscutting concerns in UML use case diagrams, the non-functional requirements that affect several use case modules can be enveloped into aspect modules with a stereotype mechanism. The recurring message transmission patterns can be re-modularized as aspects in UML sequence diagrams with UML collaborations. Standard UML activity diagram notations are extended and modified by node fusion and addition, which support the graphical composition operation between crosscutting behaviors and primary business roles of concurrent systems. Case study indicates that travernal features of software system can be extracted and re-modularized from various perspectives in aspect-oriented reverse engineering, which improves comprehensibility and maintainability of legacy systems. 展开更多
关键词 crosscutting concerns aspect mining reverse engineering aspect oriented programming (AOP) unified modeling language (UML).
在线阅读 下载PDF
An Embedded Software Modeling and Process by Using Aspect-Oriented Approach
19
作者 Yong-Yi FanJiang Jong-Yih Kuo Shang-Pin Ma 《Journal of Software Engineering and Applications》 2011年第2期106-122,共17页
In recent years, mobile devices have become widespread and refined, and they have offered increased convenience in human life. For these reasons, a variety of embedded systems have been designed. Therefore, improving ... In recent years, mobile devices have become widespread and refined, and they have offered increased convenience in human life. For these reasons, a variety of embedded systems have been designed. Therefore, improving methods for developing of embedded software systematically has become an important issue. Platform-based design is one example of an embedded-system design method that can reduce the design cost via improving a design’s abstraction level. However, platform-based design lacks precise definitions for platforms and design processes. This paper provides an approach that combines the aspects and platform-based design methods for developing embedded software. The approach is built on platform-based design methodology and uses the separating of concerns (SoC) concept to define the aspects and to reduce the crosscutting concerns in embedded system modeling. For aspect issues, we use the extended UML notation with aspects to describe both the static structure and the dynamic structure of the embedded system. We used an example of a digital photo frame system to demonstrate our approach. 展开更多
关键词 Platform-Based Design aspect-oriented UNIFIED Modeling LANGUAGE EMBEDDED SOFTWARE
暂未订购
Interleukin-17A facilitates tumor progression via upregulating programmed death ligand-1 expression in hepatocellular carcinoma 被引量:1
20
作者 Zhong-Xia Yang Li-Ting Zhang +2 位作者 Xiao-Jun Liu Xue-Bin Peng Xiao-Rong Mao 《World Journal of Gastrointestinal Oncology》 SCIE 2025年第1期176-198,共23页
BACKGROUND Hepatocellular carcinoma(HCC)is an inflammation-associated tumor with a dismal prognosis.Immunotherapy has become an important treatment strategy for HCC,as immunity is closely related to inflammation in th... BACKGROUND Hepatocellular carcinoma(HCC)is an inflammation-associated tumor with a dismal prognosis.Immunotherapy has become an important treatment strategy for HCC,as immunity is closely related to inflammation in the tumor microenvir-onment.Inflammation regulates the expression of programmed death ligand-1(PD-L1)in the immunosuppressive tumor microenvironment and affects im-munotherapy efficacy.Interleukin-17A(IL-17A)is involved in the remodeling of the tumor microenvironment and plays a protumor or antitumor role in different tumors.We hypothesized that IL-17A participates in tumor progression by affe-cting the level of immune checkpoint molecules in HCC.The upregulation of PD-L1 expression in HCC cells by IL-17A was assessed by reverse transcription PCR,western blotting,and flow cytometry.Mechanistic studies were conducted with gene knockout models and pathway inhibitors.The function of IL-17A in immune evasion was explored through coculture of T cells and HCC cells.The effects of IL-17A on the malignant biological behaviors of HCC cells were evaluated in vitro,and the antitumor effects of an IL-17A inhibitor and its synergistic effects with a PD-L1 inhibitor were studied in vivo.RESULTS IL-17A upregulated PD-L1 expression in HCC cells in a dose-dependent manner,whereas IL-17A receptor knockout or treatment with a small mothers against decapentaplegic 2 inhibitor diminished the PD-L1 expression induced by IL-17A.IL-17A enhanced the survival of HCC cells in the coculture system.IL-17A increased the viability,G2/M ratio,and migration of HCC cells and decreased the apoptotic index.Cyclin D1,VEGF,MMP9,and Bcl-1 expression increased after IL-17A treatment,whereas BAX expression decreased.The combination of IL-17A and PD-L1 inhibitors showed synergistic antitumor efficacy and increased cluster of differentiation 8+T lymphocyte infiltration in an HCC mouse model.CONCLUSION IL-17A upregulates PD-L1 expression via the IL-17A receptor/phosphorylation-small mothers against decapenta-plegic 2 signaling pathway in HCC cells.Blocking IL-17A enhances the therapeutic efficacy of PD-L1 antibodies in HCC in vivo. 展开更多
关键词 INTERLEUKIN-17A programmed death ligand-1 Interleukin-17A receptor Small mothers against decapentaplegic 2 Hepatocellular carcinoma IMMUNOTHERAPY
暂未订购
上一页 1 2 250 下一页 到第
使用帮助 返回顶部