代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/366702/2876920
f90 array_simplify_1.f90
! { dg-do compile }
! Tests the fix for PR24168, in which line would return
! Error: Incompatible ranks 2 and 1 in assignment at (1)
! This came about because the simplification of the binary
! oper
www.eeworm.com/read/366702/2877372
f90 auto_char_dummy_array_2.f90
! { dg-do compile }
! Test fix for pr24789 - would segfault on the assignment
! because the array descriptor size was not set.
!
! This is the example submitted by Martin Reineke
www.eeworm.com/read/365521/2896716
m subsasgn.m
function a = subsasgn(a,index,val)
% SUBSASGN Define index assignment for asset objects
switch index.type
case '()'
switch index.subs{:}
case 1
a.descriptor = val;
case 2
www.eeworm.com/read/108874/15572917
htm ei13.htm
Effective C++, 2E | Item 13: List members in an initialization list in the order in which they are declared Back to Item 12: Prefer initialization to assignment in constructors.
Continue to Item 14:
www.eeworm.com/read/108874/15572963
htm ec4.htm
Effective C++, 2E | Chapter 4: Classes and Functions: Design and Declaration Back to Item 17: Check for assignment to self in operator=.
Continue to Item 18: Strive for class interfaces that are comp
www.eeworm.com/read/101783/15817140
htm ei13.htm
Effective C++, 2E | Item 13: List members in an initialization list in the order in which they are declared Back to Item 12: Prefer initialization to assignment in constructors.
Continue to Item 14:
www.eeworm.com/read/101783/15817186
htm ec4.htm
Effective C++, 2E | Chapter 4: Classes and Functions: Design and Declaration Back to Item 17: Check for assignment to self in operator=.
Continue to Item 18: Strive for class interfaces that are comp
www.eeworm.com/read/314829/13557998
tcl small_.tcl
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/146593/5736635
tcl quartus.tcl
if { ![project exists mi2c] } {
project create mi2c
}
project open mi2c
if { ![project cmp_exists mi2c] } {
project create_cmp mi2c
}
project set_active_cmp mi2c
project add_assig
www.eeworm.com/read/146593/5736641
tcl quartus.tcl
if { ![project exists mi2c] } {
project create mi2c
}
project open mi2c
if { ![project cmp_exists mi2c] } {
project create_cmp mi2c
}
project set_active_cmp mi2c
project add_assig