摘要
在虚拟植物的研究中,一个重要的工作就是将多个植物器官集成为整株,为了简化集成过程和降低植物生长脚本的编辑难度,文章针对组合组件的特点,提出了使用Java字节码技术来实现动态组合组件的两种解决方案:编译法和直接生成法,并对直接生成法的原理和实现方法做了详细介绍,以此给出了实现动态组件的方法。
To combine multiple components into a single component is one of important tasks in the study of virtual plants. This article brings forwards two solutions based on Java byte code technique to create a dynamic class object, one solution is compile based and the other is generating directly, the article gives a detailed description on the latter, and presents the method of implementing the dynamic component.
出处
《微电子学与计算机》
CSCD
北大核心
2006年第3期1-3,7,共4页
Microelectronics & Computer
基金
国家"863"计划项目(2003AA209021)
关键词
字节码
动态组件
组合组件
Byte code, Dynamic component, Combine component