1、 請程式設計實現乙個氣泡排序演算法?
class program
;popsort.popsort1(test);}}
public static class popsort
}foreach (var n in a)}}
}
2、 產生乙個int陣列,長度為100,並向其中隨機插入1-100,並且不能重複。
class program
else
}a.sort();
foreach (var i in a)
console.readkey();
}}
3、 一列數的規則如下: 1、1、2、3、5、8、13、21、34… 求第30位數是多少, 用遞迴演算法實現。
class program
}public static class fibonacci
else}}
}
4、 給定任一32位無符號整型數,判斷是否為2的n次方。
class program
}public static class judgement
else
while (i != 1);
}return true;}}
}
5、 已知乙個三位數加上另乙個三位數之和為四位數,算式中數字恰好為0、1、2、3、4、5、6、7、8、9各出現一次,請程式設計來求這個算式
class program
}console.writeline(count);
console.readkey();
}public static bool istrue(int i, int j, int k)
}return true;}}
}
每天五道面試題
答 有頁面傳值 儲存物件傳值 ajax 類 model 表單等。但是一般來說,public 關鍵字是型別和型別成員的訪問修飾符。公共訪問是允許的最高訪問級別。對訪問公共成員沒有限制,protected 關鍵字是乙個成員訪問修飾符。受保護成員在它的類中可訪問並且可由派生類訪問。有關 protected...
面試題 五道面試題五
判斷出棧順序的正確性 假設每個相同元素只出現一次 include include include include using namespace std class istruesack istruesack if str2 null public bool istrue const char pu...
每天五道面試題 5
logging模組的作用?以及應用場景?為應用開發實現了乙個靈活的事件日誌系統。通常用來排錯,記錄操作與記錄使用者行為。請用 簡答實現stack class stack object def init self self.stack def push self,value 進棧 def pop se...