代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/377584/2698869
h idxiotest.h
#ifndef IDXIOTEST_H_
#define IDXIOTEST_H_
#include
#include "libeblearn.h"
//! Test class for IdxIO class
class IdxIOTest : public CppUnit::TestFixture {
CPPUN
www.eeworm.com/read/377584/2698874
h imagetest.h
#ifndef IMAGETEST_
#define IMAGETEST_
#include
#include "libeblearn.h"
//! Test class for Image class
class ImageTest : public CppUnit::TestFixture {
CPPUNIT_T
www.eeworm.com/read/377584/2699014
h idxiotest.h
#ifndef IDXIOTEST_H_
#define IDXIOTEST_H_
#include
#include "libeblearn.h"
//! Test class for IdxIO class
class IdxIOTest : public CppUnit::TestFixture {
CPPUN
www.eeworm.com/read/377584/2699020
h imagetest.h
#ifndef IMAGETEST_
#define IMAGETEST_
#include
#include "libeblearn.h"
//! Test class for Image class
class ImageTest : public CppUnit::TestFixture {
CPPUNIT_T
www.eeworm.com/read/375190/2731967
sh shorten_file_name.sh
#!/bin/sh
if [ $# -lt 1 ]
then
$0 html
$0 png
exit
fi
echo $# extensions to process
for file_extension in $@
do
echo Processing extension $file_extension ...
kk=0
for long_fil
www.eeworm.com/read/372858/2768900
c array.c
/*
* linux/fs/proc/array.c
*
* Copyright (C) 1992 by Linus Torvalds
* based on ideas by Darren Senn
*
* stat,statm extensions by Michael K. Johnson, johnsonm@stolaf.edu
*/
#include
www.eeworm.com/read/366702/2866207
c anon-struct1.c
/* { dg-options "-ansi -pedantic -pedantic-errors" } */
/* In strict ISO C++ mode, we don't recognize the anonymous struct
extension or any Microsoft C extensions. */
struct A { char a; };
struc
www.eeworm.com/read/366702/2872204
c eb63.c
// { dg-do run }
// { dg-options "-w -fpermissive" }
//This uses GNU extensions, so disable -ansi
#include
#include
class A {
public:
A(bool b) { abort(); }
A(in
www.eeworm.com/read/366702/2877171
f90 warn_std_2.f90
! { dg-do compile }
! { dg-options "-Wnonstd-intrinsics -std=f95" }
!
! PR fortran/32778 - pedantic warning: intrinsics that
! are GNU extensions not part of -std=gnu
!
! (2/3) Che
www.eeworm.com/read/366702/2877475
f90 warn_std_3.f90
! { dg-do compile }
! { dg-options "-Wnonstd-intrinsics -std=f2003" }
!
! PR fortran/32778 - pedantic warning: intrinsics that
! are GNU extensions not part of -std=gnu
!
! (3/3) C