登录
首页 » Visual C++ » ImageViewCtrl

ImageViewCtrl

于 2013-08-20 发布 文件大小:1586KB
0 218
下载积分: 1 下载次数: 3

代码说明:

  一个picture控件类,可以对图片作简单处理,如:放大、缩小、滚动浏览等。(A picture control class, you can make a simple image processing, such as: zoom, scroll and so on.)

文件列表:

ImageViewCtrl
.............\Release
.............\.......\ImageViewCtrl.dll,32768,2009-11-13
.............\.......\ImageViewCtrl.h,3312,2009-11-13
.............\.......\ImageViewCtrl.lib,13332,2009-11-13
.............\Sample
.............\......\Debug
.............\......\.....\FreeImage.dll,2477056,2012-03-19
.............\......\.....\ImageViewCtrl.dll,32768,2009-11-13
.............\......\ImageView.aps,21128,2013-08-20
.............\......\ImageView.clw,1618,2013-08-20
.............\......\ImageView.cpp,2105,2009-11-12
.............\......\ImageView.dsp,4278,2009-11-13
.............\......\ImageView.dsw,541,2009-11-12
.............\......\ImageView.h,1357,2009-11-12
.............\......\ImageView.ncb,41984,2013-08-20
.............\......\ImageView.opt,53760,2013-08-20
.............\......\ImageView.plg,252,2013-08-20
.............\......\ImageView.rc,5486,2009-11-19
.............\......\ImageViewCtrl.h,3312,2009-11-13
.............\......\ImageViewCtrl.lib,13332,2009-11-13
.............\......\ImageViewDlg.cpp,5381,2009-11-19
.............\......\ImageViewDlg.h,1596,2009-11-19
.............\......\ReadMe.txt,3633,2009-11-12
.............\......\Release
.............\......\.......\FreeImage.dll,2477056,2012-03-19
.............\......\res

.............\......\...\ImageView.rc2,401,2009-11-12
.............\......\resource.h,825,2009-11-19
.............\......\StdAfx.cpp,211,2009-11-12
.............\......\StdAfx.h,1054,2009-11-12
.............\Src Code
.............\........\FreeImage.h,49326,2007-11-12
.............\........\FreeImage.lib,58628,2007-11-19
.............\........\ImageViewCtrl.aps,17992,2009-11-13
.............\........\ImageViewCtrl.clw,497,2009-11-13
.............\........\ImageViewCtrl.cpp,5727,2009-11-13
.............\........\ImageViewCtrl.def,205,2009-11-13
.............\........\ImageViewCtrl.dsp,4521,2009-11-13
.............\........\ImageViewCtrl.dsw,549,2009-11-13
.............\........\ImageViewCtrl.h,2216,2009-11-13
.............\........\ImageViewCtrl.ncb,66560,2013-08-20
.............\........\ImageViewCtrl.opt,54784,2013-08-20
.............\........\ImageViewCtrl.plg,2175,2013-08-20
.............\........\ImageViewCtrl.rc,3107,2009-11-13
.............\........\MyDocument.cpp,1384,2009-11-13
.............\........\MyDocument.h,1391,2009-11-13
.............\........\Picture.cpp,7905,2009-11-13
.............\........\Picture.h,1511,2009-11-13
.............\........\ReadMe.txt,2553,2009-11-13
.............\........\res
.............\........\...\ImageViewCtrl.rc2,405,2009-11-13
.............\........\Resource.h,385,2009-11-13
.............\........\StdAfx.cpp,215,2009-11-13
.............\........\StdAfx.h,1447,2009-11-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ReturnEditDemo
    vc ——单行编辑控件输入回车后,不响应默认控件处理消息ReturnEditDemo(vc- single-line edit control, press enter, do not respond to the default control handling messages ReturnEditDemo)
    2011-07-24 19:35:51下载
    积分:1
  • jh
    说明:  VB编写的程序加花保护代码希望大家喜欢!!!(sfsadfasdfaf)
    2010-06-29 13:15:45下载
    积分:1
  • Image-Processing-System
    运行程序,打开程序主界面,如图1.3所示。本程序主要实现了图像处理、批量转换与处理、PSD文件管理、照片处理等,其中图像处理部分主要是对图像进行各个效果的显示,例如图像的锐化效果、浮雕效果等。批量转换与处理部分主要实现各种图像格式之间的转换,PSD文件管理部分主要是对PSD文件进行浏览和转换操作,照片处理主要用于照片的排版。(Run programs, open the main program interface, as shown in Figure 1.3. This procedure mainly realize the image processing, batch conversion and processing, the PSD file manager, photo processing, image processing part of the main image display various effects, such as image sharpening effects, such as relief effect. Batch conversion and processing some of the major conversion between various image formats the PSD document management part of the main PSD file browsing and conversion operations, photo processing is mainly used for the photo layout.)
    2013-05-12 17:35:44下载
    积分:1
  • LTB_v1.0
    说明:  Catia的二次开发,生成齿轮小工具,附带源码(Secondary development of Catia, generating gear gadgets, with source code)
    2020-06-18 20:20:01下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • watereffecto
    水面模拟多顶点有波动版本,非实时,有光照颜色(Simulated multi-peak surface of the water fluctuated version, non-real time, with light colors)
    2009-10-02 15:06:30下载
    积分:1
  • 1-1
    渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果(graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded)
    2006-11-21 09:35:45下载
    积分:1
  • MFC121751
    适合新手。控件是Windows 图形用户界面的主要组成部分之一,用户通过操作控件对象完成与应用程序之间的交互。控件的使用集中体现了Windows 系统面向对象的特点(Suitable for novices. Control is one of the major components of the Windows graphical user interface, user interaction with the application control subjects completed between. Use controls epitomizes the object-oriented features of Windows systems)
    2013-12-19 12:20:20下载
    积分:1
  • QQfrm
    类似QQ的界面窗口,很炫,很 实用,可直接运行(QQFRM )
    2012-03-23 10:59:48下载
    积分:1
  • trb
    透明窗体的简单例子,动态的文字直接显示在桌面上(Transparent form of a simple example, dynamic text displayed directly on your desktop)
    2014-01-08 11:37:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载