代码搜索:Assignment

找到约 8,196 项符合「Assignment」的源代码

代码结果 8,196
www.eeworm.com/read/193974/5138347

py test_compile.py

from test_support import verbose, TestFailed if verbose: print "Testing whether compiler catches assignment to __debug__" try: compile('__debug__ = 1', '?', 'single') except SyntaxError:
www.eeworm.com/read/190666/5175433

c 900220_01.c

// g++ 1.36.1 bug 900220_01 // Ref: 12.8 // Section 12.8 says: // "That is, X::operator=() will be generated only if no assignment // operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/162614/5523224

f90 enum_2.f90

! Program to test the incremental assignment of enumerators program main implicit none enum, bind (c) enumerator :: red = 4 , yellow, blue enumerator green end enum enum, bind (c)
www.eeworm.com/read/340665/3276087

c 900220_01.c

// g++ 1.36.1 bug 900220_01 // Ref: 12.8 // Section 12.8 says: // "That is, X::operator=() will be generated only if no assignment // operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/440906/1777719

c 900220_01.c

// g++ 1.36.1 bug 900220_01 // Ref: 12.8 // Section 12.8 says: // "That is, X::operator=() will be generated only if no assignment // operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/438251/1826664

java datatypeexception.java

package prefuse.data; /** * Exception indicating an incompatible data type assignment. * * @author jeffrey heer */ public class DataTypeException extends Ru
www.eeworm.com/read/367917/2830146

sql ui-do-10050.10020.sql

-- Insert UiDisplayObject INSERT INTO UI_DISPLAY_OBJECT ( DISPLAY_OBJECT_ID ,DISPLAY_TYPE_ID ,NAME ,DESCRIPTION ) VALUES ( '10050.10020' ,'SELECT' ,'Select - Lead Assignment Fields'
www.eeworm.com/read/366702/2873210

f90 enum_2.f90

! Program to test the incremental assignment of enumerators program main implicit none enum, bind (c) enumerator :: red = 4 , yellow, blue enumerator green end enum enum, bind (c)
www.eeworm.com/read/366702/2876458

f90 keyword_symbol_1.f90

! ' dg-do compile } ! This tests the fix for PR28526, in which a public interface named ! 'end' would be treated as a variable because the matcher tried ! 'END INTERFACE' as an assignment and left the
www.eeworm.com/read/361774/2943666

dmx cluster5probabilitydistflattened.dmx

--Cluster assignment and probability distribution for 250 customers --Using FLATTENED keyword SELECT FLATTENED TOP 1250 t.FirstName, t.LastName, t.Profit , ClusterProbability(), PredictH