代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/260165/4335449
h truncation_test_unittest_.h
// Updated: 14th January 2007
#if !defined(STLSOFT_INCL_STLSOFT_CONVERSION_HPP_TRUNCATION_TEST)
# error This file cannot be directly included, and should only be included within stlsoft/conversi
www.eeworm.com/read/260165/4335468
h searchspec_sequence_unittest_.h
// Updated: 5th January 2007
#if !defined(INETSTL_INCL_INETSTL_FILESYSTEM_HPP_SEARCHSPEC_SEQUENCE)
# error This file cannot be directly included, and should only be included within inetstl/files
www.eeworm.com/read/260165/4335469
h findfile_sequence_unittest_.h
// Updated: 12th March 2007
#if !defined(INETSTL_INCL_INETSTL_FILESYSTEM_HPP_FINDFILE_SEQUENCE)
# error This file cannot be directly included, and should only be included within inetstl/filesyst
www.eeworm.com/read/260165/4335470
h ftpdir_sequence_unittest_.h
// Updated: 12th March 2007
#if !defined(INETSTL_INCL_INETSTL_FILESYSTEM_HPP_FTPDIR_SEQUENCE)
# error This file cannot be directly included, and should only be included within inetstl/filesystem
www.eeworm.com/read/260165/4335471
h functionals_unittest_.h
// Updated: 5th January 2007
#if !defined(INETSTL_INCL_INETSTL_FILESYSTEM_HPP_FUNCTIONALS)
# error This file cannot be directly included, and should only be included within inetstl/filesystem/fu
www.eeworm.com/read/260165/4335489
h check_cast_unittest_.h
// Updated: 9th August 2006
#if !defined(DOTNETSTL_INCL_DOTNETSTL_CONVERSION_HPP_CHECK_CAST)
# error This file cannot be directly included, and should only be included within dotnetstl/conversio
www.eeworm.com/read/259371/4343676
txt 程嶏清单11-5.txt
unless (open(INFILE, "infile")) {
die ("Input file infile cannot be opened.\n");
}
if (-e "outfile") {
die ("Output file outfile already exists.\n");
}
unless (open(OUTFILE, ">outfi
www.eeworm.com/read/255233/4378653
inf pci9054.inf
;; PCI9054.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your
www.eeworm.com/read/252366/4408207
c strtod.c
#include
#include
double
strtod(const char *p, char **pp)
{
fprintf(stderr,"cannot print floating point\n");
exit(EXIT_FAILURE);
}
www.eeworm.com/read/162614/5535302
java classnotfoundexception.java
/* ClassNotFoundException.java -- thrown when class definition cannot be found
Copyright (C) 1998, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is