在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例图形和图像处理 → 精通Visual C++图像处理编程(第3版)随书光盘

精通Visual C++图像处理编程(第3版)随书光盘

图形和图像处理

下载此实例
  • 开发语言:C/C++
  • 实例大小:57.56M
  • 下载次数:25
  • 浏览次数:99
  • 发布时间:2023-03-01
  • 实例类别:图形和图像处理
  • 发 布 人:fangxiankuhai
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Visual C++ 图像处理 c++ c++ 第3版

实例介绍

【实例简介】精通Visual C 图像处理编程(第3版)随书光盘

【实例截图】

【核心代码】

.
├── 精通Visual C 图像处理编程(第3版)随书光盘
│   ├── Bin
│   │   ├── ColorProcess.exe
│   │   ├── EffectShow.exe
│   │   ├── Huffman.exe
│   │   ├── ImageBoard.exe
│   │   ├── ImageLib.dll
│   │   ├── ImageLib.lib
│   │   ├── ImageProcess.exe
│   │   ├── RLE.exe
│   │   ├── ShowDIB.exe
│   │   ├── TransformShow.exe
│   │   ├── ViewDIB.exe
│   │   ├── ViewImage.exe
│   │   ├── diblib.lib
│   │   └── lzw.exe
│   ├── Images
│   │   ├── dog.gif
│   │   ├── flower.JPG
│   │   ├── forest.JPG
│   │   ├── fruit.gif
│   │   ├── god.jpg
│   │   ├── house.jpg
│   │   ├── houses.JPG
│   │   ├── lena.bmp
│   │   ├── mountain.jpg
│   │   ├── river1.JPG
│   │   ├── river2.tif
│   │   ├── river3.jpg
│   │   ├── room.jpg
│   │   ├── sand.gif
│   │   ├── statues.TIF
│   │   ├── stone.jpg
│   │   ├── street.JPG
│   │   ├── temple.jpg
│   │   ├── trees.jpg
│   │   └── water.jpg
│   ├── PHEI Broadview 2006专业书目 第一期
│   │   ├── a-软件工程、程序员修炼三部曲.pdf
│   │   ├── b-安全技术大系.pdf
│   │   ├── c-从基础到实践丛书.pdf
│   │   ├── d-Java技术大系.pdf
│   │   ├── e-.NET技术大系、Borland大系.pdf
│   │   ├── f-游戏开发专题、Linux技术丛书.pdf
│   │   ├── g-计算机专业人员书库.pdf
│   │   ├── h-专业教程.pdf
│   │   ├── i-数据库与数据仓库类图书、程序员2005合订本.pdf
│   │   ├── j-电子信息工程类图书.pdf
│   │   ├── k-设计系列.pdf
│   │   ├── l-信息化类图书.pdf
│   │   ├── m-考试用书.pdf
│   │   ├── n-不一样的起点、电脑任我行、应用教程.pdf
│   │   ├── o-新华电脑、IT应用.pdf
│   │   ├── p-非IT类教材.pdf
│   │   ├── q-IT人文类.pdf
│   │   ├── r-作译者指南、出版流程图.pdf
│   │   └── s-博文视点全品种图书目录.pdf
│   ├── 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.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
│   │   │   ├── Release
│   │   │   │   ├── AdjustColorDlg.obj
│   │   │   │   ├── AdjustColorDlg.sbr
│   │   │   │   ├── BCDlg.obj
│   │   │   │   ├── BCDlg.sbr
│   │   │   │   ├── CanvasSize.obj
│   │   │   │   ├── CanvasSize.sbr
│   │   │   │   ├── ChildFrm.obj
│   │   │   │   ├── ChildFrm.sbr
│   │   │   │   ├── ColorBitsDlg.obj
│   │   │   │   ├── ColorBitsDlg.sbr
│   │   │   │   ├── ColorGrid.obj
│   │   │   │   ├── ColorGrid.sbr
│   │   │   │   ├── ConvoluteDlg.obj
│   │   │   │   ├── ConvoluteDlg.sbr
│   │   │   │   ├── EmbossmentDlg.obj
│   │   │   │   ├── EmbossmentDlg.sbr
│   │   │   │   ├── ExposureDlg.obj
│   │   │   │   ├── ExposureDlg.sbr
│   │   │   │   ├── FloatDibWnd.obj
│   │   │   │   ├── FloatDibWnd.sbr
│   │   │   │   ├── GammaCorrection.obj
│   │   │   │   ├── GammaCorrection.sbr
│   │   │   │   ├── GrayDlg.obj
│   │   │   │   ├── GrayDlg.sbr
│   │   │   │   ├── ImageBoard.exe
│   │   │   │   ├── ImageBoard.obj
│   │   │   │   ├── ImageBoard.pch
│   │   │   │   ├── ImageBoard.res
│   │   │   │   ├── ImageBoard.sbr
│   │   │   │   ├── ImageBoardDoc.obj
│   │   │   │   ├── ImageBoardDoc.sbr
│   │   │   │   ├── ImageBoardView.obj
│   │   │   │   ├── ImageBoardView.sbr
│   │   │   │   ├── ImageLib.dll
│   │   │   │   ├── JpegFormatDlg.obj
│   │   │   │   ├── JpegFormatDlg.sbr
│   │   │   │   ├── MainFrm.obj
│   │   │   │   ├── MainFrm.sbr
│   │   │   │   ├── PaintParambar.obj
│   │   │   │   ├── PaintParambar.sbr
│   │   │   │   ├── PaintToolbar.obj
│   │   │   │   ├── PaintToolbar.sbr
│   │   │   │   ├── PenParamsList.obj
│   │   │   │   ├── PenParamsList.sbr
│   │   │   │   ├── PenWidth.obj
│   │   │   │   ├── PenWidth.sbr
│   │   │   │   ├── RotateAngle.obj
│   │   │   │   ├── RotateAngle.sbr
│   │   │   │   ├── Scale.obj
│   │   │   │   ├── Scale.sbr
│   │   │   │   ├── SelectPasteDlg.obj
│   │   │   │   ├── SelectPasteDlg.sbr
│   │   │   │   ├── Splash.obj
│   │   │   │   ├── Splash.sbr
│   │   │   │   ├── SpreadDlg.obj
│   │   │   │   ├── SpreadDlg.sbr
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── StdAfx.sbr
│   │   │   │   └── vc60.idb
│   │   │   ├── 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
│   │   │   │   ├── Release
│   │   │   │   │   ├── CqOctree.obj
│   │   │   │   │   ├── IP.obj
│   │   │   │   │   ├── StdAfx.obj
│   │   │   │   │   ├── dibapi.obj
│   │   │   │   │   ├── diblib.lib
│   │   │   │   │   ├── diblib.pch
│   │   │   │   │   └── vc60.idb
│   │   │   │   ├── 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
│   │   │   ├── Release
│   │   │   │   ├── Dib.obj
│   │   │   │   ├── GIFAPI.obj
│   │   │   │   ├── Gif.obj
│   │   │   │   ├── Huffman.obj
│   │   │   │   ├── ImageLib.dll
│   │   │   │   ├── ImageLib.exp
│   │   │   │   ├── ImageLib.lib
│   │   │   │   ├── ImageLib.obj
│   │   │   │   ├── ImageLib.pch
│   │   │   │   ├── ImageLib.res
│   │   │   │   ├── Jpeg.obj
│   │   │   │   ├── JpegFormatDlg.obj
│   │   │   │   ├── Pcx.obj
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── Tga.obj
│   │   │   │   ├── Tif.obj
│   │   │   │   └── vc60.idb
│   │   │   ├── 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.cpp
│   │   │   ├── ShowDIB.dsp
│   │   │   ├── ShowDIB.dsw
│   │   │   ├── ShowDIB.h
│   │   │   ├── 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.cpp
│   │   │   ├── ViewDIB.dsp
│   │   │   ├── ViewDIB.dsw
│   │   │   ├── ViewDIB.h
│   │   │   ├── 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
│   ├── autorun.exe
│   ├── autorun.inf
│   ├── autorun1.inf
│   ├── phei.avi
│   ├── pheibook
│   │   ├── Css-book.css
│   │   ├── DAO350.DLL
│   │   ├── PHEIData.EXE
│   │   ├── STDOLE2.TLB
│   │   ├── Vb5db.dll
│   │   ├── book.exe
│   │   ├── book.mdb
│   │   ├── bookload.htm
│   │   ├── books.htm
│   │   ├── dao360.dll
│   │   ├── face.htm
│   │   ├── face.jpg
│   │   ├── index.htm
│   │   ├── menu.htm
│   │   ├── sale.htm
│   │   ├── shdocvw.dll
│   │   ├── title.jpg
│   │   └── vbar332.dll
│   ├── readme.txt
│   ├── 封面.bmp
│   └── 《精通Visual C 图像处理编程(第3版)》读者调查表.doc
└── 好例子网_精通Visual C 图像处理编程(第3版)随书光盘.zip

31 directories, 632 files


实例下载地址

精通Visual C++图像处理编程(第3版)随书光盘

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警