Shaping Regions 附錯誤解法

2021-06-16 09:13:46 字數 1021 閱讀 2803

//#include//#include//using namespace std;

//int color[810][810]=;

//int values[1005]=;

//int main()

//// }

// }

// for(i=1;i<=n+1;i++)

// // }

// }

// for(i=1;i<=n+1;i++)

// // }

// }

// }

// for(i=1;i<=n+1;i++)

// // }

// if(flag)

// n[nmax];

int square[2501], currentcolor, total;

void calculation(int x1, int y1, int x2, int y2, int index)

while (index <= total && (x1 >= n[index].x2 || x2 <= n[index].x1 || y1 >= n[index].y2 || y2 <= n[index].y1));

if (index > total)//如果沒被其他矩形覆蓋,則計算當前矩形面積,加到屬於顏色為currentcolor的集合

else//如果被覆蓋,就將矩形切出沒被n[index]覆蓋的小矩形

if (x2 > n[index].x2)

if (y1 < n[index].y1)

if (y2 > n[index].y2)

}}int main()

}for (i = 0; i <= total; i++)

for (i = 1; i <= pre; i++)

}fclose(stdin);

fclose(stdout);

//system("pause");

return 0;

}//原文:

Shaping Regions解題報告

n個不同的顏色的不透明的長方形 1 n 1000 被放置在一張寬為a長為b的白紙上。這些長方形被放置時,保證了它們的邊於白紙的邊緣平行。所有的長方形都放置在白紙內,所以我們會看到不同形狀的各種顏色。座標系統的原點 0,0 設在這張白紙的左下角,而座標軸則平行於邊緣。program name rect...

(附)邏輯回歸推導

邏輯回歸主要處理分類問題,屬於線性模型,模型表達能力有限需要構建深層次的特徵。ps 在推薦模型裡對lr改進著名的有fm和ffm模型增加了特徵自組合出更高維度的特徵來加強模型的表達。ps fm 因子分解機 對模型的引數以及對應的特徵進行分解來達到特徵組合的目的。ps ffm 場感知因子分解機 對fm引...

php soap 詳解 附簡單案例

soap在php中開發有三種,php5 soap,pear soap,nusoap,第一中用c寫的,速度較快。後兩種用php寫的。安裝 在window下開發要開啟c windows php.ini修改下。extension php openssl.dll extension php soap.dll...