代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/137691/5820235
java forconditionalstatement.java
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docu
www.eeworm.com/read/136989/5827579
h condition_i.h
// Condition_i.h,v 1.5 2003/11/09 20:44:19 dhinton Exp
#ifndef CONDITION_H
#define CONDITION_H
#include "ace/Thread_Mutex.h"
#include "ace/Condition_Thread_Mutex.h"
#include "ace/Guard_T.h"
www.eeworm.com/read/136865/5842408
mk detect.mk
#
# FreeType 2 configuration file to detect a CygWin host platform.
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and
www.eeworm.com/read/136828/5845249
java client.java
package com.javapatterns.interpreter;
public class Client
{
private static Context ctx;
private static Expression exp ;
public static void main(String[] args)
{
ctx
www.eeworm.com/read/136828/5845253
java context.java
package com.javapatterns.interpreter;
import java.util.HashMap;
public class Context
{
private HashMap map = new HashMap();
public void assign(Variable var, boolean value)
{
www.eeworm.com/read/136822/5850139
mk detect.mk
#
# FreeType 2 configuration file to detect a CygWin host platform.
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and
www.eeworm.com/read/136818/5853377
cpp momdefuzzvarobj.cpp
//
// File: MOMDefuzzVarObj.cpp
//
// Purpose: Variable object for Mean of Maximum Defuzzification method
//
// Copyright
www.eeworm.com/read/136818/5853391
h momdefuzzvarobj.h
//
// File: MOMDefuzzVarObj.h
//
// Purpose: Variable class for Mean of Maximum defuzzification Method.
//
// Copyright
www.eeworm.com/read/136818/5853403
cpp cogdefuzzvarobj.cpp
//
// File: COGDefuzzVarObj.h
//
// Purpose: Variable object for Center of Gravity Defuzzification method
//
// Copyright
www.eeworm.com/read/136816/5855040
mk detect.mk
#
# FreeType 2 configuration file to detect a CygWin host platform.
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and