Sciweavers

4997 search results - page 8 / 1000
» Genericity - a
Sort
View
ICFP
2004
ACM
14 years 7 months ago
Generics for the masses
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 b...
Ralf Hinze
OOPSLA
2004
Springer
14 years 1 months ago
Converting Java classes to use generics
Generics offer significant software engineering benefits since they provide code reuse without compromising type safety. Thus generics will be added to the Java language in the...
Daniel von Dincklage, Amer Diwan
BIRTHDAY
2008
Springer
13 years 9 months ago
On Partially Wellfounded Generic Ultrapowers
We construct a model without precipitous ideals but so that for each < 3 there is a normal ideal over 1 with generic ultrapower wellfounded up to the image of .
Moti Gitik, Menachem Magidor
CORR
2007
Springer
88views Education» more  CORR 2007»
13 years 7 months ago
A generic attack to ciphers
In this paper, we present a generic attack for ciphers, which is in essence a collision attack on the secret keys of ciphers .
An-Ping Li
DSL
2009
13 years 5 months ago
Gel: A Generic Extensible Language
Abstract. Both XML and Lisp have demonstrated the utility of generic syntax for expressing tree-structured data. But generic languages do not provide the syntactic richness of cust...
Jose Falcon, William R. Cook