DescriptionJapan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coast and M cities on the West coast (M <= 1000, N <= 1000). K superhighways will be
////////////////////////////////////////////////////////////////第一次寫文章,拿了個簡單的題目。Problem description Giving a collection S of points on two dimension plane. (S = {(x0,y0), (x1,y1), ... }) We define a point is greater than another point when all its
BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)DllMain簡介 跟exe有個main或者WinMain入口函數一樣,DLL也有一個入口函數,就是DllMain。以“DllMain”為關鍵字,來看看MSDN協助文檔怎麼介紹這個函數的:The DllMain function is an optional method of entry into a
Samsung seeks probe of rival SharpThe South Korean company says its flat panel competitor imported and sold LCD-based products that infringe on its U.S. patents. SEOUL, South Korea (AP) -- Samsung Electronics said Thursday it filed a complaint with
1. BIN:Microsoft Windows CE binary image data format(.bin)檔案格式中包含若干個獨立的紀錄(section),需要分別載入到ram中執行。.bin檔案格式可以使得映像尺寸最小,載入時間短,但需要Boot loader給於解釋載入才能運行。2. NB0:.nb0檔案就是可執行映像在嵌入式系統中運行時的位元據的快照。nb0檔案的尺寸要比bin大,但是可以直接運行。 通常,通過串口直接下載用nb0,PB通過網線下載用bin。 3.
Game EngineOrinigally, I am a game development fans.To write a Game is my first motivity to do programming.But very regretful, I left the game company which was my first job and started business programming 4 years ago.Today I am a developer in SAP.