代码搜索:semantics

找到约 893 项符合「semantics」的源代码

代码结果 893
www.eeworm.com/read/207991/4998513

mils no.035.mils

# >Number: 35 # >Category: Monet_SGI # >Synopsis: BATloop semantics # >Confidential: no # >Severity: serious # >Priority: high # >Responsible: mk # >State:
www.eeworm.com/read/145395/12726867

h stream.h

#ifndef __KSTREAM__H #define __KSTREAM__H #include "strbuf.h" /*------------------------------------------------------------------- * kStream * * The structure kStream adds stream semantics to
www.eeworm.com/read/225655/14527222

h stream.h

#ifndef __KSTREAM__H #define __KSTREAM__H #include "strbuf.h" /*------------------------------------------------------------------- * kStream * * The structure kStream adds stream semantics to
www.eeworm.com/read/283334/4083061

tex destroyevt.tex

\section{\class{wxWindowDestroyEvent}}\label{wxwindowdestroyevent} % Note: the original description is still here commented out in case those % semantics are restored to this event. %This
www.eeworm.com/read/396039/2423890

c issendinit.c

/* * Program to test that the "synchronous send" semantics * of point to point communications in MPI is (probably) satisfied. * This is done by starting two synchronous sends and then testing that
www.eeworm.com/read/461617/7223223

y funcdraw.y

// -------------------------- funcdraw.y ------------------------------ %{ # include "semantics.h" extern int yylex (void) ; extern unsigned char *yytext; #define YYSTYPE struct ExprNode * /
www.eeworm.com/read/194563/5127695

tex destroyevt.tex

\section{\class{wxWindowDestroyEvent}}\label{wxwindowdestroyevent} % Note: the original description is still here commented out in case those % semantics are restored to this event. %This even
www.eeworm.com/read/190056/5189358

tex destroyevt.tex

\section{\class{wxWindowDestroyEvent}}\label{wxwindowdestroyevent} % Note: the original description is still here commented out in case those % semantics are restored to this event. %This even
www.eeworm.com/read/396039/2423896

c irecvtest.c

/* * Program to test that the "no overtaking messages" semantics * of point to point communications in MPI is satisfied, * for a simple send/irecv operation. * * Derived from a program written b
www.eeworm.com/read/396039/2423951

c issendtest.c

/* * Program to test that the "synchronous send" semantics * of point to point communications in MPI is (probably) satisfied. * This uses tests on the completions of the SENDS (unlike the MPI_Ssen