I A structure is a collection of one or more variables, possibly of different types, grouped together under a single name for convenient handling. The variables contained in a structure are knows as its members. I Use the struct keyword followed by an optional tag to declare a structure. For example, in the following declaration, point is the tag and x, y are members of the structure. struct point { int x; int y; struct point pt; I A structure can be initialized by following its definition with a list of initializers, each a constant expression, for the members: struct point pt = { 100, 200}; The Dot Operator I A member of a particular structure is referred to in an expression by a construction of the form structure-name.member The structu...
We outline a formalism for "structural", or "symbolic", representation, the nece...
We provide a set of syntactic tools for structuring large collections of logical theories. Their use...
[[abstract]]In the field of decision making, creating a structure is the first step in organizing, r...
struct structname { declaration(s) such as struct mystruct { real scalar n1, n2 real matrix X Descri...
In this position paper for the DL'98 workshop, we present a discussion on the notion of structu...
AbstractSets which may contain other sets as members are defined as a data type in Scheme, a dialect...
I argue that structure building (e.g. Chomsky’s Merge) is not part of the narrow language faculty ...
Program construction by parts consists of tackling a complex specification one component at a time, ...
Crucial to structural realism is the Central Claim that entity B is or has structure S. We argue tha...
In this thesis, we categorize linked structures and linked substructures each into four groups based...
This paper explores the use of the i* language as a notation to describe data structures to be used ...
The analysis of obligatory or formulaic XVS structures - as in “Here comes the sun” or “Now is the t...
An exploration of ground’s connections to structure (joint-carving, naturalness). The notion of stru...
syntax: program ::= type-def decl fun-def + program type-def ::= struct id f decl + g type...
An abstract structure is described which provides a general model for the innermost core of object-o...
We outline a formalism for "structural", or "symbolic", representation, the nece...
We provide a set of syntactic tools for structuring large collections of logical theories. Their use...
[[abstract]]In the field of decision making, creating a structure is the first step in organizing, r...
struct structname { declaration(s) such as struct mystruct { real scalar n1, n2 real matrix X Descri...
In this position paper for the DL'98 workshop, we present a discussion on the notion of structu...
AbstractSets which may contain other sets as members are defined as a data type in Scheme, a dialect...
I argue that structure building (e.g. Chomsky’s Merge) is not part of the narrow language faculty ...
Program construction by parts consists of tackling a complex specification one component at a time, ...
Crucial to structural realism is the Central Claim that entity B is or has structure S. We argue tha...
In this thesis, we categorize linked structures and linked substructures each into four groups based...
This paper explores the use of the i* language as a notation to describe data structures to be used ...
The analysis of obligatory or formulaic XVS structures - as in “Here comes the sun” or “Now is the t...
An exploration of ground’s connections to structure (joint-carving, naturalness). The notion of stru...
syntax: program ::= type-def decl fun-def + program type-def ::= struct id f decl + g type...
An abstract structure is described which provides a general model for the innermost core of object-o...
We outline a formalism for "structural", or "symbolic", representation, the nece...
We provide a set of syntactic tools for structuring large collections of logical theories. Their use...
[[abstract]]In the field of decision making, creating a structure is the first step in organizing, r...