咨询与建议

限定检索结果

文献类型

  • 122 篇 期刊文献
  • 110 篇 会议
  • 4 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 207 篇 工学
    • 154 篇 计算机科学与技术...
    • 131 篇 软件工程
    • 14 篇 电气工程
    • 8 篇 控制科学与工程
    • 3 篇 机械工程
    • 3 篇 信息与通信工程
    • 2 篇 材料科学与工程(可...
    • 1 篇 力学(可授工学、理...
    • 1 篇 冶金工程
    • 1 篇 电子科学与技术(可...
  • 35 篇 理学
    • 25 篇 数学
    • 5 篇 物理学
    • 4 篇 生物学
    • 2 篇 统计学(可授理学、...
    • 1 篇 地球物理学
    • 1 篇 系统科学
  • 4 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 3 篇 医学
    • 2 篇 临床医学
    • 1 篇 基础医学(可授医学...

主题

  • 236 篇 generic programm...
  • 23 篇 c plus
  • 21 篇 haskell
  • 16 篇 languages
  • 15 篇 design
  • 13 篇 c++
  • 12 篇 type classes
  • 11 篇 polymorphism
  • 10 篇 template metapro...
  • 9 篇 algorithms
  • 8 篇 generics
  • 8 篇 java
  • 8 篇 functional progr...
  • 7 篇 cgal
  • 7 篇 c#
  • 6 篇 performance
  • 6 篇 type systems
  • 6 篇 concepts
  • 6 篇 scientific compu...
  • 5 篇 standard templat...

机构

  • 10 篇 texas a&m univ c...
  • 7 篇 indiana univ ope...
  • 5 篇 indiana univ blo...
  • 5 篇 texas a&m univer...
  • 4 篇 univ edinburgh e...
  • 4 篇 max planck inst ...
  • 3 篇 radboud univ nij...
  • 3 篇 delft univ techn...
  • 3 篇 indiana univ dep...
  • 3 篇 inria f-06902 so...
  • 2 篇 nanyang technol ...
  • 2 篇 oak ridge natl l...
  • 2 篇 microsoft corp r...
  • 2 篇 univ utrecht dep...
  • 2 篇 chinese acad sci...
  • 2 篇 johannes kepler ...
  • 2 篇 univ chinese aca...
  • 2 篇 rensselaer polyt...
  • 2 篇 cwi nl-1009 ab a...
  • 2 篇 nanjing univ sta...

作者

  • 11 篇 lumsdaine a
  • 6 篇 järvi j
  • 5 篇 mcbride conor
  • 5 篇 lumsdaine andrew
  • 5 篇 miraldo victor c...
  • 5 篇 stroustrup bjarn...
  • 4 篇 berberich eric
  • 4 篇 yallop jeremy
  • 4 篇 jaervi jaakko
  • 4 篇 jones sp
  • 4 篇 wu nicolas
  • 4 篇 lämmel r
  • 4 篇 gregor d
  • 4 篇 serrano alejandr...
  • 3 篇 stylianou christ...
  • 3 篇 siek jeremy
  • 3 篇 siek j
  • 3 篇 hinze ralf
  • 3 篇 weiland michele
  • 3 篇 schupp s

语言

  • 214 篇 英文
  • 22 篇 其他
检索条件"主题词=Generic Programming"
236 条 记 录,以下是111-120 订阅
排序:
generic Functional Parallel Algorithms: Scan and FFT
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2017年 第ICFP期1卷 1-25页
作者: Elliott, Conal Target Minneapolis MN 55403 USA
Parallel programming, whether imperative or functional, has long focused on arrays as the central data type. Meanwhile, typed functional programming has explored a variety of data types, including lists and various fo... 详细信息
来源: 评论
Algebraic Specialization of generic Functions for Recursive Types
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2011年 第5期229卷 57-74页
作者: Cunha, Alcino Pacheco, Hugo Univ Minho Dep Informat Ctr Ciencias Tecnol Computac Campus Gualta P-4710057 Braga Portugal
Defining functions over large, possibly recursive, data structures usually involves a lot of boilerplate. This code simply traverses non-interesting parts of the data, and rapidly becomes a maintainability problem. Ma... 详细信息
来源: 评论
Software product line construction through modular concern composition
收藏 引用
WIRTSCHAFTSINFORMATIK 2007年 第3期49卷 171-179页
作者: Kuttruff, Volker FZI Forschungszentrum Informat Bereich Software Engn D-76131 Karlsruhe Germany
In order to fulfil similar user requirements within a specific domain, one typically uses software product line engineering. In this article, we present an approach which allows a modular specification of concerns and... 详细信息
来源: 评论
generic support of algorithmic and structural recursion for scientific computing
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL EMERGENT AND DISTRIBUTED SYSTEMS 2009年 第6期24卷 479-503页
作者: Gottschling, Peter Wise, David S. Joshi, Adwait Tech Univ Dresden Inst Wissensch Rech D-01069 Dresden Germany Indiana Univ Dept Comp Sci Bloomington IN 47405 USA
Recursive algorithms, like quick-sort and recursive data structures, like trees, play a central role in programming. In the context of scientific computing, recursive algorithms and memory layouts are shown here to pr... 详细信息
来源: 评论
On the generic parallelisation of iterative solvers for the finite element method
收藏 引用
INTERNATIONAL JOURNAL OF COMPUTATIONAL SCIENCE AND ENGINEERING 2008年 第1期4卷 56-69页
作者: Blatt, Markus Bastian, Peter Univ Stuttgart IPVS Universitatsstr 38 D-70569 Stuttgart Germany
The numerical solution of partial differential equations frequently requires solving large and sparse linear systems. When using the Finite Element Method these systems exhibit a natural block structure that is exploi... 详细信息
来源: 评论
Policies of System Level Pipeline Modeling
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2009年 第2期238卷 13-23页
作者: Harcourt, Ed St Lawrence Univ Dept Math Comp Sci & Stat Canton NY 13617 USA
Pipelining is a well understood and often used implementation technique for increasing the performance of a hardware system. We develop several SystemC/C++ modeling techniques that allow us to quickly model, simulate,... 详细信息
来源: 评论
The design of the Boost interval arithmetic library
收藏 引用
THEORETICAL COMPUTER SCIENCE 2006年 第1期351卷 111-118页
作者: Brönnimann, H Melquiond, G Pion, S Polytech Univ CIS Brooklyn NY 11201 USA Ecole Normale Super Lyon F-69364 Lyon 07 France INRIA F-06902 Sophia Antipolis France
We present the design of the Boost interval arithmetic library, a C++ library designed to handle mathematical intervals efficiently and in a generic way. Interval computations are an essential tool for reliable comput... 详细信息
来源: 评论
Introducing VAUCANSON
收藏 引用
THEORETICAL COMPUTER SCIENCE 2004年 第1-2期328卷 77-96页
作者: Lombardy, S Régis-Gianas, Y Sakarovitch, J LTCI CNRS ENST UMR 5141 F-75634 Paris 13 France Univ Paris 07 LIAFA F-75251 Paris 05 France LRDE EPITA F-94276 Le Kremlin Bicetre France
This paper reports on a new software platform called VAUCANSON and dedicated to the computation with automata and transducers. Its main feature is the capacity of dealing with automata whose labels may belong to vario... 详细信息
来源: 评论
generic Deriving of generic Traversals
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2018年 第ICFP期2卷 1–30页
作者: Kiss, Csongor Pickering, Matthew Wu, Nicolas Imperial Coll London Dept Comp London England Univ Bristol Dept Comp Sci Bristol Avon England
Functional programmers have an established tradition of using traversals as a design pattern to work with recursive data structures. The technique is so prolific that a whole host of libraries have been designed to he... 详细信息
来源: 评论
Thriving in a Crowded and ChangingWorld: C++ 2006-2020
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2020年 第HOPL期4卷 1–168页
作者: Stroustrup, Bjarne Morgan Stanley New York NY 10036 USA Columbia Univ New York NY 10027 USA
By 2006, C++ had been in widespread industrial use for 20 years. It contained parts that had survived unchanged since introduced into C in the early 1970s as well as features that were novel in the early 2000s. From 2... 详细信息
来源: 评论