代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/489776/6469628
pas graphicstrings.pas
unit GraphicStrings;
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in compliance
// with the License. You
www.eeworm.com/read/487368/6510747
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/487036/6522623
log form1.log
Line 15: Property OleObjectBlob in SmallMap could not be set.
Line 15: Cannot load control SmallMap.
Line 23: Property OleObjectBlob in ToolbarControl1 could not be set.
Line 23: Cannot load contro
www.eeworm.com/read/481249/6646378
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/481249/6646385
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/480821/6662299
err ml.err
FATAL
cannot open file
I/O error closing file
I/O error writing file
I/O error reading file
out of memory
assembler limit : macro parameter name table full
invalid command-line option
nesting
www.eeworm.com/read/479352/6691934
m untitled.m
#include "stdio.h"
main()
{
FILE *fp;
char str[100],filename[10];
int i=0;
if((fp=fopen("test","w"))==NULL)
{
printf("cannot open the file\n");
exit(0);
}
printf("please input a
www.eeworm.com/read/477538/6738199
vb returncode.vb
Namespace Common
Public Class ReturnCode
Public Const NO_ERROR As Integer = 0
' Communication error codes
Public Const INVALID_COM_PORT As Integer = 1001
www.eeworm.com/read/409901/11307525
log compressionform.log
Line 3: The Form or MDIForm name compressionform is already in use; cannot load this form.
www.eeworm.com/read/405283/11466865
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);