這個頁面上的內容需要較新版本的 Adobe Flash Player。

取得 Adobe Flash Player

   
註冊   |  登入

 

 
討論區討論區考古區考古區[2009]初賽發問區[2009]初賽發問區FAQFAQ
Disabled 
前一頁
 
下一頁
 Disabled
新發表的文章
 2009/7/1 下午 12:28
 
FAQ 
 修改人 serena_w_lin  on 2009/7/1 下午 03:34:29

 

 

[1. 評分標準]

 

Solution Feasibility & Effectiveness (50%)

Effectiveness of the solution refers to “how much” the solution improves over the existing technology level, the baseline, or the current best solution on the market.

Design Completeness (20%)

Completeness refers to how comprehensively you approached the problem and also how detailed your solution is described.

Solution Creativity & Novelty (20%)

Creativity and Novelty refers to the design ingenuity shown in the solution.

Ideal solutions also contain patentable elements and do not infringe on existing patented technology.

Documentation Quality (10%)

Documentation refers to how clearly and persuasively you have documented and demoed the solution.

 

[2. 繳交Solution的方式/限制]

 

各組完成之作品需包含以下幾個部分:

(1)Design document

Format:PDF/Word

Template:參見題目中Page 9 <Programming Contest 2009 Pre Design Template >

Limitation:Do not exceed 12 pages with a 10pt font size; Chinese or English

(2)Program

Source code and binary file to prove the solution can work, prototype is good enough.

Extra testing data, if any

(3)Installation guide

How to setup the environment, run your program and what’s the expected result.

(4)Upload format

Please use this folder structure to upload your deliverables

Packing.txt   : file to describe all files

Src/     : Source folder

Bin/     : Binary folder

Doc/    : Document folder

Data/   : Folder for your testing data, if any

 

Note: No need to upload Linux, Hadoop and other open source program which can get from Internet easily.

 

[3. 初賽題目與決賽題目之關係]

 

決賽將需應用各位初賽所設計出的solution,配合上主辦單位所提供之大量資料(>100GB),

設計出符合主辦單位requirement 的成果,也歡迎各組同學進入決賽後,

主動嘗試加入新的idea。另外,決賽將要求各組完成

(1)Presentation 包含Q&A

(2)Demo 包含complete UI & Q&A

以上供各位參考

 

 [4. 其他資源的使用]

可使用其他open source的程式,但請附上license agreement

 

 

新發表的文章
 2009/7/1 下午 02:16
 

資料中的
time是指什麼意思??單位是什麼??(e.g.連線開始時間OR結束時間)
source ip 為何第一組都會超過255  e.g.400.XXX.XXX.XXX。
source ip是ISP業者的客戶方嗎??那destination ip有可能是ISP業者的客戶方嗎??
destination port number 是不是都是80??
category for destination 是上網紀錄本來就有的資料或是未知的??
這些上網連線紀錄全都是normal的或是有包含攻擊連線??
若是有包含攻擊,攻擊連線如何分辨??
每一筆資料都是可靠的嗎??
這些資料只是user 使用瀏覽器的紀錄嗎??


 

新發表的文章
 2009/7/1 下午 02:34
 
 修改人 潘欣雅  on 2009/7/1 下午 02:35:40

Dear Trender 

 

在參加教育訓練時講師有提到Document的部份,會有較詳細的template讓參賽者直接套用。

不過至今尚未收到,請問之後是否會提供呢?

Thanks a lot!

新發表的文章
 2009/7/1 下午 02:41
 

我們不是很清楚題目的意思

我們是不是要用這些資料

自己想出各種不同的應用並實作出來

還是有特定的要求

 

新發表的文章
 2009/7/1 下午 02:52
 

楊皓中寫
 

我們不是很清楚題目的意思

我們是不是要用這些資料

自己想出各種不同的應用並實作出來

還是有特定的要求

 

是的,請自己想出不同的應用並實做出來。

加油

------

程式競賽工作小組


---- 程式競賽工作小組
新發表的文章
 2009/7/1 下午 02:53
 

潘欣雅寫
 

Dear Trender 

 

在參加教育訓練時講師有提到Document的部份,會有較詳細的template讓參賽者直接套用。

不過至今尚未收到,請問之後是否會提供呢?

Thanks a lot!

若同學詢問的是關於初賽所需繳交的document格式

請參考題目第九頁中提供之template 

謝謝

程式競賽工作小組

新發表的文章
 2009/7/1 下午 03:19
 
 修改人 Kevin Huang  on 2009/7/1 下午 03:25:08

劉啟祥寫
 

資料中的
time是指什麼意思??單位是什麼??(e.g.連線開始時間OR結束時間)
source ip 為何第一組都會超過255  e.g.400.XXX.XXX.XXX。
source ip是ISP業者的客戶方嗎??那destination ip有可能是ISP業者的客戶方嗎??
destination port number 是不是都是80??
category for destination 是上網紀錄本來就有的資料或是未知的??
這些上網連線紀錄全都是normal的或是有包含攻擊連線??
若是有包含攻擊,攻擊連線如何分辨??
每一筆資料都是可靠的嗎??
這些資料只是user 使用瀏覽器的紀錄嗎??

time is from time() of C run-time, and The time function returns the number of seconds elapsed since midnight (00:00:00), January 1, 1970, Coordinated Universal Time (UTC). 你可以想成這是連線開始時間。

source ip 有編碼過。destination ip 跟ISP不一定有關係。port number不一定只有80。

category是上網紀錄本來就有的。但是請注意有個數值90代表是還沒被分類的。

都包括。

你告訴大家這裡可以做東西了啦。

Yes

你可以這麼想。

----

程式競賽工作小組


---- 程式競賽工作小組
Disabled 
前一頁
 
下一頁
 Disabled
討論區討論區考古區考古區[2009]初賽發問區[2009]初賽發問區FAQFAQ

 

若您對競賽有任何問題,請至討論區參考、發問,或Email至:contest@trend.com.tw