代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/110649/15527995
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
www.eeworm.com/read/108194/15591047
txt license.txt
Browser Soccer can be considered freeware. The program cannot be
altered for any reason without prior consent from me Daniel Moscufo.
You may use Browser Soccer free on your commercial or non-commer
www.eeworm.com/read/107118/15612601
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
#in
www.eeworm.com/read/106588/15633628
cpp pwsprefs.cpp
#include "PWSprefs.h"
#include // for AfxGetApp()
#pragma warning(push,3) // sad that VC6 cannot cleanly compile standard headers
#include
#pragma warning(pop)
#pragma warning(d
www.eeworm.com/read/100573/15871642
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
#in
www.eeworm.com/read/100018/15888183
cgi list_mailers.cgi
#!/usr/local/bin/perl
# list_mailers.cgi
# Display a list of mailertable domains
require './sendmail-lib.pl';
require './mailers-lib.pl';
$access{'mailers'} || &error($text{'mailers_cannot'});
&head
www.eeworm.com/read/100018/15888814
cgi save_sync.cgi
#!/usr/local/bin/perl
# save_sync.cgi
# Save default quotas
require './quota-lib.pl';
$access{'default'} && &can_edit_filesys($in{'filesys'}) ||
&error("You cannot set the default quota for this fil
www.eeworm.com/read/291779/8396091
c printk.c
/* passed
* linux/kernel/printk.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a print
www.eeworm.com/read/286425/8764505
lst chap9.lst
listing 1
FILE *fp;
fp = fopen("test", "w");
listing 2
FILE *fp;
if ((fp = fopen("test","w"))==NULL) {
printf("Cannot open file.\n");
exit(1);
}
listing 3
do {
ch = getc(fp);
}
www.eeworm.com/read/430096/8766432
java sets17.java
// generics/Sets17.java
// TIJ4 Chapter Generics, Exercise 17, page 645
/* Study the JDK documentation for EnumSet. You'll see that there's a
* clone() method defined. However, you cannot clone()