搜索结果: 1-3 共查到“计算机科学技术 composite”相关记录3条 . 查询时间(0.031 秒)
MotionMontage: A System to Annotate and Composite Motion Takes for 3D Animations
Active visual feedback Depth camera Animation Montage
2016/5/24
We present MotionMontage, a system for recording multiple
motion takes of a rigid virtual object and compositing
them together into a montage. Our system incorporates a
Kinect-based performance cap...
FINDING COMPOSITE ORDER ORDINARY ELLIPTIC CURVES USING THE COCKS-PINCH METHOD
ORDER ORDINARY ELLIPTIC CURVES COCKS-PINCH METHOD
2015/8/5
We apply the Cocks-Pinch method to obtain pairing-friendly composite order groups with prescribed embedding degree associated to ordinary
elliptic curves, and we show that new security issues arise i...
基于AOP技术的Composite模式的改进
面向方面编程技术 设计模式 Composite模式
2009/7/31
Composite模式是解决部分与整体关系时常用的设计模式,但基于面向对象设计(OOP)所实现的Composite模式中存在的问题很难利用OOP解决。该文应用面向方面编程(AOP)改变类的行为,利用AspectJ实现Composite模式,通过与以OOP技术实现的Composite模式比较,得出应用AOP方法能够较好地实现责任分离,具有较高的可扩展性,模块结构更清晰。