期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
资源型企业跨产业链投资中的周期匹配与时机选择策略
1
作者 王东升 田亚楠 任春敏 《会计之友》 北大核心 2023年第8期89-95,共7页
为深入推进双碳目标、推动经济高质量发展,高碳排的资源型企业应主动做出突破性变革。目前,大多资源型企业已意识到跨产业链转型的重要性,并进行了一系列尝试与探索,但效果不佳,主要原因在于企业不知“往哪转、何时转、如何转”。文章... 为深入推进双碳目标、推动经济高质量发展,高碳排的资源型企业应主动做出突破性变革。目前,大多资源型企业已意识到跨产业链转型的重要性,并进行了一系列尝试与探索,但效果不佳,主要原因在于企业不知“往哪转、何时转、如何转”。文章聚焦资源型企业跨产业链转型投资的周期匹配和时机选择问题,剖析永昌源集团成功转型的过程,探讨其转型投资背后的逻辑。研究发现,资源型企业成功投资的前提在于准确匹配新旧产业周期、抓住转型时机。具体包括:基于风险匹配原则,强周期行业转型匹配弱周期行业;基于新产业对旧产业的支持度,资源型产业最佳转型期为复苏后期或繁荣前期,新产业最佳进入时期为成长前期。文章进一步丰富了资源型产业绿色转型的相关研究,以期为资源型企业转型提供借鉴。 展开更多
关键词 资源型企业 跨产业链投资 周期匹配 时机识别
在线阅读 下载PDF
基于抽象语法树和多态机制的复杂条件语句自动重构研究 被引量:2
2
作者 刘伟 胡志刚 刘宏韬 《电子科技大学学报》 EI CAS CSCD 北大核心 2014年第5期736-741,共6页
针对源代码中复杂条件语句将增加程序的复杂性,影响代码的易理解性、可测试性、可维护性和可扩展性等问题,提出了一种基于抽象语法树和多态机制的复杂条件语句自动重构方法,用于识别源代码中复杂条件语句的重构时机并实施自动代码重构... 针对源代码中复杂条件语句将增加程序的复杂性,影响代码的易理解性、可测试性、可维护性和可扩展性等问题,提出了一种基于抽象语法树和多态机制的复杂条件语句自动重构方法,用于识别源代码中复杂条件语句的重构时机并实施自动代码重构。首先将源代码转换为抽象语法树,再探测代码中的条件语句,寻找满足预定条件的条件语句,最后利用多态机制对条件语句进行自动重构,将其封装到一系列子类中。对4个开源项目进行重构时机识别和自动重构实验。实验结果表明,重构时机识别算法的精确率可达100%,并能准确地实现代码的自动重构;经回归测试,重构后的代码未引入任何错误;此外,该算法具有较好的性能,执行时间与系统规模呈线性关系,能够应用于各类不同规模的系统。 展开更多
关键词 抽象语法树 复杂条件语句 重构时机识别 多态 重构
在线阅读 下载PDF
Identification of refactoring opportunities for source code based on class association relationships
3
作者 LIU Wei YANG Na +2 位作者 HUANG Xin-di HU Wei HU Zhi-gang 《Journal of Central South University》 SCIE EI CAS CSCD 2020年第12期3768-3778,共11页
In order to deal with the complex association relationships between classes in an object-oriented software system,a novel approach for identifying refactoring opportunities is proposed.The approach can be used to dete... In order to deal with the complex association relationships between classes in an object-oriented software system,a novel approach for identifying refactoring opportunities is proposed.The approach can be used to detect complex and duplicated many-to-many association relationships in source code,and to provide guidance for further refactoring.In the approach,source code is first transformed to an abstract syntax tree from which all data members of each class are extracted,then each class is characterized in connection with a set of association classes saving its data members.Next,classes in common associations are obtained by comparing different association classes sets in integrated analysis.Finally,on condition of pre-defined thresholds,all class sets in candidate for refactoring and their common association classes are saved and exported.This approach is tested on 4 projects.The results show that the precision is over 96%when the threshold is 3,and 100%when the threshold is 4.Meanwhile,this approach has good execution efficiency as the execution time taken for a project with more than 500 classes is less than 4 s,which also indicates that it can be applied to projects of different scales to identify their refactoring opportunities effectively. 展开更多
关键词 identification of refactoring opportunities abstract syntax tree class association relationships common association classes source code
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部