代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/373367/2764377

h gr_check_counting_s.h

/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/368173/2823902

java check_procedure_details_ok.java

/* *this file is part of nseer erp *Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com * *This program is free software; you can redistribute it and/or *modify it
www.eeworm.com/read/368173/2823903

java check_procedure_transfer_ok.java

/* *this file is part of nseer erp *Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com * *This program is free software; you can redistribute it and/or *modify it
www.eeworm.com/read/368173/2824569

java check_human_details_ok.java

/* *this file is part of nseer erp *Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com * *This program is free software; you can redistribute it and/or *modify it
www.eeworm.com/read/368173/2824892

java check_serial_number_ok.java

/* *this file is part of nseer erp *Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com * *This program is free software; you can redistribute it and/or *modify it
www.eeworm.com/read/368173/2824935

java check_choose_bat_ok.java

/* *this file is part of nseer erp *Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com * *This program is free software; you can redistribute it and/or *modify it
www.eeworm.com/read/366702/2865118

h sse4_1-check.h

#include #include #include "cpuid.h" static void sse4_1_test (void); #define MASK 0x2 int main () { unsigned int eax, ebx, ecx, edx; if (!__get_cpuid (1, &eax, &ebx, &ec
www.eeworm.com/read/366702/2865177

h sse4_2-check.h

#include #include #include "cpuid.h" static void sse4_2_test (void); int main () { unsigned int eax, ebx, ecx, edx; if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx)) retu
www.eeworm.com/read/366702/2876032

f90 fmt_zero_check.f90

! { dg-do compile } ! PR fortran/32555 ! 2050 FORMAT(0PF9.4) 2050 FORMAT(0F9.4) ! { dg-error "Expected P edit descriptor" } end
www.eeworm.com/read/366702/2876268

f90 bounds_check_7.f90

! { dg-do run } ! { dg-options "-fbounds-check" } ! { dg-shouldfail "Array reference out of bounds" } ! PR fortran/31627 subroutine foo(a) integer a(*), i i = 0 a(i) = 42 ! { end subroutine foo