資源簡介
數(shù)字圖像處理需要的最簡單圖片數(shù)字圖像處理需要的最簡單圖片。
代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“?Form1);
USEFORM(“Unit2.cpp“?Form2);
USEFORM(“Unit3.cpp“?AboutBox);
//---------------------------------------------------------------------------
WINAPI?WinMain(HINSTANCE?HINSTANCE?LPSTR?int)
{
????????try
????????{
?????????????????Application->Initialize();
?????????????????Application->CreateForm(__classid(TForm1)?&Form1);
?????????????????Application->CreateForm(__classid(TForm2)?&Form2);
?????????????????Application->CreateForm(__classid(TAboutBox)?&AboutBox);
?????????????????Application->Run();
????????}
????????catch?(Exception?&exception)
????????{
?????????????????Application->ShowException(&exception);
????????}
????????catch?(...)
????????{
?????????????????try
?????????????????{
?????????????????????????throw?Exception(““);
?????????????????}
?????????????????catch?(Exception?&exception)
?????????????????{
?????????????????????????Application->ShowException(&exception);
?????????????????}
????????}
????????return?0;
}
//---------------------------------------------------------------------------
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????197686??2007-05-29?22:13??標(biāo)準(zhǔn)圖片集\11.bmp
?????文件?????263222??2007-03-21?15:43??標(biāo)準(zhǔn)圖片集\airplane-256.bmp
?????文件?????263222??2007-04-18?13:21??標(biāo)準(zhǔn)圖片集\airplane-h.bmp
?????文件?????786486??2007-03-21?15:42??標(biāo)準(zhǔn)圖片集\airplane.bmp
?????文件?????704550??2006-02-11?16:40??標(biāo)準(zhǔn)圖片集\airplane.tiff
?????文件?????263222??2007-03-21?15:44??標(biāo)準(zhǔn)圖片集\baboon-256.bmp
?????文件?????786486??2007-03-21?15:41??標(biāo)準(zhǔn)圖片集\baboon.bmp
?????文件?????292638??2006-02-11?16:26??標(biāo)準(zhǔn)圖片集\baboon.tif
?????文件????1008078??2006-02-11?16:39??標(biāo)準(zhǔn)圖片集\baboon.tiff
?????文件?????454086??2006-02-11?16:34??標(biāo)準(zhǔn)圖片集\barbara.tiff
?????文件?????363878??2006-02-11?16:35??標(biāo)準(zhǔn)圖片集\boats.tiff
?????文件?????176914??2006-02-11?16:34??標(biāo)準(zhǔn)圖片集\bridge.tiff
?????文件??????54628??2006-02-11?16:34??標(biāo)準(zhǔn)圖片集\camera.tiff
?????文件?????189126??2006-02-11?16:34??標(biāo)準(zhǔn)圖片集\columbia.tiff
?????文件?????170346??2006-02-11?16:40??標(biāo)準(zhǔn)圖片集\couple(1).tiff
?????文件?????263222??2007-03-21?15:41??標(biāo)準(zhǔn)圖片集\couple.bmp
?????文件?????247316??2006-02-11?16:36??標(biāo)準(zhǔn)圖片集\couple.tiff
?????文件?????224348??2006-02-11?16:36??標(biāo)準(zhǔn)圖片集\crowd.tiff
?????文件?????190264??2006-02-11?16:39??標(biāo)準(zhǔn)圖片集\girl.tiff
?????文件?????398064??2006-02-11?16:36??標(biāo)準(zhǔn)圖片集\goldhill.tiff
?????文件?????266336??2006-02-11?16:35??標(biāo)準(zhǔn)圖片集\lake.tiff
?????文件?????281630??2006-02-11?16:37??標(biāo)準(zhǔn)圖片集\lax.tiff
?????文件?????949194??2006-02-11?16:40??標(biāo)準(zhǔn)圖片集\lena(1).tiff
?????文件?????249438??2006-02-11?16:37??標(biāo)準(zhǔn)圖片集\lena.tiff
?????文件?????257214??2006-02-11?16:37??標(biāo)準(zhǔn)圖片集\man.tiff
?????文件?????209354??2006-02-11?16:37??標(biāo)準(zhǔn)圖片集\milkdrop.tiff
?????文件?????263222??2007-03-21?15:44??標(biāo)準(zhǔn)圖片集\peppers(1)-256.bmp
?????文件?????786486??2007-03-21?15:41??標(biāo)準(zhǔn)圖片集\peppers(1).bmp
?????文件?????954910??2006-02-11?16:41??標(biāo)準(zhǔn)圖片集\peppers(1).tiff
?????文件?????263222??2007-03-21?15:41??標(biāo)準(zhǔn)圖片集\peppers.bmp
............此處省略86個(gè)文件信息
評論
共有 條評論