代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/380709/2654107
pl dynamics.pl
# requires either gnuplot.pl or xgraph.pl
#
%su = %lu = %sd = %ld = (); # su/sd are HoL arrays with semantics:
# key %su/%sd is the link that went up/down
# values %su/%sd is implicitly hash
www.eeworm.com/read/367182/2850299
c sem_post.c
/* ??? This is an ass-backwards way to do this. We should simply define
the acquire/release semantics of atomic_exchange_and_add. And even if
we don't do this, we should be using atomic_full_b
www.eeworm.com/read/366702/2871748
c crash3.c
// { dg-do assemble }
// Bug: g++ tries to generate initialization semantics for a Node from an int,
// and fails.
struct Node
{ // { dg-error "" }
Node* child[2];
};
void bug(int i)
{
Node
www.eeworm.com/read/358128/3001375
pm expirefile.pm
package Memoize::ExpireFile;
=head1 NAME
Memoize::ExpireFile - test for Memoize expiration semantics
=head1 DESCRIPTION
See L.
=cut
$VERSION = 1.01;
use Carp;
my $Zero = pack("
www.eeworm.com/read/195484/8150552
am makefile.am
## Process this file with automake to create Makefile.in.
# We set GPATH here; this gives us semantics for GNU make
# which are more like other make's VPATH.
GPATH = $(srcdir)
if HAVE_FREETYPE
OPENT
www.eeworm.com/read/135153/5888478
c raw.c
/*
* linux/drivers/char/raw.c
*
* Front-end raw character devices. These can be bound to any block
* devices to provide genuine Unix raw character device semantics.
*
* We reserve minor number
www.eeworm.com/read/120320/6074293
java groovysemantictest.java
package org.drools.semantics.groovy;
import org.drools.smf.SMFTestFrameWork;
import java.util.HashSet;
import java.util.Set;
/**
* Extends SMFTestFrameWork specifying the groovy Semantic Module. T
www.eeworm.com/read/120320/6074343
java pythonsemantictest.java
package org.drools.semantics.python;
import org.drools.smf.SMFTestFrameWork;
import java.util.HashSet;
import java.util.Set;
/**
* Extends SMFTestFrameWork specifying the python Semantic Module. T
www.eeworm.com/read/156415/11804962
cpp semantic.cpp
#include "semantics.h"
extern double
Parameter,
Origin_x,Origin_y,
Scale_x,Scale_y,
Rot_angle;
double GetExprValue(struct ExprNode *root);
void DelExprTree(struct
www.eeworm.com/read/156415/11804984
cpp main.cpp
#include "semantics.h"
#include
#define MAX_CHARS 200
HDC hDC;
char SrcFilePath[MAX_CHARS];
static char Name[]="Compiler";
static bool PrepareWindow(HINSTANCE,HINSTANCE,int);