X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fi
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard....
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard....
pav 反病毒源碼 /*************************************************************************** * * * File: ANTI-VIRUS * * Function: This program demost...
EclipseTrader is a stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators,...
問題描述:有時,表單數據太多,無法在同一個頁面顯示,需要分頁完成(如用戶注冊表單)。這時,既可以為每一個表單創建一個ActionForm,也可以只創建一個ActionForm,它和多個表單對應。這里討論如何用一個ActionForm對應表單。 程序完整解釋可以到我的空間查看: http://hi...
給定一塊寬度為W的矩形板,矩形板的高度不受限制。現需要從板上分別切割出n個高度為hi,寬度為wi的矩形零件。切割的規則是零件的高度方向與矩形板的高度方向保持一致。問如何切割使得所使用的矩形板的高度h最小? 里面附有詳細報告...