代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/421512/10733872
pdf 39automatic target segmentation.pdf
www.eeworm.com/read/457360/7326926
afl automatic fib levels v.2.afl
//------------------------------------------------------------------------------
//
// Formula Name: Automatic Fib Levels V.2
// Author/Uploader: Aron Pipa
// E-mail:
// Date/Ti
www.eeworm.com/read/435760/7785377
emf semi-automatic powder system.emf
www.eeworm.com/read/299980/7815936
pdf automatic language translation for user interfaces.pdf
www.eeworm.com/read/301864/13847467
xls automatic calculation (at91m55800a).xls
www.eeworm.com/read/162614/5525999
f90 automatic_char_len_2.f90
! { dg-do run }
! { dg-options "-O0" }
!
! Tests fix for PR21459 - This is the original example.
!
program format_string
implicit none
character(len=*), parameter :: rform='(F15.5)', &
cform="('
www.eeworm.com/read/162614/5526034
f90 bad_automatic_objects_1.f90
! { dg-do compile }
! Tests the fix for 25103, in which the presence of automatic objects
! in the main program and the specification part of a module was not
! detected.
!
! Contributed by Joost Vand
www.eeworm.com/read/162614/5526142
f90 automatic_char_len_1.f90
! { dg-do compile }
! PR18082 - Compiler would get stuck in loop, whilst treating
! the assignments.
! Test is one of PR cases.
subroutine snafu (i)
character*(i) :: c1, c2
c1 = ""
c2 = ""
end subrout
www.eeworm.com/read/366702/2876076
f90 automatic_char_len_2.f90
! { dg-do run }
! { dg-options "-O0" }
!
! Tests fix for PR21459 - This is the original example.
!
program format_string
implicit none
character(len=*), parameter :: rform='(F15.5)', &
cform="('
www.eeworm.com/read/366702/2876155
f90 bad_automatic_objects_1.f90
! { dg-do compile }
! Tests the fix for 25103, in which the presence of automatic objects
! in the main program and the specification part of a module was not
! detected.
!
! Contributed by Joost Vand