... <看更多>
Search
Search
Apriori 演算法---C語言 ... Apriori演算法是一種挖掘關聯規則的頻繁項集演算法,其核心思想是通過候選集生成和情節的向下封閉檢測兩個階段來挖掘頻繁項集。
在電腦科學以及資料探勘領域中, 先驗演算法(Apriori Algorithm)是關聯規則學習 ... 的單個商品的購買資訊),演算法通常嘗試在專案集合中找出至少有C個相同的子集。
最後找出來的結果會用下面這個樣子表示:X, Y 分別代表物品的集合,s, c 是作為 ... Apriori 所採用的性質是:「若一項目集是頻繁的,則他的所有非空子集合也必定是 ...
#4. 提升Apriori 演算法效能探勘關聯規則 - TANET 2019
Apriori_A 演算法相較Apriori 演算法更有效率探勘 ... Keywords: data mining, association rule, Apriori ... ABC為高頻3-項目集,A、B、C∈I,若關聯規則.
c ++實現頻繁項集的發現,下面的代碼只是生產了頻繁項,還沒有生產關聯規則。關聯規則的生成會在後面的文章中補充。 Apriori.h.
#6. [ ML 文章收集] Apriori Algorithm Introduction - 程式扎記
apriori 是在資料探勘的領域中,用來找尋關聯式規則(association ... 在 C(k+1) 中,若有某itemset 其所有含 k 項的subset 不屬於 L(k),即可將其自 ...
Apriori 算法---C语言 ... Apriori算法是一种挖掘关联规则的频繁项集算法,其核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集。 基本 ...
#8. Machine Learning -關聯分析-Apriori演算法-詳細解說 ... - Chwang
Machine Learning -關聯分析-Apriori演算法-詳細解說啤酒與尿布的背後原理Python實作-Scikit Learn一步一步教學 · a. 支持度(Support): · b. 信心水準(Confidence): · c. 提升 ...
#9. [Data Mining] Apriori Algorithm - kuoe0's dots
Candidate Itemset:通過apriori 合併操作所得到的itemset; Frequent Itemset:support 值大於min support 之itemset; C(k):含有k 個元素之candidate ...
#10. Apriori 演算法(截自網路上多偏文章) - 大神的世界
名字由來Apriori演算法是經典的挖掘頻繁項集和關聯規則的資料探勘演算法A priori在拉丁語 ... Aprioritid 速度較快,因為計算支持度是利用Ck. Apriori ...
#11. apriori演算法代碼
本資訊是關於用C實現apriori基本演算法的代碼,請問你有用mapreduce ... 二、實驗內容對一數據集用apriori演算法做關聯分析,用matlab實現。
#12. Apriori C - 軟體兄弟
Apriori C,Apriori 算法是一种最有影响力的挖掘布尔关联规则的频繁项集的算法,它是由Rakesh ... 为了压缩Ck,可以利用Apriori性质:任一频繁项集的所有非空子集也必须 ...
#13. Apriori | 数据挖掘十大算法详解 - wizardforcel
Apriori 算法是一种最有影响力的挖掘布尔关联规则的频繁项集的算法,它是由Rakesh ... 为了压缩Ck,可以利用Apriori性质:任一频繁项集的所有非空子集也必须是频繁的, ...
#14. R筆記--(6)關聯式規則;決策樹(分析鐵達尼號資料) - RPubs
apriori ()建立關聯規則; 冗規則判斷與去除; 視覺化. 決策樹(Decision Tree) ... 記得要給定資料所在的路徑(path),例如:我把下載的資料放在C槽下: ...
#15. An example for Apriori-C | Download Scientific Diagram
Download scientific diagram | An example for Apriori-C from publication: Algorithms for Discovery of Frequent Superset, Rather Than Frequent Subset | In ...
#16. Apriori
This chapter describes Apriori, the algorithm used by Oracle Data Mining for ... a rule derived from frequent itemsets containing A, B, and C might state ...
#17. Apriori Algorithm - GeeksforGeeks
Apriori algorithm is given by R. Agrawal and R. Srikant in 1994 for finding frequent itemsets in a dataset for boolean association rule.
#18. APRIORI Algorithm - Stony Brook Computer Science
Use the frequent itemsets to generate association rules. Page 4. The Apriori Algorithm : Pseudo code. • Join Step: C.
#19. Classification Rule Learning with APRIORI-C | Semantic Scholar
The proposed APRIORI-C algorithm achieves decreased time and space complexity, while still performing exhaustive search of the rule space, ...
#20. Apriori Algorithm - SensiML Glossary
Each transaction is seen as a set of items (an itemset). Given a threshold {displaystyle C}C, the Apriori algorithm identifies the item sets which are subsets ...
#21. Adapting Association Rule Learning to Subgroup Discovery
This was achieved by building a classification rule learner APRIORI-C, enhanced with a novel post-processing mechanism, a new quality measure for induced ...
#22. An Enhanced Apriori Algorithm for Discovering Frequent ...
for calculating the frequency of c in Ck. This improved version of Apriori algorithm has a flaw: • All transactions with transaction ids in Tid are checked ...
#23. vill-jiang/FPMining: Apriori & FPGrowth implementation by C++
FPMining. Apriori & FPGrowth implementation by C++. 一个c++ 实现的Apriori 和FPGrowth 频繁项集挖掘算法。 包含数据集Groceries 和UNIX_usage。
#24. 利用資料探勘Apriori演算法預測零售賣場之個人購物行為
本文的研究工作首先介紹資料探勘技術與關聯規則中Apriori演算模型的發展歷史與其相關應用。其次,本文設計出可適用於真實世界中的資料庫模板,針對個人在賣場內的真實 ...
#25. aPriori Technologies | LinkedIn
Next-generation manufacturing insights unlocked | aPriori is the leading provider of ... With positions from Sales to Engineering, to the C-Suite and more.
#26. Mining Associations with Apriori in arules - Rdrr.io
The Apriori algorithm employs level-wise search for frequent itemsets. The used C implementation of Apriori by Christian Borgelt includes some improvements ...
#27. The Poetic Apriori | Columbia University Press
Raymond C. Barfield discusses conditions that would be necessary if the universe is meaningful as a whole, and then develops a theory of philosophical ...
#28. Apriori Algorithm in Data Mining: Implementation With Examples
In-Depth Tutorial On Apriori Algorithm to Find Out Frequent Itemsets in Data Mining. This Tutorial Explains The Steps In ... C: Candidate item set of size k.
#29. R: Apriori Algorithm does not find any association rules - Stack ...
Your summary shows that the data is not read in correctly: most frequent items: A,C A,B C,F C,D 57894 ...
#30. arules: Mining Association Rules and Frequent Itemsets - CRAN
Copyright The source code for Apriori and Eclat was obtained from http://www.borgelt.net/ and is Copyright (C) 1996-2003. Christian Borgelt. All ...
#31. Classification Rule Learning with APRIORI-C - CiteSeerX
This paper presents a classification rule learning algorithm APRIORI-C, upgrading APRIORI to dealing with classification problems, decreasing its memory ...
#32. Apriori演算法是一種挖掘關聯規則的頻繁項集演算法 - 華人百科
Apriori 演算法是一種挖掘關聯規則的頻繁項集演算法,其核心思想是通過候選集生成和情節的向下封閉檢測兩個階段來挖掘頻繁項 ... (9) Lk ={c ∈ Ck|c.count≥min_sup}.
#33. Apriori关联规则算法的C语言实现 - CNKI
【摘要】 在分析Apriori算法的基础上,介绍了该算法的C语言实现,包括频繁集的发现和 ... of frequent itemsets and generation of association rules by using C,and at ...
#34. 急求用C实现的Apriori算法的代码 - 百度知道
History : 15.08.2003 file created from normal apriori.c 16.08.2003 parameter for transaction filtering added 18.08.2003 dynamic filtering decision based on ...
#35. Is there any C code for the Apriori algorithm? - Quora
Apriori algorithm is a classical algorithm in data mining. It is used for mining frequent itemsets and relevant association rules. It is devised to operate on a ...
#36. aPriori Accelerates Digital Cloud Platform Through C Round ...
aPriori Technologies announces today that the company has received an additional round of investment led by Gutbrain Ventures.
#37. Apriori - Coggle
Apriori - Coggle Diagram: Apriori (方法(Ct = subset(Ck,t); //得到t的子集, for each candidate c∈Ct, for each transaction t∈D{ //掃描D進行候選計數, ...
#38. Apriori Analysis in R beyond sells | by Elena Jolkver - Towards ...
The apriori algorithm is frequently used in the so_called ... supps <- c(supps,supp); confs <- c(confs, conf); nums <- c(nums,rules_sub@lhs@data@Dim[2]) }
#39. Design and Implementation of an Improved Apriori Data ...
The k. C is determined by scanning the database to determine the freq uency of each candidate in the k. L . Inefficiency reasons of Apriori algorithm. Apriori ...
#40. Machine Learning -關聯分析-Apriori演算法-詳細解說 ... - Matters
舉例: 如圖中,我們可以看出{B、C、E}這三項物品一起出現的頻率高,也 ... Apriori演算法提出者: Agrawal and Srikant(1994)提出執行關聯分析的演算法 ...
#41. Association rules - mlxtend - GitHub Pages
Given a rule "A -> C", A stands for antecedent and C stands for consequent. ... by the apriori , fpgrowth , or fpmax functions in mlxtend.association.
#42. Research on parallelization of Apriori algorithm in association ...
An Improved Apriori Algorithm for Mining of Association Rules[C]//International Conference on Computer Science and Artificial Intelligence, Jakarta, Indonesia: ...
#43. Apriori算法在參保人信用度評價中的應用
【摘要】 本文采用數據挖掘技術中的Apriori算法在已有的醫保信息中挖掘參保人的信用特征規則, ... 2020中國環境科學學會科學技術年會論文集(第四卷)[C].
#44. Fuzzy C-Means with Apriori and ID3 for Predicting Heart ...
tem with Apriori algorithm, Decision tree and Fuzzy. C means clustering. 2 RELATED WORK. Various supervised machine learning algorithms such.
#45. 關聯規則方法之apriori演算法 - w3c菜鳥教程
關聯規則方法之apriori演算法,apriori algorithm是關聯規則裡一項基本演算法 ... #c為當前集合,l_last為上一個頻繁項集的集合,k為當前頻繁項集內的 ...
#46. C/C# implementation of Apriori algorithm - Programmer Sought
Later, I will compare C# and C's Apriori program, summarize some differences, and talk about the embodiment of object-oriented programming in this algorithm ...
#47. apriori和关联规则c - 程序员ITS304
C 语言实现的Apriori关联规则算法先通过扫描数据库D得到那些支持度不小于用户给定的最小支持度minsup的频繁项集L1。然后同样通过多次循环扫描数据库D,分别得到频繁项 ...
#48. CORRECTING and REPLACING aPriori Accelerates Digital ...
CORRECTING and REPLACING aPriori Accelerates Digital Cloud Platform Through C Round Follow-on Investment Led By Gutbrain Ventures · This press ...
#49. Efficient Implementations of Apriori and Eclat - CEUR-WS
Apriori implementation is based on a prefix tree represen- ... Apriori traverses the prefix tree in ... Apriori (diagram b) and Eclat (diagram c).
#50. 关联规则挖掘的Apriori算法的改进 - 电子科技大学学报
关键词数据挖掘; 关联规则; Apriori算法; 散列; 事务压缩. 中图分类号TP311. 文献标识码A ... C 决定。若length<sum,则散列表占用的存储空间就会较小,同时存储空.
#51. ANG: a combination of Apriori and graph computing ...
Keywords Apriori · Graph computing · Frequent itemset mining · Data mining. 1 Introduction ... 1c, the set of connected components of G2 is shown in Fig. 2.
#52. An Adjusted Apriori Algorithm to Itemsets Defined by Tables ...
The NIS-Apriori algorithm, which is extended from the Apriori algorithm, was proposed for rule generation ... x5, 3, 2, 3, equation M13, c ...
#53. 【Data Mining】Note 1- Apriori Algorithm - GetIt01
如標題所述,這次我要扯的是Apriori演算法╮(╯_╰)╭Intr... ... 假設有頻繁3-項集{A,B,C}{B,C,D}{B,C,E}{B,C,F}{B,D,E}{C,D,E}. 則得到候選4-項集的連接步:{B,C,D ...
#54. 增進Apriori 演算法探勘關聯規則
關聯規則X→Y 是否為有效規則(strong rules),則必須由兩個參數s 與. Page 3. 3 c 來決定,其分別為支持度(support)與信賴度(confidence)。支持度s 表示為:在. 全部的交易 ...
#55. aPriori Secures $26.8M Series C Financing Round - Business ...
aPriori Secures $26.8M Series C Financing Round. Funds will accelerate development of aPriori's cloud applications and manufacturing cost ...
#56. 【ALGORITHM】對Apriori的最低信心和最低支援 - 程式人生
什麼是Apriori algorithm的最小置信度和最小支援度的適當值? ... Support (A ⇒ B): s = P(A, B) Confidence (A ⇒ B): c = P(B | A) Lift (A ⇒ B): ...
#57. Apriori Algorithm For Finding Frequent ItemSet - Analytics ...
Mining frequent items bought together using Apriori Algorithm (with code in R) · The Association Rules: · Rule 1: If Milk is purchased, then Sugar ...
#58. froid - Apriori算法-数组-C语言 - 博客园
Apriori 算法-数组-C语言. 原文地址:http://blog.csdn.net/liema2000/article/details/6118423. #include<stdio.h> typedef struct
#59. Apriori Algorithm - The Crazy Programmer
A popular programming and development blog. Here you can learn C, C++, Java, Python, Android Development, PHP, SQL, JavaScript, .Net, etc.
#60. 資料探勘之Apriori演算法詳解和Python實現程式碼分享
item_start:item起始位置 item_end:item結束位置. 使用例子:. 複製程式碼程式碼如下: import apriori c = apriori.Apriori('basket.txt', 11, 3, 13).
#61. The Poetic Apriori: Philosophical Imagination in a Meaningful ...
Raymond C. Barfield discusses conditions that would be necessary if the universe is meaningful as a whole, and then develops a theory of ...
#62. An Improvement Over Apriori Using Matrix - international ...
candidate- key, in addition to all these Apriori Algorithm also consumes very ... Preparing a matrix M rows m+1 items and c+1 coloumns from a given dataset ...
#63. Airiti Library華藝線上圖書館_高效率Apriori演算法探勘關聯規則
Agarwal, R.,Aggarwal, C.,Prasad, V. V. V.(2000).A Tree Projection Algorithm for Generation of Frequent Itemsets.Journal of Parallel and Distributed ...
#64. APRIORI - 台灣Word
Apriori 演算法是一種最有影響的挖掘布爾關聯規則頻繁項集的演算法。其核心是基於兩階段頻集思想的遞推演算法 ... (6) for each candidate c ∈ Ct (7) c.count++;
#65. R Market Basket Analysis using Apriori Examples - DataCamp
Where A and B are sets of items in the transaction data. A and B are disjoint sets. Compute ...
#66. apriori-sd: adapting association rule learning to subgroup ...
An experimental comparison with rule learners CN2, RIPPER, and APRIORI-C on UCI data sets demonstrates that APRIORI-SD produces ...
#67. Implementation of Apriori Algorithm in C++ | @ankurm
Here is C++ implementation of Apriori Algorithm. #include #include void main() { int i, j, ... Implementation of Apriori Algorithm in C++.
#68. Apriori Algorithm - C / C++ - Bytes | Developer Community
Hi all, Can anyone send me the Apriori Algorithm implementation in C and a dataset so that I can execute and learn. Your help is greately appreciated. Thanks,
#69. 強關聯規則Apriori算法,商品的捆綁消費 - 每日頭條
數據挖掘模塊,我們使用Apriori算法對預處理後的數據進行分析。 ... 這個很好理解,舉一個例子,若存在3項集{a, b, c},如果它的2項子集{a, ...
#70. 深入浅出关联规则挖掘和Apriori算法 - 探索子
网络书店(如亚马逊、京东)也会希望知道:买了A这本书的人还买了哪些书,如果知道买了A这本书的人还买了B,C和D,那么下次再有人购买A,便可以向其推荐B ...
#71. Apriori算法的C/C#实现_Rhythm_Lin的专栏-程序员信息网
Apriori 算法的C/C#实现最近研究Web数据挖掘常用算法。主要参考书是:web数据挖掘/刘兵http://book.360buy.com/10079869.html数据结构/严蔚敏c语言程序设计/谭浩强对于c# ...
#72. An Extensive Survey on Apriori-like Algorithms - International ...
In APRIORI-C, the association rule mining algorithm “Apriori” is adapted for classification purposes by implementing the following steps: 1) Discretize ...
#73. Apriori - 中文百科知識
Apriori 算法是一種挖掘關聯規則的頻繁項集算法,其核心思想是通過候選集生成和情節的向下封閉檢測兩個階段來挖掘頻繁項集。 ... (6) for each candidate c ∈ Ct.
#74. Adapting Association Rule Learning to Subgroup Discovery
Results of APRIORI-SD are similar to the subgroup discovery algorithm CN2-SD while experi- mental comparisons with CN2, RIPPER and APRIORI-C demonstrate that ...
#75. 資料探勘實驗(三) Apriori演算法R語言 - 程序員學院
使用逐層迭代方法基於候選產生找出頻繁項集. rstudio. #1資料準備並統計資料頻數. da1<-c(. "a","b","c","f","e". )da2<-c(. "b","c","e". )da3<-c(.
#76. A Low-Scan Incremental Association Rule Maintenance ...
600 A B C E. To compute the large itemsets in the old database (Table 1), Apriori algorithm first generates the candidate set C1={A, B, C, D, E, F}, then.
#77. aPriori Secures $26.8M Series C Financing Round - AMC ...
Funds will accelerate development of aPriori's cloud applications and manufacturing cost simulations and extend global footprint to support ...
#78. 嗨! Apriori演算法
a,c -> d; a,d -> c. 5.3 程式碼實現: # 載入數據集def loadDataSet(): return [ ['a', ' ...
#79. Apriori model not showing obvious associations
I am doing Apriori model for the first time. I have created a test dataset as attached. Clearly there are strong associations like {A,C} -> {K}, {A,C,G} ...
#80. Analysis of Hepatitis C Virus using Data mining algorithm
Analysis of Hepatitis C Virus using Data mining algorithm -Apriori, Decision tree. Ha YeongJeong and Tae Seon Yoon. Hankuk Academy of Foreign Studies, ...
#81. Evaluation of forest fire risk using the Apriori algorithm and ...
Evaluation of forest fire risk using the Apriori algorithm and fuzzy c-means clustering | Ali Akbar Jafarzadeh, Ali Mahdavi, Heydar Jafarzadeh ...
#82. aPriori Secures $26.8M Series C Financing Round - AP News
aPriori Secures $26.8M Series C Financing Round. September 10, 2019. CONCORD, Mass.--(BUSINESS WIRE)--Sep 10, 2019--.
#83. Apriori演算法原理 - ITW01
Apriori 演算法就屬於一種非機器學習的資料探勘技術。 ... 支援度(s:Fraction of transactions that contain both X and Y)和置信度(c:How often ...
#84. Apriori算法和PF-樹算法 - 壹讀
Apriori 性質:頻繁項集的所有非空子集也必須是頻繁的。 ... 得到,我們知道互相連接的條件是前面K-1個元素相同,則C3={{A,B,C},{A,C,E},{B,C,E}}。
#85. Apriori演算法@ 技術經驗- coke750101™ :: 隨意窩Xuite日誌
C ++檔案的輸出與輸入|日誌首頁|網路追追追/90%市售哇沙米(...上一篇 C++檔案的輸出 ...
#86. Apriori-based frequent itemset mining algorithms on ...
In this paper, we propose three algorithms, named SPC, FPC, and DPC, to investigate effective implementations of the Apriori algorithm in the ...
#87. 請問有大大有用C寫過apriori演算法嗎? - 看板C_and_CPP
用C實作apriori演算法我已經想了一星期了還寫不出來... 有上google 搜尋過別人寫過的程式碼可是看不懂請問有大大有寫過apriori演算法可以借小弟看嗎?
#88. A Modified Apriori Algorithm with Its Application in Instituting ...
Using Apriori algorithm we can find the association rules among ... of the Apriori algorithm by reducing the scale of the candidate item set C k and the ...
#89. An Improved Apriori Algorithm based on Matrix Data Structure
shows that improved algorithm is better than classical apriori algorithm. Keywords: Apriori algorithm, frequent itemsets, association rule. GJCST-C ...
#90. Philosophical Imagination in a Meaningful Universe - PhilPapers
The Poetic Apriori: Philosophical Imagination in a Meaningful Universe · Raymond C. Barfield. Stuttgart, Germany: ibidem/Columbia University Press (2020).
#91. R Association Rule coding using Apriori algorithm - Microsoft ...
setwd("C:/Data Worked") ... In apriori(data = Orders_Basket, parameter = list(supp = 0.001, : Mining stopped (maxlen reached).
#92. Pruning of Apriori Algorithm Pruning Steps
Keywords: Data Mining, Association Rules, Apriori Algorithm, Lattice. 1. Introduction ... Figure (2) Apriori Mining Process. A. Titanic. B. Rain man. C.
#93. Apriori Algorithm Explained | Association Rule Mining
#94. 機器學習系列文章:Apriori關聯規則分析演算法原理分析與程式 ...
前面講述了關聯規則挖掘對超市購物籃的例子,使用Apriori對資料進行頻繁項 ... 經過Apriori演算法對L2連線和剪枝後產生候選3項集的集合為C3={B,C,E}.
#95. Apriori algorithm C Code Data Mining - GoHired
Data mining Code in C, Data mining Apriori Algorithm Code in C.
#96. 以Apriori 演算法建構季節流行病關係模型 - 光田綜合醫院
以Apriori 演算法建構季節流行病關係模型 ... 關鍵字:資料採擷,關聯法則,Apriori,流行病學 ... 也患過C疾病的發生次數合,其結果為:{A312、.
#97. Apriori算法详解之相关概念和核心步骤 - 知乎专栏
Apriori 算法详解之相关概念和核心步骤一、Apriori算法简介: Apriori算法是一种挖掘关联规则的频繁项集 ... Procedure has_infrequent_sub (c:candidate k-itemset; ...
#98. 关联规则挖掘与Apriori算法
利用先验定理,先验算法首先扫描数据集确定每个项的支持度,从而得到所有频繁1项集F1,然后从k=2起通过频繁k−1项集Fk−1来产生候选k项集Ck从而达到 ...
#99. Association - apriori - Lung-Yu,Tsai 的部落格- 痞客邦
* D:Transaction Database,儲存我們所要分析資料的資料庫 · 1. 從 D中找出 C(1) · 統計所有商品的關聯組合可以得到C1表格,再將支援度(support)小於Minimum ...
apriori c 在 請問有大大有用C寫過apriori演算法嗎? - 看板C_and_CPP 的美食出口停車場
用C實作apriori演算法 我已經想了一星期了還寫不出來...
有上google 搜尋過別人寫過的程式碼 可是看不懂
請問有大大有寫過apriori演算法 可以借小弟看嗎?@@
小弟做到一半的程式碼: (目前只能跑到L2)
https://drive.google.com/file/d/0B6-WS8IHZbA9R0JzWVVYZmFqR1E/view?usp=sharing
測試檔案:
https://drive.google.com/file/d/0B6-WS8IHZbA9N1o2ZlRKc1FYY2M/view?usp=sharing
說明:
每一行 代表一位客人所購買的商品
將 TXT檔案存到 矩陣 matrix[交易數量][商品編號]
然後利用matrix 生出C1
圖示:
https://drive.google.com/file/d/0B6-WS8IHZbA9dV8xVXpqU2gyWmM/view?usp=sharing
請問這樣的想法是正確的嗎??
我目前是用途法煉鋼的方法做
本來想要多做一些 然後找到共同的地方把它寫成for迴圈
讓他在最糟糕的情況之下 也可以跑完 C50 L50
可是 做C3 時 會用到3 層來生成candidate矩陣
做C4 時 會用到4 層來生成candidate矩陣
做C50時 會用到50層來生成candidate矩陣....
我不知道怎麼把這種情況 弄成一個迴圈來做
-------------------------------------------
討鞭~~~~ Q_Q
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 203.64.91.23
※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1437372622.A.D3F.html
※ 編輯: storm654321 (203.64.91.23), 07/20/2015 14:19:15
※ 編輯: storm654321 (203.64.91.23), 07/20/2015 15:47:02
※ 編輯: storm654321 (203.64.91.23), 07/20/2015 17:06:42
※ 編輯: storm654321 (203.64.91.23), 07/20/2015 17:07:41
※ 編輯: storm654321 (61.227.74.242), 07/20/2015 23:25:23
※ 編輯: storm654321 (61.227.74.242), 07/20/2015 23:27:45
... <看更多>