嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
《精通VisualC 图像编程》的源代码周长发编著 结合书本调试很好
.
├── Source
│ ├── ColorProcess
│ │ ├── AdjustColorDlg.cpp
│ │ ├── AdjustColorDlg.h
│ │ ├── BCDlg.cpp
│ │ ├── BCDlg.h
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ColorBitsDlg.cpp
│ │ ├── ColorBitsDlg.h
│ │ ├── ColorProcess.aps
│ │ ├── ColorProcess.clw
│ │ ├── ColorProcess.cpp
│ │ ├── ColorProcess.dsp
│ │ ├── ColorProcess.dsw
│ │ ├── ColorProcess.h
│ │ ├── ColorProcess.ncb
│ │ ├── ColorProcess.opt
│ │ ├── ColorProcess.plg
│ │ ├── ColorProcess.rc
│ │ ├── ColorProcessDoc.cpp
│ │ ├── ColorProcessDoc.h
│ │ ├── ColorProcessView.cpp
│ │ ├── ColorProcessView.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── ExposureDlg.cpp
│ │ ├── ExposureDlg.h
│ │ ├── GammaCorrection.cpp
│ │ ├── GammaCorrection.h
│ │ ├── GrayDlg.cpp
│ │ ├── GrayDlg.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── res
│ │ │ ├── ColorProcess.ico
│ │ │ ├── ColorProcess.rc2
│ │ │ ├── ColorProcessDoc.ico
│ │ │ └── Toolbar.bmp
│ │ └── resource.h
│ ├── EffectShow
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── EffectShow.cpp
│ │ ├── EffectShow.dsp
│ │ ├── EffectShow.dsw
│ │ ├── EffectShow.h
│ │ ├── EffectShow.ncb
│ │ ├── EffectShow.opt
│ │ ├── EffectShow.plg
│ │ ├── EffectShow.rc
│ │ ├── EffectShowDoc.cpp
│ │ ├── EffectShowDoc.h
│ │ ├── EffectShowView.cpp
│ │ ├── EffectShowView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── res
│ │ │ ├── EffectShow.ico
│ │ │ ├── EffectShow.rc2
│ │ │ ├── EffectShowDoc.ico
│ │ │ └── Toolbar.bmp
│ │ └── resource.h
│ ├── Huffman
│ │ ├── Huffman.c
│ │ ├── Huffman.dsp
│ │ └── Huffman.dsw
│ ├── ImageBoard
│ │ ├── AdjustColorDlg.cpp
│ │ ├── AdjustColorDlg.h
│ │ ├── BCDlg.cpp
│ │ ├── BCDlg.h
│ │ ├── CDERROR.H
│ │ ├── CDJPEG.H
│ │ ├── CanvasSize.cpp
│ │ ├── CanvasSize.h
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ColorBitsDlg.cpp
│ │ ├── ColorBitsDlg.h
│ │ ├── ColorGrid.cpp
│ │ ├── ColorGrid.h
│ │ ├── ConvoluteDlg.cpp
│ │ ├── ConvoluteDlg.h
│ │ ├── Dib.h
│ │ ├── DibView.cpp
│ │ ├── DibView.h
│ │ ├── EditText.cpp
│ │ ├── EditText.h
│ │ ├── EmbossmentDlg.cpp
│ │ ├── EmbossmentDlg.h
│ │ ├── ExposureDlg.cpp
│ │ ├── ExposureDlg.h
│ │ ├── FloatDibWnd.cpp
│ │ ├── FloatDibWnd.h
│ │ ├── GIFAPI.H
│ │ ├── GammaCorrection.cpp
│ │ ├── GammaCorrection.h
│ │ ├── Gif.h
│ │ ├── GrayDlg.cpp
│ │ ├── GrayDlg.h
│ │ ├── Huffman.h
│ │ ├── ImageBoard.aps
│ │ ├── ImageBoard.clw
│ │ ├── ImageBoard.cpp
│ │ ├── ImageBoard.dsp
│ │ ├── ImageBoard.dsw
│ │ ├── ImageBoard.h
│ │ ├── ImageBoard.ncb
│ │ ├── ImageBoard.opt
│ │ ├── ImageBoard.plg
│ │ ├── ImageBoard.rc
│ │ ├── ImageBoardDoc.cpp
│ │ ├── ImageBoardDoc.h
│ │ ├── ImageBoardView.cpp
│ │ ├── ImageBoardView.h
│ │ ├── JCHUFF.H
│ │ ├── JCONFIG.H
│ │ ├── JDCT.H
│ │ ├── JDHUFF.H
│ │ ├── JERROR.H
│ │ ├── JINCLUDE.H
│ │ ├── JMEMSYS.H
│ │ ├── JPEGINT.H
│ │ ├── JPEGLIB.H
│ │ ├── JVERSION.H
│ │ ├── Jmorecfg.h
│ │ ├── Jpeg.h
│ │ ├── JpegFormatDlg.cpp
│ │ ├── JpegFormatDlg.h
│ │ ├── MFM1992
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── PaintParambar.cpp
│ │ ├── PaintParambar.h
│ │ ├── PaintToolbar.cpp
│ │ ├── PaintToolbar.h
│ │ ├── PaletteWnd.cpp
│ │ ├── PaletteWnd.h
│ │ ├── Pcx.h
│ │ ├── PenParamsList.cpp
│ │ ├── PenParamsList.h
│ │ ├── PenWidth.cpp
│ │ ├── PenWidth.h
│ │ ├── ReadMe.txt
│ │ ├── RotateAngle.cpp
│ │ ├── RotateAngle.h
│ │ ├── Scale.cpp
│ │ ├── Scale.h
│ │ ├── SelectPasteDlg.cpp
│ │ ├── SelectPasteDlg.h
│ │ ├── Splash.cpp
│ │ ├── Splash.h
│ │ ├── Splsh16.bmp
│ │ ├── SpreadDlg.cpp
│ │ ├── SpreadDlg.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Tga.h
│ │ ├── Tif.h
│ │ ├── ToolTipCtrlEx.cpp
│ │ ├── ToolTipCtrlEx.h
│ │ ├── dibapi.h
│ │ ├── res
│ │ │ ├── 4way01.cur
│ │ │ ├── Cross02.cur
│ │ │ ├── Cross03.cur
│ │ │ ├── ImageBoard.ico
│ │ │ ├── ImageBoard.rc2
│ │ │ ├── ImageBoardDoc.ico
│ │ │ ├── Pencil.cur
│ │ │ ├── Toolbar.bmp
│ │ │ ├── bitmap1.bmp
│ │ │ ├── blank.bmp
│ │ │ ├── bmp00001.bmp
│ │ │ ├── bmp00002.bmp
│ │ │ ├── cur00001.cur
│ │ │ ├── cur00002.cur
│ │ │ ├── cur00003.cur
│ │ │ ├── cursor1.cur
│ │ │ ├── cursorfr.cur
│ │ │ ├── font.bmp
│ │ │ ├── pick.cur
│ │ │ └── toolbar1.bmp
│ │ ├── resource.h
│ │ ├── t4.h
│ │ ├── tif_dir.h
│ │ ├── tif_predict.h
│ │ ├── tiff.h
│ │ ├── tiffcomp.h
│ │ ├── tiffconf.h
│ │ ├── tiffio.h
│ │ ├── tiffiop.h
│ │ ├── tiffvers.h
│ │ └── uvcode.h
│ ├── ImageLib
│ │ ├── CDERROR.H
│ │ ├── CDJPEG.H
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── DibLib
│ │ │ ├── Readme.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── diblib.dsp
│ │ │ └── diblib.plg
│ │ ├── GIFAPI.CPP
│ │ ├── GIFAPI.H
│ │ ├── Gif.cpp
│ │ ├── Gif.h
│ │ ├── Huffman.cpp
│ │ ├── Huffman.h
│ │ ├── IP.cpp
│ │ ├── ImageLib.aps
│ │ ├── ImageLib.cpp
│ │ ├── ImageLib.def
│ │ ├── ImageLib.dsp
│ │ ├── ImageLib.dsw
│ │ ├── ImageLib.ncb
│ │ ├── ImageLib.opt
│ │ ├── ImageLib.plg
│ │ ├── ImageLib.rc
│ │ ├── JCHUFF.H
│ │ ├── JCONFIG.H
│ │ ├── JDCT.H
│ │ ├── JDHUFF.H
│ │ ├── JERROR.H
│ │ ├── JINCLUDE.H
│ │ ├── JMEMSYS.H
│ │ ├── JPEGINT.H
│ │ ├── JPEGLIB.H
│ │ ├── JVERSION.H
│ │ ├── Jmorecfg.h
│ │ ├── Jpeg.cpp
│ │ ├── Jpeg.h
│ │ ├── JpegFormatDlg.cpp
│ │ ├── JpegFormatDlg.h
│ │ ├── Jpeglib2.lib
│ │ ├── Pcx.cpp
│ │ ├── Pcx.h
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Tga.cpp
│ │ ├── Tga.h
│ │ ├── Tif.cpp
│ │ ├── Tif.h
│ │ ├── TifHeader.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── libtiff.lib
│ │ ├── res
│ │ │ └── ImageLib.rc2
│ │ ├── resource.h
│ │ ├── t4.h
│ │ ├── tif_dir.h
│ │ ├── tif_predict.h
│ │ ├── tiff.h
│ │ ├── tiffcomp.h
│ │ ├── tiffconf.h
│ │ ├── tiffio.h
│ │ ├── tiffiop.h
│ │ ├── tiffvers.h
│ │ └── uvcode.h
│ ├── ImageProcess
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ConvoluteDlg.cpp
│ │ ├── ConvoluteDlg.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── EmbossmentDlg.cpp
│ │ ├── EmbossmentDlg.h
│ │ ├── IP.cpp
│ │ ├── ImageProcess.aps
│ │ ├── ImageProcess.clw
│ │ ├── ImageProcess.cpp
│ │ ├── ImageProcess.dsp
│ │ ├── ImageProcess.dsw
│ │ ├── ImageProcess.h
│ │ ├── ImageProcess.ncb
│ │ ├── ImageProcess.opt
│ │ ├── ImageProcess.plg
│ │ ├── ImageProcess.rc
│ │ ├── ImageProcessDoc.cpp
│ │ ├── ImageProcessDoc.h
│ │ ├── ImageProcessView.cpp
│ │ ├── ImageProcessView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── SpreadDlg.cpp
│ │ ├── SpreadDlg.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── res
│ │ │ ├── ImageProcess.ico
│ │ │ ├── ImageProcess.rc2
│ │ │ ├── ImageProcessDoc.ico
│ │ │ └── Toolbar.bmp
│ │ └── resource.h
│ ├── LZW
│ │ ├── lzw.c
│ │ ├── lzw.dsp
│ │ └── lzw.dsw
│ ├── RLE
│ │ ├── RLE.c
│ │ ├── RLE.dsp
│ │ └── RLE.dsw
│ ├── ShowDIB
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── ShowDIB.aps
│ │ ├── ShowDIB.cpp
│ │ ├── ShowDIB.dsp
│ │ ├── ShowDIB.dsw
│ │ ├── ShowDIB.h
│ │ ├── ShowDIB.ncb
│ │ ├── ShowDIB.opt
│ │ ├── ShowDIB.plg
│ │ ├── ShowDIB.rc
│ │ ├── ShowDIBDoc.cpp
│ │ ├── ShowDIBDoc.h
│ │ ├── ShowDIBView.cpp
│ │ ├── ShowDIBView.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ └── res
│ │ ├── ShowDIB.ico
│ │ ├── ShowDIB.rc2
│ │ ├── ShowDIBDoc.ico
│ │ └── Toolbar.bmp
│ ├── TransformShow
│ │ ├── CanvasDlg.cpp
│ │ ├── CanvasDlg.h
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RotateAngle.cpp
│ │ ├── RotateAngle.h
│ │ ├── ScaleDlg.cpp
│ │ ├── ScaleDlg.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransformShow.cpp
│ │ ├── TransformShow.dsp
│ │ ├── TransformShow.dsw
│ │ ├── TransformShow.h
│ │ ├── TransformShow.ncb
│ │ ├── TransformShow.opt
│ │ ├── TransformShow.plg
│ │ ├── TransformShow.rc
│ │ ├── TransformShowDoc.cpp
│ │ ├── TransformShowDoc.h
│ │ ├── TransformShowView.cpp
│ │ ├── TransformShowView.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── res
│ │ │ ├── Toolbar.bmp
│ │ │ ├── TransformShow.ico
│ │ │ ├── TransformShow.rc2
│ │ │ └── TransformShowDoc.ico
│ │ └── resource.h
│ ├── ViewDIB
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ViewDIB.aps
│ │ ├── ViewDIB.cpp
│ │ ├── ViewDIB.dsp
│ │ ├── ViewDIB.dsw
│ │ ├── ViewDIB.h
│ │ ├── ViewDIB.ncb
│ │ ├── ViewDIB.opt
│ │ ├── ViewDIB.plg
│ │ ├── ViewDIB.rc
│ │ ├── ViewDIBDoc.cpp
│ │ ├── ViewDIBDoc.h
│ │ ├── ViewDIBView.cpp
│ │ ├── ViewDIBView.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ └── res
│ │ ├── Toolbar.bmp
│ │ ├── ViewDIB.ico
│ │ ├── ViewDIB.rc2
│ │ └── ViewDIBDoc.ico
│ ├── ViewImage
│ │ ├── CDERROR.H
│ │ ├── CDJPEG.H
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── CqOctree.cpp
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── GIFAPI.CPP
│ │ ├── GIFAPI.H
│ │ ├── Gif.cpp
│ │ ├── Gif.h
│ │ ├── Huffman.cpp
│ │ ├── Huffman.h
│ │ ├── IP.cpp
│ │ ├── JCHUFF.H
│ │ ├── JCONFIG.H
│ │ ├── JDCT.H
│ │ ├── JDHUFF.H
│ │ ├── JERROR.H
│ │ ├── JINCLUDE.H
│ │ ├── JMEMSYS.H
│ │ ├── JPEGINT.H
│ │ ├── JPEGLIB.H
│ │ ├── JVERSION.H
│ │ ├── Jmorecfg.h
│ │ ├── Jpeg.cpp
│ │ ├── Jpeg.h
│ │ ├── Jpeglib2.lib
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Pcx.cpp
│ │ ├── Pcx.h
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Tga.cpp
│ │ ├── Tga.h
│ │ ├── Tif.cpp
│ │ ├── Tif.h
│ │ ├── TifHeader.h
│ │ ├── Tiff.lib
│ │ ├── ViewImage.cpp
│ │ ├── ViewImage.dsp
│ │ ├── ViewImage.dsw
│ │ ├── ViewImage.h
│ │ ├── ViewImage.ncb
│ │ ├── ViewImage.opt
│ │ ├── ViewImage.plg
│ │ ├── ViewImage.rc
│ │ ├── ViewImageDoc.cpp
│ │ ├── ViewImageDoc.h
│ │ ├── ViewImageView.cpp
│ │ ├── ViewImageView.h
│ │ ├── dibapi.cpp
│ │ ├── dibapi.h
│ │ ├── libtiff.lib
│ │ ├── res
│ │ │ ├── Toolbar.bmp
│ │ │ ├── ViewImage.ico
│ │ │ ├── ViewImage.rc2
│ │ │ └── ViewImageDoc.ico
│ │ ├── resource.h
│ │ ├── t4.h
│ │ ├── tif_dir.h
│ │ ├── tif_predict.h
│ │ ├── tiff.h
│ │ ├── tiffcomp.h
│ │ ├── tiffconf.h
│ │ ├── tiffio.h
│ │ ├── tiffiop.h
│ │ ├── tiffvers.h
│ │ └── uvcode.h
│ ├── clearbin.bat
│ ├── cpbin.bat
│ ├── vcip.dsw
│ ├── vcip.ncb
│ └── vcip.opt
└── 《精通VisualC 图像编程》的源代码周长发编著.rar
23 directories, 481 files