在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → 《精通VisualC++图像编程》的源代码周长发编著

《精通VisualC++图像编程》的源代码周长发编著

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:2.03M
  • 下载次数:6
  • 浏览次数:32
  • 发布时间:2023-10-12
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: c++ 源代码 UA 编程 代码

实例介绍

【实例简介】《精通VisualC 图像编程》的源代码周长发编著 结合书本调试很好

【实例截图】

from clipboard

【核心代码】

.
├── 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


实例下载地址

《精通VisualC++图像编程》的源代码周长发编著

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警