combinations

    3熱度

    4回答

    我有一個項目列表,每個項目都有一個數量。 var items = { 1: 12, // we have 12 x item1 2: 1, // we have 1 x item2 3: 1, 4: 7, 5: 2, 6: 2 }; 或者這可以被看作是: var items = [1, 1, 1, 1, 1, 1, 1, 1, 1,

    19熱度

    5回答

    是否可以創建一些Linq來生成包含一系列數字的所有可能組合的List? 如果輸入「21」,它會產生與元素的列表: list[0] = "21" list[1] = "22" list[2] = "11" list[3] = "12" (不nessesarily順序) 我知道你可以使用範圍做這樣的事情: List<char> letterRange = Enumerable.Range('

    0熱度

    3回答

    我剛開始學習C#在VS 2008 我發現關鍵combiations爲 選擇當前詞 刪除當前行 是有一個組合鍵來選擇當前行?