CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - Class i

搜索资源列表

  1. mypsd

    0下载:
  2. MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:633499
    • 提供者:孙磊
  1. MyPSD_src

    0下载:
  2. MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10466
    • 提供者:changming
  1. CaptureWindow_demo

    1下载:
  2. Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the scr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14896
    • 提供者:ljm
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  1. cdib--lei

    0下载:
  2. 一个不可多得的学习数字图像处理的vc++类,包括调色板,像素,大小等等,通过调用这个类可以得到更多的图像信息。是数字图像处理的基类。我学图像处理时一直在用,基本上不用调用API很爽的-a rare study of the Digital Image Processing vc categories, including palette, pixel size, etc., by calling this category can be more image information. Digit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4595
    • 提供者:徐超
  1. 实现内存DC画图并保存为jpg图像的函数

    0下载:
  2. 一个实现内存DC画图并保存为jpg图像的函数,先保存成BMP再压缩实现。压缩可用我上传的CXimage类库实现。-A realize DC and keep drawing memory for images of the function JPG, BMP first save into further compression realized. Can I upload the compression CXimage class library realized.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:2365
    • 提供者:刘得桦
  1. CxImageR_lib

    0下载:
  2. Cximage强大的图片处理C++类,本人编译好的发布版的lib文件,解压使用即可-Cximage powerful image processing C++ class, I compiled release version of the lib file, you can extract using
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1159364
    • 提供者:梁添添
  1. DrawImgOnDlg

    0下载:
  2. 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:5067993
    • 提供者:朱小明
  1. multipoint

    0下载:
  2. 一个类似喷枪效果的画图板程序,用MFC实现的多文档界面程序,上课时老师的代码,希望可以帮助大家-A similar effect of the drawing board spray process, achieved by MFC MDI program, the teacher' s class code, I hope you can help
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3788182
    • 提供者:tina
  1. DIBAPI

    0下载:
  2. 显示DIB的类头文件和原文件,希望对您有所帮助-Display DIB class header file and the original document, I hope for your help
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:7134
    • 提供者:不漏
  1. CatchScreen

    0下载:
  2. 用VC++实现的仿QQ屏幕静态截图的功能,从功能上来说和QQ的截图功能几乎没什么两样,很羡慕作者的水平哦,已把此功能写成了一个类,使用时调用就行了,简单方便,也希望VC的爱好者们能够研究一下。-Using VC++ to achieve a static screen shots like QQ function, in terms of functionality and screenshots QQ almost no different, I am very envious of the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:76878
    • 提供者:127
  1. EasySkin

    0下载:
  2. 超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做-Super-simple skin example, do not know the skin was Gaode very complicated, or was I inspired is very simple, in order to facilitate the operation, I used the DC inside the cla
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:25311
    • 提供者:林勇辉
  1. memDC

    0下载:
  2. 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2760986
    • 提供者:刘颖
  1. DRAWVCPPT

    0下载:
  2. 学习VC++绘图的PPT,本人上课用的资料-Learning VC++ drawing PPT, I used the information class
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:405668
    • 提供者:科比胡
  1. 20104226553336

    0下载:
  2. 2.1.0版重新架构了引擎,引入了三种新的连接(Joint),并重写了broadphase(广域碰撞检测),加入了kinematic物体(无质量的运动物体),Edge Shape(线段物体),Raycast(光线跟踪)等。具体可参考http://box2dflash.boristhebrave.com/docs/2.1a/updating。 在2.0.1版本中我极少考虑到类的封装,为的是编程和用户使用方便,但结构很不好,在这个版本中进行了修正。另外,这个版本的运行效率理论上应该比上个版本高,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:522933
    • 提供者:yuanyeye
  1. CxImageR

    0下载:
  2. Cximage强大的图片处理C++类,本人编译好的发布版的DLL文件,包括头文件-Cximage powerful image processing C++ class, I compiled release version of the DLL file, including header files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:598932
    • 提供者:梁添添
  1. cximage

    0下载:
  2. 一个编译好的类库,可以直接使用。本人使用过-A compiler good class library, can use directly. I used
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:897642
    • 提供者:刘得桦
  1. WritingGPSApplications

    0下载:
  2. C#写的NMEA类,以及通过GDI+进行图形的变换。绝对精彩,我看了以后拍案叫绝,真是绝!-The NMEA class written in C#, as well as by GDI+ graphics transform. Absolutely wonderful, I looked lovely, and really must!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:38035
    • 提供者:WMQ
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. plane

    0下载:
  2. 这个游戏有子弹系统、敌机系统、碰撞系统、图像显示等各个模块,将来还可能加入背景渲染、图形菜单、声音等功能模块。尽管各个模块均有复杂的功能,利用面向对象,我可以把各个模块功能的内部实现封装在一个个类中,只提供外部接口。这样,就可以做到各个模块只进行必要的通讯、交互,内部独立运作,互不干扰-This game has bullet system, the system, the collision system, image display module, function module will
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:423585
    • 提供者: 马宇
« 12 »
搜珍网 www.dssz.com