代码搜索:cannot

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

代码结果 7,468
www.eeworm.com/read/289579/8541561

c 实例3.c

#include #include main(int argc, char *argv[]) { FILE *in,*out; char ch; if(argc!=3); { printf("You forgot to enter a filename\n"); exit(0);
www.eeworm.com/read/289579/8541572

c 实例2.c

#include #include main() { FILE *in,*out; char ch,infile[10],outfile[10]; printf("Enter the infile nmae:\n"); scanf("%s",infile); printf("Enter the o
www.eeworm.com/read/188135/8569319

cpp 14-15.cpp

#include #include main() { ofstream out("test"); if(! out) { cout
www.eeworm.com/read/431224/8696035

m setx0.m

function a = setx0(a) global DAE if ~a.n, return, end DAE.x(a.vm) = a.u.*DAE.y(a.vbus); DAE.x(a.thetam) = a.u.*DAE.y(a.bus); idx = find(a.con(:,4) == 0); if ~isempty(idx) warn(a,idx, [' Time con
www.eeworm.com/read/431224/8697167

m setx0.m

function a = setx0(a) global DAE if ~a.n, return, end Kw = a.con(:,7); Tw = a.con(:,8); T2 = a.con(:,10); T4 = a.con(:,12); Tr = a.con(:,13); idx = find(Tw == 0); if idx, a.con(idx,7) = 1; war
www.eeworm.com/read/431043/8711958

log frmmain.log

Line 260: Class MSComctlLib.StatusBar of control stbStatus was not a loaded control class. Line 1264: Class MSComDlg.CommonDialog of control cdgLoadSaveSetup was not a loaded control class. Line 267
www.eeworm.com/read/286954/8735208

c fileio.c

# include # include void main() { /* 定义一个文件指针fp */ FILE *fp; char ch, filename[10]; printf("Please input the name of file: "); scanf("%s", filename); /* 输入字符串并赋给
www.eeworm.com/read/430659/8735914

log newtable.log

Line 2: The Form or MDIForm name frmMain is already in use; cannot load this form.
www.eeworm.com/read/386213/8761056

cpp 5_1_2.cpp

#include #define MMM 20 int n; int c; int nc=0; int find=0; int A[MMM]; int flag[MMM]; void Backtrack(int i); void main() { int i; FILE *fp1,*fp2; if((fp1=fopen("input.txt
www.eeworm.com/read/386212/8761088

cpp 4_9.cpp

#include"stdio.h" void main() { int i,m,n,t,p,k[100];//m表示汽车加满油的行驶距离,n表示汽车行驶路旅途中的加油站数目 FILE *fp1,*fp2; if((fp1=fopen("input.txt","r"))==NULL) { printf("file cannot be opened\n"); //exi