第乙個測試的主要**:
private結果:function closuretest():void
private
var num:int = 1000;
private
function onenter(e:event):void
}private
function oncom(e:event):void
第二個測試的主要**:
private結果:function closuretest():void
private
var num:int = 1000;
private
function onenter(e:event):void
function oncom(e:event):void
}
第三個測試的主要**:
private結果如下:var num:int = 1000;
private
function onenter(e:event):void
); }
}
先記下來,慢慢研究然後總結。
qsort sort函式效能測試
1,c sort函式,比較函式直接return 0或者1 int cmp int a,int b define p 2 int ns p int main 1 return 1 哪怕p 2,只有2個數,程式也會直接崩潰,因為這不是嚴格弱序。參考 2 return 0 12345 0 123456 4...
效能測試 (四)函式
1.入口 選單欄 tools 函式助手對話方塊 2.random 隨機函式 點選 生成 預設已經複製,可直接貼上使用 3.randomstring 隨機函式 4.counter 計數器函式 5.digest函式 5.1簡單使用 加密內容不包含引用 5.2加密內容包含引用 5.3幫助手冊 同樣的,也可...
函式 匿名函式
匿名函式 沒有名稱的函式。匿名函式的使用 1 將其賦值給乙個函式 var show function show 2.匿名函式的自我執行 function hi 函式 無參,有參,帶返回值 帶有返回值的函式 var num function a,b 10,9 consloge.log num 例子 v...