代码搜索:constrained
找到约 640 项符合「constrained」的源代码
代码结果 640
www.eeworm.com/read/139332/5799255
cin constrained.cin
16
-0.25 0.0 -0.5 1.0
-0.25 0.0 -0.5 -1.0
-0.5 1.0 0.0 0.5
-0.5 -1.0 0.0 -0.5
0.0 0.5 0.5 1.0
0.0 -0.5 0.5 -1.0
0.5 1.0 1.0 0.0
0.5 -1.0 1.0 0.0
0.25 0.0 0.5 0.5
0.25 0.0 0.5 -0
www.eeworm.com/read/139332/5799692
xpm constrained.xpm
/* XPM */
extern const char * constrained_xpm[];
/* XPM */
extern const char * constrained_small_xpm[];
www.eeworm.com/read/15944/599616
xml constrained.xml
www.eeworm.com/read/304962/3781570
cin constrained.cin
16
-0.25 0.0 -0.5 1.0
-0.25 0.0 -0.5 -1.0
-0.5 1.0 0.0 0.5
-0.5 -1.0 0.0 -0.5
0.0 0.5 0.5 1.0
0.0 -0.5 0.5 -1.0
0.5 1.0 1.0 0.0
0.5 -1.0 1.0 0.0
0.25 0.0 0.5 0.5
0.25 0.0 0.5 -0
www.eeworm.com/read/304962/3782669
xpm constrained.xpm
// Copyright (c) 2001,2002,2003,2006 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the ter
www.eeworm.com/read/139332/5800535
hpp constrained_value.hpp
#ifndef CONSTRAINED_VALUE_HPP___
#define CONSTRAINED_VALUE_HPP___
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software Lic
www.eeworm.com/read/482889/1282573
hpp constrained_value.hpp
#ifndef CONSTRAINED_VALUE_HPP___
#define CONSTRAINED_VALUE_HPP___
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Softwar
www.eeworm.com/read/305277/3778305
check constrained-types.check
class Annot(obj: Any) extends Annotation with TypeConstraint
defined class Annot
-----
class A {
val x = "hello"
val y: Int @Annot(x) = 10
override def toString = "an A"
}
defined class A
---
www.eeworm.com/read/305277/3778383
scala constrained-types.scala
/* Check on the processing of annotated types. Initially this tested
* asSeenFrom, but now it also tests packedType and the treatment
* of DeBruijn's . It runs the test using the interpreter so th