代码搜索:Checking
找到约 6,492 项符合「Checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2877602
f90 argument_checking_1.f90
! { dg-do run }
!
! PR fortran/30940
program main
implicit none
character(len=10) :: digit_string = '123456789', str
character :: digit_arr(10)
call copy(digit_string, digit_arr)
call copy(d
www.eeworm.com/read/366702/2877628
f90 argument_checking_4.f90
! { dg-do compile }
!
! PR fortran/30940
program test
implicit none
interface
subroutine foobar(a)
character(len=1),dimension(4) :: a
end subroutine foobar
subroutine arr(a)
character(
www.eeworm.com/read/366702/2877656
f90 argument_checking_9.f90
! { dg-do compile }
! { dg-options "-fmax-errors=40" }
! PR33162 INTRINSIC functions as ACTUAL argument
! Prepared by Jerry DeLisle
program double_specs
real(kind=4) :: rr, x,
www.eeworm.com/read/366702/2877780
f90 argument_checking_2.f90
! { dg-do compile }
! { dg-options "-std=f95" }
!
! PR fortran/30940
program main
implicit none
character(len=10) :: digit_string = '123456789', str
character :: digit_arr(10)
call copy(digit_
www.eeworm.com/read/275831/10793840
rb 01 - checking your access to a file.rb
File.readable?('/bin/ls') # => true
File.readable?('/etc/passwd-') # => false
filename = 'test_file'
File.open(filename, 'w') {}
File.writable?(filename) # =>
www.eeworm.com/read/275831/10794264
rb 02 - checking class or module membership.rb
def send_as_package(obj)
if obj.respond_to? :package
packaged = obj.package
else
if $DEBUG
$stderr.puts "Not sure how to package a #{obj.class}."
$stderr.puts 'Trying generic
www.eeworm.com/read/275831/10794326
rb 16 - checking a credit card checksum.rb
require 'rubygems'
require 'creditcard'
'5276 4400 6542 1319'.creditcard? # => true
'5276440065421313'.creditcard? # => false
1276440065421319.creditcard?
www.eeworm.com/read/417019/11007107
js 2.02 - emulating interfaces with attribute checking.js
/*
interface Composite {
function add(child);
function remove(child);
function getChild(index);
}
interface FormItem {
function save();
}
*/
var CompositeForm = function(id, method
www.eeworm.com/read/401544/11556268
ppt chapter06_type checking.ppt
www.eeworm.com/read/345753/11793466
html manual_checking_interrupt_operation_status.html
Checking Interrupt Operation Status - Universal Driver Docum