Skip to search formSkip to main contentSkip to account menu

Variadic function

Known as: Variadic functions, Vararg, Variable argument list 
In computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
The Internet improves the speed of information dissemination, and the scale of unstructured text data is expanding and… 
2018
2018
Programming many-core systems with accelerators (e.g., GPUs) remains a challenging task, even for expert programmers. In the… 
2014
2014
We present PACXX -- a unified programming model for programming many-core systems that comprise accelerators like Graphics… 
2012
2012
This study presents a novel combinational visual attention system which applies both bottom-up and topdown information. This can… 
2010
2010
Multi-dimensional arrays are among the most fundamental and most useful data structures of all. In C++, excellent template… 
2009
2009
We present a Curry-style second-order type system with union and intersection types for the lambda-calculus with constructors of… 
2009
2009
  • R. Stroud
  • 2009
  • Corpus ID: 33263550
2007
2007
Generic functions and classes accepting a variable number of type arguments have proven to be a very useful, but missing, feature… 
2006
2006
We present an implementation of miniKanren, an embedding of logic programming in R 5 RS Scheme that comprises three logic… 
1995
1995
1. Declarations and Initializations. Basic Types. Pointer Declarations. Declaration Style. Storage Classes. Typedefs. The const…