代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/143603/5756413
dox ht1-uri.dox
/**
* @ingroup libosip2 The GNU oSIP stack
* @defgroup howto1_uri How-To parse URI.
To demonstrate how to use the libosip2 parser, the
simplest way is to start playing with URI. (Uniform
Resource I
www.eeworm.com/read/139903/5795688
cpp staticmemberfunctions.cpp
//: C10:StaticMemberFunctions.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
class X {
int i;
www.eeworm.com/read/137363/5825066
c win32app.c
#include
#include
#include
#include
#include "..\vxd\eventvxd.h"
HANDLE hDevice;
VMINFO *pVMInfo;
DWORD WINAPI SecondThread( PVOID hEventRing3 );
www.eeworm.com/read/136989/5829517
idl test.idl
// test.idl,v 1.1 2002/08/22 18:08:04 irfan Exp
interface test
{
long doit ();
// Returns numbers: they are constantly increasing
exception Cannot_Forward {};
// Raised if object can
www.eeworm.com/read/134188/5893699
properties typeconverter.properties
error.argument_is_null : The argument cannot be null.
error.argument_not_parseable : The argument value "{0}" cannot be parsed to a "{1}" value.
www.eeworm.com/read/133287/5906851
cpp rwlock_win32.cpp
//
// RWLock_WIN32.cpp
//
// $Id: //poco/Main/Foundation/src/RWLock_WIN32.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistributio
www.eeworm.com/read/124989/6034714
pm extendinitrd.pm
#!/usr/bin/perl -w
sub status_system ($$) {
my ($command, $message) = @_;
$status = system($command);
$status
www.eeworm.com/read/113399/6131629
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/100043/6275731
pl test-ellipses.pl
#!/usr/local/bin/perl -w
use strict;
# $Id: test-ellipses.pl,v 1.1 1998/03/09 07:32:53 rousskov Exp $
#
# Replaces printf-like function calls with printf and compiles with gcc -Wall
# to catch %-
www.eeworm.com/read/100017/6276284
c win32app.c
#include
#include
#include
#include
#include "..\vxd\eventvxd.h"
HANDLE hDevice;
VMINFO *pVMInfo;
DWORD WINAPI SecondThread( PVOID hEventRing3 );