代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/451484/1660674
jsp implicit.jsp
EL 隐含对象
body, td {font-family:verdana;font-size:10pt;}
www.eeworm.com/read/240722/4570413
h implicit.h
#ifndef _math_isosurf_implicit_h
#define _math_isosurf_implicit_h
typedef struct point { /* a three-dimensional point */
double x, y, z; /* its coordinates */
} POINT;
typedef struct ve
www.eeworm.com/read/240722/4570417
c implicit.c
/*
* C code from the article
* "An Implicit Surface Polygonizer"
* by Jules Bloomenthal, jbloom@beauty.gmu.edu
* in "Graphics Gems IV", Academic Press, 1994
*/
/* Modified by Curtis Janssen:
*
www.eeworm.com/read/229812/4745590
c implicit.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/221464/4829883
hpp implicit.hpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/221464/4831688
py implicit.py
'''
>>> from implicit_ext import *
>>> x_value(X(42))
42
>>> x_value(42)
42
>>> x = make_x(X(42))
>>> x.value()
42
>>> try: make_x('fool')
... except TypeError: pass
... else: print 'no err
www.eeworm.com/read/221464/4831707
cpp implicit.cpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/168845/5432165
hpp implicit.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifnde
www.eeworm.com/read/168845/5435466
py implicit.py
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
'''
>>> from
www.eeworm.com/read/168845/5435488
cpp implicit.cpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#inclu