代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/140180/5794214
c ipv4.c
/*****************************************************************************
* ipv4.c: IPv4 network abstraction layer
*****************************************************************************
www.eeworm.com/read/138727/5814481
h resource.h
#define IDI_ICON3 159
#define IDS_CANNOT_CREATE_FOLDER 9
#define IDS_PROGRESS_EXTRACTING 69
www.eeworm.com/read/132649/5911506
hpp annot_ci.hpp
/*
* ===========================================================================
* PRODUCTION $Log: annot_ci.hpp,v $
* PRODUCTION Revision 1000.1 2004/04/12 17:26:54 gouriano
* PRODUCTION PRODUC
www.eeworm.com/read/487708/6507660
c input.c
/*
* Copyright (c) 2007 by Thierry Leconte (F4DWV)
*
* $Id: input.c,v 1.3 2007/03/29 16:21:49 f4dwv Exp $
*
* This library is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/478118/6720376
java ex2.java
// interfaces/Ex2.java
// TIJ4 Chapter Interfaces, Exercise 2, page 315
// Create a class as abstract without including any abstract methods, and verify
// that you cannot create any instances of t
www.eeworm.com/read/408091/11405436
h macros.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef macros_INCLUDED
#define macros_INCLUDED 1
#ifndef __GNUG__
#define __attribute__(args) /* as nothing */
#end
www.eeworm.com/read/344238/11897835
java ex2.java
// interfaces/Ex2.java
// TIJ4 Chapter Interfaces, Exercise 2, page 315
// Create a class as abstract without including any abstract methods, and verify
// that you cannot create any instances of t
www.eeworm.com/read/129220/14257565
java nullinducer.java
package fss;
import shared.*;
import shared.Error;
import java.lang.*;
import java.io.*;
/***************************************************************************
The Null Inducer is an i
www.eeworm.com/read/127777/14334168
c misc.c
#include
char *create_string(s)
char *s;
{
char *p = (char *) malloc(strlen(s) + 1);
if(p==NULL) internal_error("Cannot malloc in create-string");
strcpy(p,s);
re
www.eeworm.com/read/223082/14660505
java nullinducer.java
package fss;
import shared.*;
import shared.Error;
import java.lang.*;
import java.io.*;
/***************************************************************************
The Null Inducer is an i