咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是221-230 订阅
排序:
Lifting sequential graph algorithms for distributed-memory parallel computation  05
Lifting sequential graph algorithms for distributed-memory p...
收藏 引用
Proceedings of the 20th annual ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications
作者: Douglas Gregor Andrew Lumsdaine Indiana University Bloomington IN
This paper describes the process used to extend the Boost Graph Library (BGL) for parallel operation with distributed memory. The BGL consists of a rich set of generic graph algorithms and supporting data structures, ... 详细信息
来源: 评论
Scrap more boilerplate: reflection, zips, and generalised casts  04
Scrap more boilerplate: reflection, zips, and generalised ca...
收藏 引用
Proceedings of the ninth ACM SIGPLAN international conference on Functional programming
作者: Ralf Lämmel Simon Peyton Jones Vrije Universiteit & CWI Amsterdam Microsoft Research Cambridge
Writing boilerplate code is a royal pain. generic programming promises to alleviate this pain by allowing the programmer to write a generic "recipe" for boilerplate code, and use that recipe in many places. ... 详细信息
来源: 评论
An Algebraic Approach to Mechanical Tabu Search Algorithm Generation
An Algebraic Approach to Mechanical Tabu Search Algorithm Ge...
收藏 引用
The 2010 IEEE International Conference on Progress in Informatics and Computing
作者: Yujun Zheng~(1,2,*),Haihe Shi~(1,3) and Jinyun Xue~(1,3) 1 Provincial Key Lab of High-Performance Computing,Jiangxi Normal University,Nanchang,China 2 Beijing Systems Engineering Institute of Equipments,Beijing,China 3 Institute of Software,Chinese Academy of Sciences,Beijing,China
Traditional approaches to apply tabu search method typically require formulating an algorithmic structure for each individual *** on algebraic specifications,the paper presents a unified and mechanical framework for i... 详细信息
来源: 评论
C++ Reflection for High Performance Problem Solving Environments  07
C++ Reflection for High Performance Problem Solving Environm...
收藏 引用
2007 Spring Simulation Multiconference (SpringSim'07) - Agent-Directed Simulation Symposium, DEVS Integrative M&S Symposium, and High Performance Computing Symposium
作者: Tharaka Devadithya Kenneth Chiu Wei Lu Indiana University State University of New York Binghamton
Problem Solving Environments (PSE) in scientific computing domains require the ability to couple High Performance Computing (HPC) components. A PSE facilitates coupling of tasks or computations in order to aid a scien... 详细信息
来源: 评论
generics for the masses  04
Generics for the masses
收藏 引用
Proceedings of the ninth ACM SIGPLAN international conference on Functional programming
作者: Ralf Hinze Universität Bonn Bonn Germany
A generic function is a function that can be instantiated on many data types to obtain data type specific functionality. Examples of generic functions are the functions that can be derived in Haskell, such as show, re... 详细信息
来源: 评论
Concept-based optimization  07
Concept-based optimization
收藏 引用
Proceedings of the 2007 Symposium on Library-Centric Software Design
作者: Xiaolong Tang Jaakko Järvi Texas A&M University
Production compilers' optimizers typically operate at low abstraction levels, transformation rules enacting on operations on built-in types only. Transformations at higher levels of abstraction, on operations of t... 详细信息
来源: 评论
CGAL: the Computational Geometry Algorithms Library  09
CGAL: the Computational Geometry Algorithms Library
收藏 引用
Proceedings of the 17th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems
作者: Andreas Fabri Sylvain Pion GeometryFactory France INRIA Sophia Antipolis - Méditerranée France
We present fundamental geometric data structures and algorithms offered by CGAL, the Computational Geometry Algorithms Library. As geometry is ubiquitous this library is used by application developers in medical imagi... 详细信息
来源: 评论
Associated types and constraint propagation for mainstream object-oriented generics  05
Associated types and constraint propagation for mainstream o...
收藏 引用
Proceedings of the 20th annual ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications
作者: Jaakko Järvi Jeremiah Willcock Andrew Lumsdaine Texas A&M University College Station TX Indiana University Bloomington IN
Support for object-oriented programming has become an integral part of mainstream languages, and more recently generic programming has gained widespread acceptance as well. A natural question is how these two paradigm... 详细信息
来源: 评论
Zero-Cost Constructor Subtyping  2020
Zero-Cost Constructor Subtyping
收藏 引用
Proceedings of the 32nd Symposium on Implementation and Application of Functional Languages
作者: Andrew Marmaduke Christopher Jenkins Aaron Stump The University of Iowa Computer Science Iowa City IA United States
Constructor subtyping is a form of subtyping where two inductive types can be related as long as the inductive signature of one is a subsignature of the other. To be a subsignature requires every constructor of the sm... 详细信息
来源: 评论
SimpleConcepts: Support for Constraints on generic Types in C++
SimpleConcepts: Support for Constraints on Generic Types in ...
收藏 引用
Federated Conference on Computer Science and Information Systems
作者: Reed Milewicz Marjan Mernik Peter Pirkelbauer University of Alabama at Birmingham Birmingham AL 35294 University of Maribor Slovenia
generic programming plays an essential role in C++ software through the use of templates. However, both the creation and use of template libraries is hindered by the fact that the language does not allow programmers t... 详细信息
来源: 评论