VF6 0與C 的轉移資料

2021-04-29 02:15:49 字數 702 閱讀 8265

在vfp的程式中新建txt檔案,將vfp評析結果放入txt

新建及刪除txt檔案(vfp)

cscore='d:/score.txt'

if file(cscore)

dele file 'd:/a.txt'

x=fcreate("d:/score.txt")

=fputs(x,alltrim(str(score_all)))

=fclose(x)

else

x=fcreate("d:/score.txt")

=fputs(x,alltrim(str(score_all)))

=fclose(x)

endif

delete file ('d:/score.txt') 

/c#執行exe檔案並且讀取vfp執行的結果

static void main(string args)

objreader.close();

//將讀取的結果顯示

string score = "";

foreach (string soutput in arrtext)

score =score+soutput;

//console.writeline(soutput);

console.writeline(score);

//console.readline();

}

HashMap轉移資料的過程

確定需要擴容之後,先計算原來陣列的長度,如果已經等於最大值了那就不可能再擴容了,直接返回。如果不是,創新乙個新的新長度的陣列。然後執行轉移方法。轉移方法 for迴圈遍歷原陣列,遍歷每乙個entry,首先儲存entry中的下乙個entry。下一次需要迴圈的 判斷是否需要重新計算hash值,如果需要就重...

mysql從乙個表向另乙個表轉移資料的儲存過程

delimiter use sms drop procedure if exists sendsmsprocs create definer root localhost procedure sendsmsprocs numberarrayid char 32 longsmsid char 32 b...

mysql從乙個表向另乙個表轉移資料的儲存過程

mysql從乙個表向另乙個表轉移資料的儲存過程 delimiter www.2cto.com use sms drop procedure if exists sendsmsprocs create definer root localhost procedure sendsmsprocs numb...