代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/101082/6250598
llib-lm
/*LINTLIBRARY*/
#ifdef SYSTEM_FIVE
#include
#endif
/* ASINH(3M) */
double asinh(x) double x; { return x;}
double acosh(x) double x; { return x;}
double atanh(x) double x; { return x;}
/
www.eeworm.com/read/344427/11881085
cpp fivedoc.cpp
// fiveDoc.cpp : implementation of the CFiveDoc class
//
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////
www.eeworm.com/read/338832/12278901
pl zebra.pl
% File : zebra.pl
% Author : Neng-Fa ZHOU
% Date : 1992
% Purpose: solve the five-house puzzle in CLP(FD)
top:-
vars_constraints(Vars),
labeling(Vars),
write(Vars),nl.
www.eeworm.com/read/212576/15153699
cpp fivedoc.cpp
// fiveDoc.cpp : implementation of the CFiveDoc class
//
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////
www.eeworm.com/read/162614/5518399
c pr16372-1.c
// PR tree-optimization/16372
// { dg-do run }
// { dg-options "-O1" }
extern "C" void abort();
enum number {ZERO, ONE, TWO, THREE, FOUR, FIVE};
int main() {
number n = FIVE;
if((n == ONE) |
www.eeworm.com/read/101056/15855855
cpp event.cpp
#include "AEEAppGen.h" // Applet interface definitions
#include "AEEShell.h" // Shell interface definitions
#include "AEEGraphics.h"
#include "aeestdlib.h"
#include "tcp.h"
#
www.eeworm.com/read/101056/15855859
cpp util.cpp
#include "AEEStdlib.h"
#include "AEEAppGen.h" // Applet interface definitions
#include "AEEShell.h" // Shell interface definitions
#include "AEEFile.h" // File interface defini
www.eeworm.com/read/145692/5744763
scenario sample.scenario
[two-nodes]
A0 B0
[three-nodes]
A0 B0 ; B0 C0
[four-nodes]
A0 B0 ; C0 D0
B0 C0
[square]
# B0
# / \
# A0 D0
# \ /
# C0
A0 B0 ; A0 C0
D0 B0 ; D
www.eeworm.com/read/344427/11881079
h game.h
////////////////////////////////////////////////////////////////////////////////////////////
// Hander file: game.h
// Copyright( C ) 1997.5-1997.11
////////////////////////////////////////
www.eeworm.com/read/344427/11881133
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#ifndef _FIVE_HPP
#define _FI