From the point of cost-benefit flow and with the Six Green Projects in China as the case and background, it is criticized that the current natural resource and environmental management and the policies in China have s...From the point of cost-benefit flow and with the Six Green Projects in China as the case and background, it is criticized that the current natural resource and environmental management and the policies in China have some problems unsolved since the model of cost-benefit flow is still centralized and mainly in an administrative way in spite of many efforts made theoretically and practically. It is suggested that a new model based on market-oriented economy from the point of cost-benefit flow with Six Green Projects Management and Policies System consist of complete natural reserve (NR). Management system included environmental nature reserves in addition to biodiversity nature reserve, paid using nature resources, an environmental conservation and construction industry and renewable resource production incentive system that turn the direct administration and operation to management and services. The detail figure of the new model of cost-benefit flow is provided and the main points related are discussed in this paper.展开更多
Complex energy and environment system, especially nuclear fuel cycle system recently raised socialconcerns about the issues of economic competitiveness, environmental effect and nuclear proliferation. Only underthe co...Complex energy and environment system, especially nuclear fuel cycle system recently raised socialconcerns about the issues of economic competitiveness, environmental effect and nuclear proliferation. Only underthe condition that those conflicting issues are gotten a consensus between stakeholders with different knowledgebackground, can nuclear power industry be continuingly developed. In this paper, a new analysis platform has beendeveloped to help stakeholders to recognize and analyze various socio-technical issues in the nuclear fuel cycle systembased on the functional modeling method named Multilevel Flow Models (MFM) according to the cognition theoryof human being. Its character is that MFM models define a set of mass, energy and information flow structures onmultiple levels of abstraction to describe the functional structure of a process system and its graphical symbol representationand the means-end and part-whole hierarchical flow structure to make the represented process easy to beunderstood. Based upon this methodology, a micro-process and a macro-process of nuclear fuel cycle system wereselected to be simulated and some analysis processes such as economics analysis, environmental analysis and energybalance analysis related to those flows were also integrated to help stakeholders to understand the process of decision-making with the introduction of some new functions for the improved Multilevel Flow Models Studio, and finallythe simple simulation such as spent fuel management process simulation and money flow of nuclear fuel cycleand its levelised cost analysis will be represented as feasible examples.展开更多
Complex Nuclear Fuel Cycle (NFC) system faces many socio-technical issues that need to obtain the consensus between stakeholders of different knowledge background. In this paper, a visualized analysis platform based o...Complex Nuclear Fuel Cycle (NFC) system faces many socio-technical issues that need to obtain the consensus between stakeholders of different knowledge background. In this paper, a visualized analysis platform based on graphical functional modeling method, Multilevel Flow Model (MFM), is proposed to help those stakeholders to recognize and analyze various socio-technical issues in NFC system. Some new functions, such as “Reaction Function", “Switch Function" and “Conversion Function", are introduced to fulfill new simulation tasks for NFC system. Based upon this methodology, a micro-process and a macro-process of NFC system are simulated and meanwhile some key analysis variables, such as CO2 emission and cost flow, required by some analysis methods are deducted and displayed in the platform. And finally a sample simulation analysis is conducted based on MFM.展开更多
SIMD自动向量化是充分发挥处理器计算能力、提升应用程序性能的重要手段,但是控制流的存在给自动向量化带来了极大的挑战。传统的控制流向量化方法依赖于IF转换技术,但此技术也带来了代码执行效率低的问题。因此,为了缓解这一问题,提出...SIMD自动向量化是充分发挥处理器计算能力、提升应用程序性能的重要手段,但是控制流的存在给自动向量化带来了极大的挑战。传统的控制流向量化方法依赖于IF转换技术,但此技术也带来了代码执行效率低的问题。因此,为了缓解这一问题,提出了一种面向SIMD的控制流投机向量化方法。该方法在向量代码中检测谓词相关区域,使用代价模型在区域内引导实施针对分支一致的投机变换,在运行时消除无用的谓词执行,从而消除冗余计算导致的代码效率低的问题。该方法基于当前主流的GCC10.3编译器实现,实验选取业界公认的SPEC CPU 2006测试集课题和测试向量化能力的TSVC测试集,结果显示SPEC2006测试集481课题在使用该方法后性能提升10%,TSVC_2测试部分典型用例的性能提升在20%以上。在标准测试集上进行,结果表明,此方法能够有效提升GCC编译器的控制流向量化代码的执行效率。展开更多
文摘From the point of cost-benefit flow and with the Six Green Projects in China as the case and background, it is criticized that the current natural resource and environmental management and the policies in China have some problems unsolved since the model of cost-benefit flow is still centralized and mainly in an administrative way in spite of many efforts made theoretically and practically. It is suggested that a new model based on market-oriented economy from the point of cost-benefit flow with Six Green Projects Management and Policies System consist of complete natural reserve (NR). Management system included environmental nature reserves in addition to biodiversity nature reserve, paid using nature resources, an environmental conservation and construction industry and renewable resource production incentive system that turn the direct administration and operation to management and services. The detail figure of the new model of cost-benefit flow is provided and the main points related are discussed in this paper.
文摘Complex energy and environment system, especially nuclear fuel cycle system recently raised socialconcerns about the issues of economic competitiveness, environmental effect and nuclear proliferation. Only underthe condition that those conflicting issues are gotten a consensus between stakeholders with different knowledgebackground, can nuclear power industry be continuingly developed. In this paper, a new analysis platform has beendeveloped to help stakeholders to recognize and analyze various socio-technical issues in the nuclear fuel cycle systembased on the functional modeling method named Multilevel Flow Models (MFM) according to the cognition theoryof human being. Its character is that MFM models define a set of mass, energy and information flow structures onmultiple levels of abstraction to describe the functional structure of a process system and its graphical symbol representationand the means-end and part-whole hierarchical flow structure to make the represented process easy to beunderstood. Based upon this methodology, a micro-process and a macro-process of nuclear fuel cycle system wereselected to be simulated and some analysis processes such as economics analysis, environmental analysis and energybalance analysis related to those flows were also integrated to help stakeholders to understand the process of decision-making with the introduction of some new functions for the improved Multilevel Flow Models Studio, and finallythe simple simulation such as spent fuel management process simulation and money flow of nuclear fuel cycleand its levelised cost analysis will be represented as feasible examples.
文摘Complex Nuclear Fuel Cycle (NFC) system faces many socio-technical issues that need to obtain the consensus between stakeholders of different knowledge background. In this paper, a visualized analysis platform based on graphical functional modeling method, Multilevel Flow Model (MFM), is proposed to help those stakeholders to recognize and analyze various socio-technical issues in NFC system. Some new functions, such as “Reaction Function", “Switch Function" and “Conversion Function", are introduced to fulfill new simulation tasks for NFC system. Based upon this methodology, a micro-process and a macro-process of NFC system are simulated and meanwhile some key analysis variables, such as CO2 emission and cost flow, required by some analysis methods are deducted and displayed in the platform. And finally a sample simulation analysis is conducted based on MFM.
文摘SIMD自动向量化是充分发挥处理器计算能力、提升应用程序性能的重要手段,但是控制流的存在给自动向量化带来了极大的挑战。传统的控制流向量化方法依赖于IF转换技术,但此技术也带来了代码执行效率低的问题。因此,为了缓解这一问题,提出了一种面向SIMD的控制流投机向量化方法。该方法在向量代码中检测谓词相关区域,使用代价模型在区域内引导实施针对分支一致的投机变换,在运行时消除无用的谓词执行,从而消除冗余计算导致的代码效率低的问题。该方法基于当前主流的GCC10.3编译器实现,实验选取业界公认的SPEC CPU 2006测试集课题和测试向量化能力的TSVC测试集,结果显示SPEC2006测试集481课题在使用该方法后性能提升10%,TSVC_2测试部分典型用例的性能提升在20%以上。在标准测试集上进行,结果表明,此方法能够有效提升GCC编译器的控制流向量化代码的执行效率。