diff --git a/究极翻译.cpp b/实时输入输出的翻译.cpp similarity index 96% rename from 究极翻译.cpp rename to 实时输入输出的翻译.cpp index 4e12bcc..5623afb 100644 --- a/究极翻译.cpp +++ b/实时输入输出的翻译.cpp @@ -5,7 +5,8 @@ #include #define FILENAME "ĵ31.txt" #define shoucanjia "ղؼ56.txt" -struct word + +struct word//ṹ { char chinese[100]; char english[100]; @@ -28,8 +29,8 @@ void color(short x) // } -FILE *FP; -FILE *fileopen(char FileName[])//򿪷ĵ +FILE *FP;//ıָ +FILE *fileopen(char FileName[])//ĵ { FILE *fp; if((fp=fopen(FileName,"rb"))==NULL) @@ -39,7 +40,7 @@ FILE *fileopen(char FileName[])// fp=fopen(FileName,"ab+"); } -void fileclose(FILE *fp)//رշĵ +void fileclose(FILE *fp)//رĵ { if(fclose(fp)!=NULL) { @@ -57,7 +58,7 @@ void shoucan(word temp)// } -void findlike()//ղؼ +void findlike()//鿴ղؼ { system("cls"); FILE *fp; @@ -131,12 +132,12 @@ void findlike()// } fileclose(fp); if(n==2&&m==0) - printf("\nno this"); + printf("\nûղش˵ʣ"); } fileclose(fp); } -void change()// +void change()//Ӣ { system("cls"); char tempenglish[100]; @@ -263,7 +264,7 @@ stop: printf("\n"); } -int caidan()//˵ +int caidan()//˵ { int choose=1; diff --git a/究极翻译.exe b/实时输入输出的翻译.exe similarity index 96% rename from 究极翻译.exe rename to 实时输入输出的翻译.exe index 2aedb26..fdb4818 100644 Binary files a/究极翻译.exe and b/实时输入输出的翻译.exe differ