登录
首页 » C++ Builder » LoadPic

LoadPic

于 2013-03-28 发布 文件大小:4011KB
0 176
下载积分: 1 下载次数: 14

代码说明:

  MFC 实现外部图片的打开和图片的缩放 该资源来自csdn 确认可用(MFC to achieve external pictures open and picture zoom the resources from csdn confirmation available)

文件列表:

LoadPic成品
...........\Debug
...........\.....\LoadPic.bsc,4006912,2011-02-24
...........\.....\LoadPic.exe,131126,2011-02-24
...........\.....\LoadPic.ilk,412352,2011-02-24
...........\.....\LoadPic.obj,28143,2011-02-24
...........\.....\LoadPic.pch,6875776,2011-02-24
...........\.....\LoadPic.pdb,467968,2011-02-24
...........\.....\LoadPic.res,7000,2011-02-24
...........\.....\LoadPic.sbr,0,2011-02-24
...........\.....\LoadPicDoc.obj,15318,2011-02-24
...........\.....\LoadPicDoc.sbr,0,2011-02-24
...........\.....\LoadPicView.obj,39234,2011-02-24
...........\.....\LoadPicView.sbr,0,2011-02-24
...........\.....\MainFrm.obj,19597,2011-02-24
...........\.....\MainFrm.sbr,0,2011-02-24
...........\.....\Picture.obj,28799,2011-02-24
...........\.....\Picture.sbr,0,2011-02-24
...........\.....\StdAfx.obj,105328,2011-02-24
...........\.....\StdAfx.sbr,1366493,2011-02-24
...........\.....\vc60.idb,222208,2011-02-24
...........\.....\vc60.pdb,397312,2011-02-24
...........\LoadPic.aps,27996,2011-02-23
...........\LoadPic.clw,2019,2011-02-23
...........\LoadPic.cpp,4227,2011-02-20
...........\LoadPic.dsp,4703,2011-02-21
...........\LoadPic.dsw,522,2011-02-20
...........\LoadPic.h,1367,2011-02-20
...........\LoadPic.ncb,99328,2011-02-24
...........\LoadPic.opt,49664,2011-02-24
...........\LoadPic.plg,1435,2011-02-24
...........\LoadPic.rc,10964,2011-02-23
...........\LoadPicDoc.cpp,1825,2011-02-20
...........\LoadPicDoc.h,1502,2011-02-20
...........\LoadPicView.cpp,5350,2011-02-24
...........\LoadPicView.h,2066,2011-02-23
...........\MainFrm.cpp,2508,2011-02-21
...........\MainFrm.h,1581,2011-02-20
...........\Picture.cpp,3927,2011-02-19
...........\Picture.h,1376,2007-07-29
...........\ReadMe.txt,4335,2011-02-20
...........\res

...........\...\LoadPic.rc2,399,2011-02-20



...........\Resource.h,689,2011-02-23
...........\StdAfx.cpp,209,2011-02-20
...........\StdAfx.h,1054,2011-02-20

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

发表评论

0 个回复

  • h
    说明:  最简洁明了的数字金额中文大写函数使用VC编程(The most simple Chinese capital function using VC programming digital value)
    2016-02-18 07:45:58下载
    积分:1
  • Chatterbot12
    This is a copy of source code of a simple chatterbot written in cpp
    2014-08-15 20:14:43下载
    积分:1
  • wlsjkyb
    未来世界开源 简单开服 梦想成真啊啊啊啊啊(ASH Hs udhasu ah d hdasuidh h a hha sd hha hahdsh iuh ashd hjd )
    2016-08-09 16:11:35下载
    积分:1
  • MiniBlinkPinvoke-master
    说明:  C#简单版blink内核webbrowser浏览器开发,优点:文件极小,不像cefsharp动辄就要上百兆大小,这个只需要几百K即可(C# simple version of blink kernel web browser browser browser development, advantages: the file is very small, unlike cefshare, which requires hundreds of megabytes in size, this only needs a few hundred K)
    2019-07-05 10:54:23下载
    积分:1
  • 不围棋
    说明:  不围棋功能现,命令行界面,没有图形界面,但实现了对战等功能(No go function, command line interface, no graphical interface, but to achieve the war and other functions)
    2020-11-06 21:09:49下载
    积分:1
  • 976556576
    设置输入方法,C++Builder精选编程学习源码,很好的参考资料。(Set the input method, C++Builder select learning programming source code, a good reference.)
    2013-11-22 11:36:28下载
    积分:1
  • videoplayerdxs
    VC++ 6.0源代码程序,功能是利用DirectShow播放视频文件(Use directshow to play video)
    2013-12-03 17:16:32下载
    积分:1
  • IPSwitch
    使用C++实现的window下的IP 切换器(ip switch)
    2012-10-05 09:43:34下载
    积分:1
  • 定义类IntChar Exercise-1-IntChar
    定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。 * 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar: * * void main() * { * IntChar IC("Love") * IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容 * IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容 * IC.Int_Print() // 以整数形式显示对象IC中保存的内容 * }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
    2013-05-11 22:10:57下载
    积分:1
  • lianliankan
    说明:  一款用VC++6.0写的连连看游戏和辅助工具代码。欢迎下载。(LianliankanGame)
    2009-07-26 15:45:58下载
    积分:1
  • 696516资源总数
  • 106428会员总数
  • 7今日下载