代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/295361/8168032
c krx12302.c
/* Lew Pitcher */
/*/
** derem - remove C comments
**
** (attempt to solve K&R Exercise 1-22)
**
** As I only have v1 copy of K&R, I cannot
** be sure what is covered in
www.eeworm.com/read/394710/8210745
c matcreate.c
--------------------Configuration: matcreat - Win32 Debug--------------------
Compiling...
matcreat.c
d:\work\c_mat\matcreat.c(4) : fatal error C1083: Cannot open include file: 'mat.h': No such fil
www.eeworm.com/read/367274/9763130
pl pptok.pl
#!/usr/bin/perl
#
# Produce pptok.c, pptok.h and pptok.ph from pptok.dat
#
require 'phash.ph';
my($what, $in, $out) = @ARGV;
#
# Read pptok.dat
#
open(IN, "< $in") or die "$0: cannot op
www.eeworm.com/read/412169/11212304
plg 10.1.plg
Build target 'Target 1'
compiling 10.1.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_DAQ?10_1
*** WARNING L10: CANNOT DETERMINE ROOT SEGMENT
"10.1"
www.eeworm.com/read/237003/13983971
cpp complex-test.cpp
// Test real, imag, conj, abs, arg, polar
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
#ifndef BZ_HAVE_COMPLEX_FCNS
int main()
{
cout
www.eeworm.com/read/133648/14031621
java bigegg.java
//: c08:BigEgg.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// An inner class cannot be overriden
// like a method.
cla
www.eeworm.com/read/234937/14091534
c matcreate.c
--------------------Configuration: matcreat - Win32 Debug--------------------
Compiling...
matcreat.c
d:\work\c_mat\matcreat.c(4) : fatal error C1083: Cannot open include file: 'mat.h': No such fil
www.eeworm.com/read/112279/15490387
java bigegg.java
//: c08:BigEgg.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// An inner class cannot be overriden
// like a method.
cla
www.eeworm.com/read/104052/15711672
c proc.c
/* Tolerant /proc file parser. Copyright 1998 Andi Kleen */
/* $Id: proc.c,v 1.4 1999/01/05 20:54:00 philip Exp $ */
/* Fixme: cannot currently cope with removed fields */
#include
#incl
www.eeworm.com/read/285344/8849384
c p6.2.c
#include
#include
#include
#include
int main(void){
struct termios term;
int err;
if(tcgetattr(STDIN_FILENO,&term)==-1){
perror("Cannot get standard i