咨询与建议

限定检索结果

文献类型

  • 5 篇 会议
  • 3 篇 期刊文献

馆藏范围

  • 8 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 8 篇 工学
    • 7 篇 计算机科学与技术...
    • 5 篇 软件工程
    • 2 篇 控制科学与工程

主题

  • 8 篇 template meta-pr...
  • 2 篇 interoperability
  • 2 篇 c plus
  • 2 篇 inline code
  • 1 篇 legged locomotio...
  • 1 篇 mpi
  • 1 篇 libraries
  • 1 篇 fdn
  • 1 篇 simd
  • 1 篇 metapod
  • 1 篇 clustering strin...
  • 1 篇 dynamic filterin...
  • 1 篇 policy-based des...
  • 1 篇 control engineer...
  • 1 篇 list skeletons
  • 1 篇 robot programmin...
  • 1 篇 humanoid robots
  • 1 篇 computational mo...
  • 1 篇 pattern recognit...
  • 1 篇 hybrid software ...

机构

  • 1 篇 department of in...
  • 1 篇 univ new s wales...
  • 1 篇 cnrs laas 7 av c...
  • 1 篇 agh univ sci & t...
  • 1 篇 techmo krakow
  • 1 篇 delft univ techn...
  • 1 篇 delft univ techn...
  • 1 篇 ubp cnrs lasmea ...
  • 1 篇 kyoto univ techn...
  • 1 篇 university of ne...
  • 1 篇 univ toulouse la...
  • 1 篇 aldebaran robot ...
  • 1 篇 univ tokyo grad ...

作者

  • 1 篇 naveau m.
  • 1 篇 chakravarty manu...
  • 1 篇 serot j.
  • 1 篇 lorenzo livi
  • 1 篇 soueres p.
  • 1 篇 emoto kento
  • 1 篇 antonello rizzi
  • 1 篇 lapreste j. t.
  • 1 篇 chakravarty manu...
  • 1 篇 fabio massimo fr...
  • 1 篇 palka szymon
  • 1 篇 schalkers merel
  • 1 篇 gawlik ireneusz
  • 1 篇 ziolko bartosz
  • 1 篇 stasse o.
  • 1 篇 carpentier j.
  • 1 篇 chateau t.
  • 1 篇 pedzimaz tomasz
  • 1 篇 matsuzaki kimino...
  • 1 篇 guido del vescov...

语言

  • 7 篇 英文
  • 1 篇 其他
检索条件"主题词=Template meta-programming"
8 条 记 录,以下是1-10 订阅
排序:
metaPOD - template meta-programming applied to Dynamics: CoP-CoM trajectories filtering  14
METAPOD - Template META-PrOgramming applied to Dynamics: CoP...
收藏 引用
14th IEEE-RAS International Conference on Humanoid Robots (Humanoids)
作者: Naveau, M. Carpentier, J. Barthelemy, S. Stasse, O. Soueres, P. CNRS LAAS 7 Av Colonel Roche F-31400 Toulouse France Univ Toulouse LAAS F-31400 Toulouse France Aldebaran Robot Grenoble France
In this contribution, metapod, a novel C++ library computing efficiently dynamic algorithms is presented. It uses template-programming techniques together with code-generation. The achieved performances shows some adv... 详细信息
来源: 评论
meta-programming AND POLICY-BASED DESIGN AS A TECHNIQUE OF ARCHITECTING MODULAR AND EFFICIENT DSP ALGORITHM IMPLEMENTATIONS
收藏 引用
COMPUTING AND INFORMATICS 2018年 第2期37卷 269-290页
作者: Gawlik, Ireneusz Palka, Szymon Pedzimaz, Tomasz Ziolko, Bartosz AGH Univ Sci & Technol Dept Elect Krakow Poland Techmo Krakow Poland
meta-programming paradigm and policy-based design are less known programming techniques in Digital Signal Processing (DSP) community, used to coding in pure C or assembly language. Major software components, like C++ ... 详细信息
来源: 评论
QUAFF: efficient C plus plus design for parallel skeletons
收藏 引用
PARALLEL COMPUTING 2006年 第7-8期32卷 604-615页
作者: Falcou, J. Serot, J. Chateau, T. Lapreste, J. T. UBP CNRS LASMEA UMR6602 F-63177 Aubiere France
We present QUAFF, a new skeleton-based parallel programming library. Its main originality is to rely on C++ template meta-programming techniques to achieve high efficiency. In particular, by performing most of skeleto... 详细信息
来源: 评论
|Lib⟩: A Cross-Platform programming Framework for Quantum-Accelerated Scientific Computing  20th
|Lib⟩: A Cross-Platform Programming Framework for Quantum-A...
收藏 引用
20th Annual International Conference on Computational Science (ICCS)
作者: Moller, Matthias Schalkers, Merel Delft Univ Technol Dept Appl Math DIAM Delft Netherlands Delft Univ Technol 4TU CEE Ctr Engn Educ Delft Netherlands
This paper introduces a new cross-platform programming framework for developing quantum-accelerated scientific computing applications and executing them on most of today's cloud-based quantum computers and simulat... 详细信息
来源: 评论
Implementing Fusion-Equipped Parallel Skeletons by Expression templates
Implementing Fusion-Equipped Parallel Skeletons by Expressio...
收藏 引用
21st International Symposium on Implementation and Application of Functional Languages
作者: Matsuzaki, Kiminori Emoto, Kento Kyoto Univ Technol Sch Informat Kyoto Japan Univ Tokyo Grad Sch Informat Sci & Technol Tokyo Japan
Developing efficient parallel programs is more difficult and complicated than developing sequential ones. Skeletal parallelism is a promising methodology for easy parallel programming in which users develop parallel p... 详细信息
来源: 评论
Foreign inline code: Systems demonstration
Foreign inline code: Systems demonstration
收藏 引用
2014 6th ACM SIGPLAN Haskell Symposium, Haskell 2014
作者: Chakravarty, Manuel M.T. University of New South Wales Sydney NSW Australia
来源: 评论
Foreign Inline Code Systems Demonstration
收藏 引用
ACM SIGPLAN NOTICES 2014年 第12期49卷 119-120页
作者: Chakravarty, Manuel M. T. Univ New S Wales Sydney NSW 2052 Australia
Foreign inline code eliminates the need for bridging libraries, as foreign libraries can be accessed in their native language in the middle of a Haskell module. The language-c-inline library takes care of putting all ... 详细信息
来源: 评论
Clustering Structured Data with the SPARE Library
Clustering Structured Data with the SPARE Library
收藏 引用
2011 4th IEEE International Conference on Computer Science and Information Technology(ICCSIT 2011)
作者: Guido Del Vescovo Lorenzo Livi Antonello Rizzi Fabio Massimo Frattale Mascioli Department of Information Engineering Electronics and Telecommunications SAPIENZA University of Rome Via Eudossiana 1800184 RomeItaly
In this paper we propose the SPARE C++ Library as a flexible tool for solving data driven modelling problems,where the domain space is not necessary constrained to be the set of real valued *** possibility to face Pat... 详细信息
来源: 评论