檔案操作例項

2022-09-09 02:51:09 字數 1885 閱讀 1294

開發資料查詢

#define   _crt_secure_no_warnings

#include #include #include #include#include #define path "kaifang.txt"

char ** g_pp;//全域性的二級指標

int imax =20151574;//標示有多少行

int getimax()

else

; fgets(readstr, 1024, pf);//讀取一行

hang++;//自增

} fclose(pf);//關閉

return hang; }}

void loadfromfile()

else

; fgets(str, 1024, pf);//按行讀取

str[1024 - 1] = '\0';

int strlength = strlen(str);

g_pp[i] = malloc(sizeof(char)*(strlength + 1));//處理/0

if (g_pp[i]!=null)

}fclose(pf);//關閉 }}

void search(char *str)

; sprintf(strpath, "i:\\%s.txt", str);

file *pf = fopen(strpath, "w");//寫的模式開啟

if (g_pp != null)

}} }

fclose(pf);

system(strpath);//開啟檔案

}void main()

; scanf("%s", str);//初始化str陣列

search(str);//檢索

} system("pause");

}

qq密碼查詢
#define   _crt_secure_no_warnings

#include #include #include #include#include #define path "kaifang.txt"

char ** g_pp;//全域性的二級指標

int imax =20151574;//標示有多少行

int getimax()

else

; fgets(readstr, 1024, pf);//讀取一行

hang++;//自增

} fclose(pf);//關閉

return hang; }}

void loadfromfile()

else

; fgets(str, 1024, pf);//按行讀取

str[1024 - 1] = '\0';

int strlength = strlen(str);

g_pp[i] = malloc(sizeof(char)*(strlength + 1));//處理/0

if (g_pp[i]!=null)

}fclose(pf);//關閉 }}

void search(char *str)

; sprintf(strpath, "i:\\%s.txt", str);

file *pf = fopen(strpath, "w");//寫的模式開啟

if (g_pp != null)

}} }

fclose(pf);

system(strpath);//開啟檔案

}void main()

; scanf("%s", str);//初始化str陣列

search(str);//檢索

} system("pause");

}

Java檔案操作例項

統計指定資料夾大小 public static long getfilelength file dir else return len 刪除指定資料夾 public static void deletefile file dir else 5,迴圈結束後,把空資料夾刪掉 dir.delete 把乙個...

vbs檔案操作指令碼例項

vbs檔案操作指令碼例項 2009年11月04日 星期三 11 03 2009年10月23日 下午 02 45 1.建立乙個新的文字檔案,如果檔案已經存在則報告錯誤 rem 在當前盤根目錄下建立 測試.txt 並寫入乙個字串 vbs dim fso,file,filename vbs filenam...

shell 例項之檔案操作

bin bash 建立檔案 if d testdir then mkdir testdir ficd testdir if f test.lua.bak.2017 then touch test.lua.bak.2017 fiif d subdir then mkdir subdir cd subd...