代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/349030/10855278
todo
minicom TODO list
-----------------
important:
* update/complete existing translations, see also [1]
* fix documentation for new -7 switch and the new semantics of
-l and -L
normal:
* sync AUTHO
www.eeworm.com/read/299064/7894021
todo
minicom TODO list
-----------------
important:
* update/complete existing translations, see also [1]
* fix documentation for new -7 switch and the new semantics of
-l and -L
normal:
* sync AUTHO
www.eeworm.com/read/433951/7901874
forall
; This extremely simple example shows how to use forall constructs both in
; logical expressions and operator delete/add lists. Note the similar syntax
; and the different semantics of these two very
www.eeworm.com/read/259531/11784505
todo
minicom TODO list
-----------------
important:
* update/complete existing translations, see also [1]
* fix documentation for new -7 switch and the new semantics of
-l and -L
normal:
* sync AUTHO
www.eeworm.com/read/474814/1390635
try2
The entities that the sds system concerns itself with are data objects.
What a data object is can be discussed by referring to the semantics of the
'C' language. At root, C understands a number of p
www.eeworm.com/read/245316/4504355
java compositionviolationexception.java
package javax.jmi.reflect;
/** Exception thrown when an instance object is going to become owned by more than one element (in sense of aggregation semantics).
*/
public class CompositionViolatio
www.eeworm.com/read/324447/3503328
try2
The entities that the sds system concerns itself with are data objects.
What a data object is can be discussed by referring to the semantics of the
'C' language. At root, C understands a number of p
www.eeworm.com/read/323581/3514778
try2
The entities that the sds system concerns itself with are data objects.
What a data object is can be discussed by referring to the semantics of the
'C' language. At root, C understands a number of p
www.eeworm.com/read/287078/4030676
h roundrobin.h
#include
#include
using std::vector;
//
// class template RoundRobin
//
// Provides simple round-robin semantics for a list of elements.
// Clients add elements to the end of the
www.eeworm.com/read/286854/4032051
c signal.c
#include
/*
* Calling signal() is a non-portable, as it varies in meaning between
* platforms and depending on feature macros, and has stupid semantics
* at least some of the time.
*