Thread Rating:
  • 306 Vote(s) - 2.84 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ユニークな値の一覧を取得したい
08-08-2013, 08:16 PM,
#2
RE: ユニークな値の一覧を取得したい
if 句を使って判断するほうがコストは低いかもしれませんが、
私は、ハッシュテーブルを使っています。

Code:
{do
    def ary = {{Array-of int} 1,1,2,3,1,5,3}
    def hst = {{HashTable-of int, bool}}
    {for i in ary do  {hst.set i, true} }
    def vb = {VBox "ユニーク化された値の一覧"}
    {for i in {hst.keys-to-Iterator} do  {vb.add i} }
    {popup-message vb}
}


Messages In This Thread
RE: ユニークな値の一覧を取得したい - by umemura - 08-08-2013, 08:16 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('953')