代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/120487/6072061

sql test_setup.sql

-- -- Create the tables used in the test queries -- -- T_pkey1 is the primary key table for T_dta1. Entries from T_pkey1 -- Cannot be changed or deleted if they are referenced from T_dta1. -- -- T_pke
www.eeworm.com/read/108668/6181460

bte noclosestream.bte

NoClose Streams Create streams that cannot be closed with the regular close() mechanism.
www.eeworm.com/read/108242/6183960

m4 hash.m4

dnl This probably will not run on any m4 that cannot dnl handle char constants in eval. dnl changequote() define(HASHVAL,99) dnl define(hash,) dnl define(str,
www.eeworm.com/read/101082/6250658

c misc.c

#include #include "defs" char * copys(s) register char *s; { register char *t; char *k; ptr calloc(); for(t=s; *t++ ; ); if( (k = calloc( t-s , sizeof(char))) == NULL) fatal("Cannot alloc
www.eeworm.com/read/100285/6270836

sql test_setup.sql

-- -- Create the tables used in the test queries -- -- T_pkey1 is the primary key table for T_dta1. Entries from T_pkey1 -- Cannot be changed or deleted if they are referenced from T_dta1. -- -- T_pke
www.eeworm.com/read/490761/6442114

m bnet_from_engine.m

function bnet = bnet_from_engine(engine) % BNET_FROM_ENGINE Return the bnet structure stored inside the engine (inf_engine) % bnet = bnet_from_engine(engine) bnet = engine.bnet; % We cannot write 'e
www.eeworm.com/read/484011/6588846

ts_test

#! /bin/sh # ts_test - temporary wrapper script for .libs/ts_test # Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) # # The ts_test program cannot be directly executed un
www.eeworm.com/read/476409/6761135

cpp 4.cpp

#include #include void load1(float a[]) { FILE *fp; int i; if((fp=fopen("1.txt","rb"))==NULL) { printf("cannot open"); return; } for(i=1;i
www.eeworm.com/read/476411/6761136

cpp 1.cpp

#include #include void load1(float a[]) { FILE *fp; int i; if((fp=fopen("1.txt","rb"))==NULL) { printf("cannot open"); return; } for(i=1;i
www.eeworm.com/read/476414/6761543

cpp 2.cpp

#include #include void load1(float a[]) { FILE *fp; int i; if((fp=fopen("1.txt","rb"))==NULL) { printf("cannot open"); return; } for(i=1;i